-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
package.json
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": "",
"version": "1.0.0",
"description": "",
"author": "",
"license": "",
"scripts": {
"dev": "gulp",
"prod": "gulp build"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.34",
"@babel/preset-env": "^7.0.0-beta.34",
"autoprefixer": "^8.1.0",
"browser-sync": "^2.23.6",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-changed": "^3.2.0",
"gulp-file-include": "^2.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^3.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"node-notifier": "^5.2.1",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-filesize": "^1.5.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^3.0.0",
"rucksack-css": "^1.0.2",
"fstream": ">=1.0.12",
"axios": ">=0.19.0",
"tar": ">=2.2.2"
}
}