-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "wepy",
"version": "0.0.1",
"description": "A WePY project",
"main": "dist/app.js",
"scripts": {
"dev": "wepy build --watch --no-cache",
"build": "cross-env NODE_ENV=production wepy build --no-cache",
"dev:web": "wepy build --output web",
"clean": "find ./dist -maxdepth 1 -not -name 'project.config.json' -not -name 'dist' | xargs rm -rf",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "stars",
"license": "MIT",
"dependencies": {
"dayjs": "^1.8.0",
"less": "^3.9.0",
"wepy": "^1.7.2",
"wepy-async-function": "^1.4.4"
},
"devDependencies": {
"babel-eslint": "^7.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",
"wepy-compiler-babel": "^1.5.1",
"wepy-compiler-less": "^1.3.12"
}
}