-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.77 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
{
"name": "fidofinder-mp",
"version": "0.0.1",
"description": "",
"main": "dist/app.js",
"scripts": {
"dev": "wepy build --watch",
"dev:web": "wepy build --output=web --watch",
"build": "cross-env NODE_ENV=production wepy build --no-cache",
"build:web": "cross-env NODE_ENV=production wepy --output=web build --no-cache",
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node scripts/seed.js",
"clean": "node scripts/clean.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"leancloud-storage": "^3.7.1",
"lodash.isempty": "^4.4.0",
"lodash.pick": "^4.4.0",
"redux": "^4.0.0",
"redux-actions": "^2.4.0",
"redux-promise": "^0.6.0",
"wepy": "^1.7.1",
"wepy-async-function": "^1.4.4",
"wepy-redux": "^1.5.9",
"wepy-web": "^1.6.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.3",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"faker": "^4.1.0",
"wepy-compiler-babel": "^1.5.1",
"wepy-compiler-less": "^1.3.10",
"wepy-compiler-sass": "^1.3.12",
"wepy-eslint": "^1.5.3",
"wepy-plugin-autoprefixer": "^1.5.9",
"wepy-plugin-axios": "^0.1.8",
"wepy-plugin-imagemin": "^1.5.3",
"wepy-plugin-uglifyjs": "^1.3.7"
}
}