forked from microsoft/TypeScript-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "build",
"private": true,
"version": "0.0.0",
"description": "Yeoman workflow for Build",
"devDependencies": {
"@types/jquery": "^2.0.34",
"@types/node": "^12.7.0",
"axios": "^0.19.0",
"browser-sync": "^2.0.0",
"danger": "^9.1.5",
"danger-plugin-spellcheck": "^1.5.0",
"del": "^1.1.1",
"gh-pages": "^2.0.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.0.0",
"gulp-changed": "^1.0.0",
"gulp-gh-pages": "^0.4.0",
"gulp-htmlmin": "^0.2.0",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^2.1.0",
"gulp-jshint": "^1.8.5",
"gulp-minify-css": "^0.3.10",
"gulp-rev-all": "^0.7.5",
"gulp-rev-replace": "^0.3.1",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.2.9",
"gulp-size": "^1.1.0",
"gulp-tap": "^0.1.3",
"gulp-typescript": "^3.1.3",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"typescript": "next"
},
"engines": {
"node": ">0.10.0"
},
"scripts": {
"build": "gulp build && jekyll build && mv serve public"
}
}