-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1012 Bytes
/
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
{
"name": "hfcs-clan-reports",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@vitejs/plugin-react": "^3.1.0",
"classnames": "^2.3.1",
"date-fns": "^2.23.0",
"express": "^4.18.2",
"lodash": "^4.17.21",
"node-fetch": "^2.6.9",
"path": "^0.12.7",
"pg": "^8.9.0",
"query-string": "7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"typescript": "^4.3.5",
"uuid": "^8.3.2",
"vite": "^4.1.4"
},
"scripts": {
"start": "node index.js",
"client": "vite",
"build": "vite build"
},
"eslintConfig": {
"extends": [
"react-app"
],
"plugins": [
"react-hooks"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}