-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.68 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
{
"name": "react-redux-material",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"axios": "^0.18.1",
"connected-react-router": "^4.5.0",
"history": "^4.7.2",
"js-cookie": "^2.2.0",
"mdi-material-ui": "^5.9.0",
"moment": "^2.24.0",
"path": "^0.12.7",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-helmet": "^5.2.0",
"react-number-format": "^4.0.6",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "3.1.0",
"react-select": "^2.4.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.2.0",
"styled-components": "^4.1.3"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/classnames": "^2.2.7",
"@types/dotenv": "^6.1.0",
"@types/facebook-js-sdk": "^3.2.0",
"@types/history": "^4.7.2",
"@types/jest": "^24.0.6",
"@types/js-cookie": "^2.2.1",
"@types/material-ui": "^0.21.6",
"@types/moment": "^2.13.0",
"@types/multer": "^1.3.7",
"@types/node": "^11.9.4",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"@types/react-helmet": "^5.0.8",
"@types/react-redux": "^7.0.1",
"@types/react-router": "^4.4.4",
"@types/react-router-dom": "^4.3.1",
"@types/react-select": "^2.0.13",
"@types/socket.io-client": "^1.4.32",
"dotenv": "^6.2.0",
"prettier": "^1.16.4",
"typescript": "^3.3.3"
}
}