-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
79 lines (79 loc) · 2.13 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": "waterloop-site",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=16.0.0",
"npm": "please-use-yarn",
"yarn": ">=1.0.0"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.60",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"google-map-react": "^2.0.4",
"moment": "^2.29.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.2.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-scroll": "^1.8.0",
"react-swipeable": "^5.5.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"sass": "^1.51.0",
"styled-components": "^5.3.5",
"typeface-ibm-plex-sans": "0.0.75",
"typescript": "^3.7.5"
},
"scripts": {
"start": "react-scripts start",
"build": "CI= react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
},
"proxy": "https://docs.google.com",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"@types/google-map-react": "^1.1.8",
"@types/jest": "^25.1.2",
"@types/material-ui": "^0.21.8",
"@types/moment": "^2.13.0",
"@types/node": "^13.7.1",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"@types/react-scroll": "^1.5.5",
"@types/redux": "^3.6.0",
"@types/redux-devtools-extension": "^2.13.2",
"@types/styled-components": "^5.1.2",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.1"
}
}