-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "weapp-starter",
"version": "1.0.0",
"description": "微信小程序开发最佳实践",
"main": "index.js",
"repository": "https://github.com/skyFi/weapp-starter.git",
"author": "skylor",
"scripts": {
"prebuild": "npm run doc",
"doc": "node ./bin/doc_build.js",
"eslint": "eslint --fix .",
"clean": "./node_modules/gulp/bin/gulp.js clean",
"build": "npm run clean && ./node_modules/gulp/bin/gulp.js build",
"dev": "npm run clean && ./node_modules/gulp/bin/gulp.js dev"
},
"dependencies": {
"ali-oss": "^4.11.4",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chalk": "^2.3.0",
"cheerio": "^1.0.0-rc.2",
"config": "^1.29.2",
"del": "^3.0.0",
"eslint": "^4.16.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-changed": "^3.2.0",
"gulp-file": "^0.4.0",
"gulp-less": "^3.4.0",
"gulp-rename": "^1.2.2",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"progress": "^2.0.0",
"regenerator": "^0.12.3",
"request": "^2.83.0",
"through-gulp": "^0.5.0"
}
}