-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.42 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": "inventor-view-react-redux",
"version": "0.0.19",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel --delete-dir-on-start src -d build -D && cp package.json build/",
"dev": "bash bin/dev.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inventorjs/inventor-view-react-redux.git"
},
"author": "sunkeysun",
"license": "MIT",
"bugs": {
"url": "https://github.com/inventorjs/inventor-view-react-redux/issues"
},
"homepage": "https://github.com/inventorjs/inventor-view-react-redux#readme",
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.6.3",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-config": "^5.0.0",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"connected-react-router": "~6.2.1",
"history": "^4.7.2"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7"
}
}