-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.34 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "kickstart",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/maxomedia/mxm-gulp"
},
"author": "Kilian So <[email protected]>",
"main": "./gulpfile.js",
"files": [
"gulp"
],
"scripts": {
"gulp": "gulp",
"dev": "gulp",
"start": "gulp",
"build": "gulp build --production",
"stage": "gulp build --production",
"watch": "gulp watch",
"serve": "gulp serve",
"sass": "gulp sass",
"webpack": "gulp webpack",
"handlebars": "gulp handlebars",
"pug": "gulp pug",
"svg-sprite": "gulp svg-sprite",
"static": "gulp static"
},
"license": "MIT",
"description": "Gulp buildtools for frontend files",
"devDependencies": {
"babel-core": "6.20.0",
"babel-loader": "6.2.9",
"babel-preset-es2015": "6.18.0",
"browser-sync": "2.18.2",
"deep-assign": "^2.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "3.1.1",
"gulp-hb": "^6.0.2",
"gulp-newer": "^1.3.0",
"gulp-plumber": "1.1.0",
"gulp-pug": "3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "1.9.1",
"gulp-svg-sprite": "1.3.6",
"gulp-util": "3.0.7",
"handlebars-layouts": "^3.1.4",
"node-notifier": "^4.6.1",
"node-process-windows": "^0.0.2",
"webpack": "1.13.3"
},
"dependencies": {
}
}