-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathpackage.json
56 lines (56 loc) · 1.56 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
55
56
{
"name": "wxapp",
"version": "1.0.0",
"description": "wxapp-cli template",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev gulp dev",
"dev-es5": "cross-env NODE_ENV=dev gulp dev:es5",
"build": "cross-env NODE_ENV=production gulp build",
"build-es5": "cross-env NODE_ENV=production gulp build:es5"
},
"author": "kodo",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.11.6",
"chalk": "^1.1.3",
"cross-env": "^3.0.0",
"cssnano": "^3.7.5",
"del": "^2.2.2",
"eslint": "^3.6.0",
"eslint-config-airbnb-base": "^7.2.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.5.3",
"eslint-plugin-import": "^1.16.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-base64": "^0.1.3",
"gulp-if-else": "^1.0.3",
"gulp-less": "^3.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.9",
"gulp-watch-path": "^0.1.0",
"precss": "^1.4.0",
"run-sequence": "^1.2.2",
"vinyl-named": "^1.1.0",
"webpack": "^1.12.14",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"chart.js": "^2.4.0"
}
}