-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 982 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
{
"name": "vite-template-react",
"version": "1.2.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@fontsource/archivo": "^5.1.0",
"@fontsource/archivo-black": "^5.1.0",
"@react-google-maps/api": "^2.20.3",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.6",
"firebase": "^11.0.2",
"react": "^18.3.0",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.0",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"jsdom": "^25.0.1",
"vite": "^5.4.11",
"vitest": "^2.1.1"
}
}