-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"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": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^3.0.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@googlemaps/js-api-loader": "^1.16.8",
"@react-google-maps/api": "^2.20.3",
"axios": "^1.7.7",
"firebase": "^11.0.1",
"framer-motion": "^11.11.10",
"openai": "^4.70.2",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-firebase-hooks": "^5.1.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.27.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.8",
"vitest": "^2.1.1"
}
}