-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-google-maps/api": "^2.11.3",
"@types/react-router-dom": "^5.3.3",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.3",
"react": "^17.0.2",
"react-bootstrap": "^2.4.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "^17.0.2",
"react-google-charts-ts": "^0.1.1",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/styled-components": "^5.1.24",
"@vitejs/plugin-react": "^1.0.7",
"faker": "^6.6.6",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}