-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "doapp",
"version": "0.1.1",
"description": "基于redux,redux-saga和react-router的轻量级前端框架",
"main": "index.js",
"scripts": {
"test": "make test",
"start": "parcel index.html",
"watch": "parcel watch index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idowe/doappjs.git"
},
"keywords": [
"react",
"dva",
"redux"
],
"author": "idowe",
"license": "MIT",
"bugs": {
"url": "https://github.com/idowe/doappjs/issues"
},
"homepage": "https://github.com/idowe/doappjs#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"vue": "^2.5.13",
"vuera": "^0.2.0"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"parcel-bundler": "^1.2.0",
"parcel-plugin-vue": "^1.5.0",
"transform-runtime": "^0.0.0"
}
}