-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.7 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.7 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "patrolx-interface",
"homepage": "/patrolx-interface",
"private": true,
"version": "0.11.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && cpx dist/index.html dist/404.html",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@auth0/auth0-react": "^2.8.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.8",
"@mui/icons-material": "^7.3.5",
"@mui/material": "^7.3.5",
"@mui/styled-engine-sc": "^7.3.5",
"@mui/x-charts": "^8.18.0",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.13.2",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"cors": "^2.8.5",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"moment": "^2.30.1",
"morgan": "^1.10.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.10",
"react-chartjs-2": "^5.3.1",
"react-dom": "^18.2.0",
"react-geocode": "^2.0.1",
"react-hook-form": "^7.66.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^7.9.6",
"react-table": "^7.8.0",
"styled-components": "^6.1.19"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"cpx": "^1.5.0",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"gh-pages": "^6.3.0",
"vite": "^7.2.2"
}
}