-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.91 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
62
63
64
65
66
67
68
69
{
"name": "sample-redux-sagas-client",
"homepage": "https://weishi258.github.io/sample-redux-sagas-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "~1.1.0",
"@ant-design/icons-react": "^1.1.2",
"antd": "^3.10.9",
"axios": "^0.18.0",
"connected-react-router": "^5.0.1",
"es-cookie": "^1.2.0",
"history": "^4.7.2",
"immutability-helper": "^3.0.0",
"prop-types": "^15.5.4",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-intl": "^2.7.2",
"react-redux": "^5.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"redux": "^4.0.1",
"redux-saga": "^0.16.2",
"reselect": "^4.0.0",
"typescript": "^3.3.4000"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test ",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@types/immutability-helper": "^2.6.3",
"@types/jest": "^23.3.10",
"@types/node": "^11.10.5",
"@types/react": "^16.8.7",
"@types/react-dom": "^16.8.2",
"@types/react-intl": "^2.3.17",
"@types/react-redux": "7.0.1",
"@types/react-router-dom": "^4.3.1",
"@types/reselect": "^2.2.0",
"css-loader": "^2.1.1",
"customize-cra": "^0.2.12",
"eslint-plugin-prettier": "^3.0.1",
"gh-pages": "^2.0.1",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"prettier": "^1.16.4",
"react-app-rewired": "^2.1.1",
"redux-devtools-extension": "^2.13.6",
"redux-saga-test-plan": "^3.7.0",
"style-loader": "^0.23.1",
"ts-import-plugin": "^1.5.5",
"ts-loader": "^5.3.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.17.0",
"tslint-react": "^3.6.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}