-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.79 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
{
"name": "react_ts",
"author": "yanxiaodi [email protected]",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-redux": "^5.0.14",
"@types/react-router-config": "^1.0.5",
"@types/react-router-dom": "^4.2.3",
"@types/react-router-redux": "^5.0.11",
"@types/redux-logger": "^3.0.5",
"@types/seamless-immutable": "^7.1.1",
"anime": "^0.1.2",
"antd": "^3.1.6",
"axios": "^0.17.1",
"draft-js": "^0.10.5",
"dva-core": "^1.1.0",
"dva-loading": "^1.0.4",
"history": "^4.7.2",
"moment": "^2.20.1",
"react": "^16.3.0-alpha.0",
"react-dom": "^16.3.0-alpha.0",
"react-draft-wysiwyg": "^1.12.7",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-router-redux-dom-link": "^0.3.0",
"react-scripts-ts": "2.13.0",
"recharts": "^1.0.0-beta.10",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-unhandled-action": "^1.3.0",
"screenfull": "^3.3.2",
"seamless-immutable": "^7.1.3",
"store": "^2.0.12",
"styled-components": "^3.1.6"
},
"scripts": {
"start": "react-app-rewired start --scripts-version react-scripts-ts",
"build": "react-app-rewired build --scripts-version react-scripts-ts",
"test": "react-app-rewired test --env=jsdom --scripts-version react-scripts-ts"
},
"devDependencies": {
"@types/jest": "^22.1.1",
"@types/node": "^9.4.0",
"@types/react": "^16.0.36",
"@types/react-dom": "^16.0.3",
"immutable": "3.7.4",
"jest": "^22.2.2",
"jquery": "^3.3.1",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "^1.4.1",
"ts-import-plugin": "^1.4.3",
"typescript": "^2.8.0-dev.20180210"
}
}