forked from xinshangshangxin/MINA-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
{
"name": "MINA-seed",
"version": "0.0.3",
"main": "app.js",
"author": "xinshangshangxin <xinshangshangxin@gmail.com>",
"license": "MIT",
"scripts": {
"start": "echo \"use wechatwebdevtools open\" && gulp",
"cli": "node config/cli.js",
"add": "node config/cli.js add",
"eslintFix": "gulp eslintFix"
},
"devDependencies": {
"chalk": "^1.1.3",
"del": "^2.2.2",
"eslint": "3.9.1",
"eslint-config-airbnb": "12.0.0",
"eslint-plugin-import": "2.0.1",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.5.0",
"fs-extra": "^1.0.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-cached": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-eslint-if-fixed": "^1.0.0",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.4.0",
"gulp-remember": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"node-notifier": "^4.6.1",
"yargs": "^6.4.0"
},
"dependencies": {
"bluebird": "^3.4.6",
"lodash": "^4.17.2"
}
}