-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.15 KB
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-loadable": "^5.4.1",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"json-server": "^0.14.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-loadable": "^5.5.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "3.1.0",
"reactstrap": "^6.4.0",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-saga": "^0.16.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.82.5"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"server": "json-server -w mock-server/db.json --port 8000"
},
"devDependencies": {
"@types/jest": "^23.3.2",
"@types/node": "^10.7.1",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"@types/react-redux": "^6.0.9",
"@types/react-router-dom": "^4.3.1",
"@types/redux": "^3.6.0",
"@types/semantic-ui": "^2.2.6",
"redux-devtools-extension": "^2.13.5",
"typescript": "^3.0.1"
}
}