-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "dva-model-persist",
"version": "1.0.0",
"main": "lib/index.js",
"author": "fattypanda <1076659852@qq.com>",
"license": "MIT",
"files": [
"lib/*"
],
"keywords": [
"dva",
"dva-model",
"redux-persist",
"dva-model-persist",
"dva-redux-persist",
"storage",
"localStorage",
"sissionStorage"
],
"homepage": "https://github.com/fattypanda/dva-model-persist",
"repository": {
"url": "https://github.com/fattypanda/dva-model-persist",
"type": "git"
},
"bugs": "https://github.com/fattypanda/dva-model-persist/issues",
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"build:lib": "babel src/utils/dva-model-persist --out-dir lib --source-maps",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint"
},
"dependencies": {
"lodash": "^4.17.10",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"store": "^2.0.12"
},
"devDependencies": {
"dva": "^2.1.0",
"babel-plugin-dva-hmr": "^0.3.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.14.0",
"eslint-config-umi": "^0.1.1",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"husky": "^0.12.0",
"redbox-react": "^1.4.3",
"roadhog": "^2.0.0"
}
}