-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 746 Bytes
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
{
"name": "dva-wxapp",
"version": "0.1.5",
"description": "dva for wechat app",
"scripts": {
"webpack": "webpack",
"prebuild": "rm -rf dist/*",
"build": "cross-env NODE_ENV=production webpack -p"
},
"main": "dist/dva-wxapp.js",
"author": "yautah",
"license": "MIT",
"keywords": [
"wechat",
"wechatapp",
"dva",
"redux",
"redux-saga",
"framework",
"frontend"
],
"dependencies": {
},
"peerDependencies": {},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-eslint": "6.1",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"cross-env": "^5.0.1",
"webpack": "^3.4.1"
}
}