-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 976 Bytes
/
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
{
"name": "skeleton",
"version": "1.0.0",
"description": "",
"main": "",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-header": "^1.8.9",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-ssh": "^0.6.0",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0",
"jshint": "^2.9.4",
"node-sass": "^4.7.2",
"rollup": "^0.53.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-node-resolve": "^3.0.0"
},
"scripts": {
"build": "gulp build && cd ./build &&rollup --config",
"css": "gulp watch",
"dev": "cd ./build &&rollup --config --watch"
},
"author": "",
"license": "ISC"
}