-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "special-2017-cn",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp",
"imgs": "gulp images",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 3000",
"build": "NODE_ENV=production webpack --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panli-com/special-2017-cn.git"
},
"author": "Julian",
"license": "MIT",
"bugs": {
"url": "https://github.com/panli-com/special-2017-cn/issues"
},
"homepage": "https://github.com/panli-com/special-2017-cn#readme",
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.23.0",
"browser-sync": "^2.9.11",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.0.1",
"gulp-concat": "^2.6.0",
"gulp-ejs": "^2.3.0",
"gulp-header": "^1.8.8",
"gulp-imagemin": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-pxrem": "0.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.8"
}
}