-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
60 lines (60 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
57
58
59
60
{
"name": "wxapp-redux-starter",
"version": "0.8.0",
"description": "A starter boilerplate for wxapp",
"scripts": {
"dev": "gulp watch",
"build": "cross-env NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qixiuss/wxapp-redux-starter.git"
},
"keywords": [
"wxapp",
"redux",
"starter",
"wechat",
"weixin",
"xiaochengxu",
"qixiuss"
],
"author": "qixiuss",
"license": "MIT",
"bugs": {
"url": "https://github.com/qixiuss/wxapp-redux-starter/issues"
},
"homepage": "https://github.com/qixiuss/wxapp-redux-starter#readme",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"cross-env": "^3.1.3",
"del": "^2.2.2",
"eslint": "^3.8.1",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.6",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.1",
"generate-weapp-page": "^0.1.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-jsonminify": "^1.0.0",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.3.0",
"gulp-logger": "^0.0.2",
"gulp-newer": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"inquirer": "^1.2.2",
"run-sequence": "^1.2.2"
}
}