-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
33 lines (33 loc) · 1010 Bytes
/
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
{
"name": "wepy-one",
"version": "1.0.2",
"description": "wepy one app",
"main": "dist/app.js",
"scripts": {
"dev": "wepy build",
"build": "cross-env NODE_ENV=production wepy build --no-cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "huangang",
"license": "ISC",
"dependencies": {
"babel-plugin-syntax-export-extensions": "^6.13.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"babel-runtime": "^6.22.0",
"wepy": "^1.7.0",
"wepy-async-function": "^1.4.4",
"wepy-com-toast": "^1.0.0",
"wepy-compiler-babel": "^1.3.7",
"wepy-compiler-less": "^1.3.6",
"wepy-web": "^1.5.9"
},
"devDependencies": {
"wepy-compiler-sass": "^1.3.7",
"wepy-plugin-imagemin": "^1.3.7",
"wepy-plugin-uglifyjs": "^1.3.6"
},
"repository": "git@github.com:huangang/wepy-one.git"
}