-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.3 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
70
71
72
73
74
75
76
77
78
79
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@rebass/grid": "^6.1.0",
"@types/styled-components": "^4.1.19",
"axios": "^0.18.1",
"clipboard": "^2.0.4",
"formik": "^1.5.8",
"prettier": "^1.18.2",
"query-string": "^6.8.3",
"react": "^16.10.2",
"react-autosuggest": "^9.4.3",
"react-day-picker": "^7.3.2",
"react-dom": "^16.10.2",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-modal": "^3.10.1",
"react-number-format": "^4.3.0",
"react-responsive": "^6.1.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.2.0",
"react-select": "^2.4.4",
"react-table": "^6.10.3",
"react-toastify": "^4.5.2",
"recharts": "^1.7.1",
"socket.io-client": "^2.3.0",
"styled-components": "^4.4.0",
"yup": "^0.26.10"
},
"devDependencies": {
"@types/clipboard": "^2.0.1",
"@types/jest": "24.0.9",
"@types/node": "11.9.5",
"@types/react": "16.8.5",
"@types/react-autosuggest": "^9.3.11",
"@types/react-dom": "16.8.2",
"@types/react-helmet": "^5.0.11",
"@types/react-modal": "^3.8.3",
"@types/react-responsive": "^3.0.3",
"@types/react-router-dom": "^4.3.5",
"@types/react-select": "^2.0.19",
"@types/react-table": "^6.8.5",
"@types/rebass__grid": "^6.0.5",
"@types/recharts": "^1.1.21",
"@types/socket.io-client": "^1.4.32",
"@types/yup": "^0.26.24",
"barrelsby": "^1.0.2",
"react-cosmos": "^4.8.1",
"ts-loader": "^5.4.5",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.17.0",
"tslint-config-standard": "^8.0.1",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0",
"typescript": "3.3.3333"
},
"proxy": "http://localhost:3000",
"scripts": {
"cosmos": "cosmos --config ./__fixtures__/cosmos.config.js",
"start": "PORT=1337 react-scripts start",
"build": "PORT=1337 react-scripts build",
"test": "PORT=1337 react-scripts test",
"eject": "PORT=1337 react-scripts eject",
"generate-barrels": "barrelsby --delete --exclude .*\\.test\\.tsx --directory ./src -l all -q"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}