-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "blog-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"react-loadable": "5.4.0",
"antd": "^3.6.6",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.15.1",
"redux": "^4.0.0",
"redux-saga": "^1.0.0-beta.1",
"whatwg-fetch": "^2.0.4",
"react-highlight": "^0.12.0",
"rc-queue-anim": "^1.6.5",
"rc-texty": "^0.1.1",
"rc-tween-one": "^2.2.2"
},
"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",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/react-loadable": "5.4.0",
"@types/react-redux": "^6.0.0",
"@types/node": "^10.0.6",
"@types/react": "^16.3.14",
"@types/react-dom": "^16.0.5",
"@types/react-router-dom": "^4.2.6",
"prettier": "^1.13.4",
"react-app-rewired": "^1.5.2",
"ts-import-plugin": "^1.4.4",
"react-app-rewire-less": "^2.1.1",
"typescript":"^3.0.3"
}
}