-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 826 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 826 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
{
"name": "redux-model-docs-runtime",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:redux-model/docs-runtime.git",
"author": "范文华 <531362022@qq.com>",
"license": "MIT",
"scripts": {
"start": "webpack-genius start --env development",
"build": "webpack-genius build --env production"
},
"dependencies": {
"@redux-model/react": "^7.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"sleep-promise": "^8.0.1"
},
"devDependencies": {
"@types/node": "^14.0.23",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/redux-logger": "^3.0.8",
"redux-logger": "^3.0.6",
"typescript": "^3.9.7",
"webpack-genius": "^4.13.7"
}
}