-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "trip-management",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"pocketbase": "pocketbase.exe serve"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.12",
"@react-google-maps/api": "^2.18.1",
"axios": "^1.3.4",
"exif": "^0.6.0",
"google-map-react": "^2.2.0",
"i18next": "^22.4.11",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"pocketbase": "^0.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.43.5",
"react-i18next": "^12.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.9.0",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"recompose": "^0.30.0",
"styled-components": "^5.3.8"
},
"devDependencies": {
"@types/exif": "^0.6.3",
"@types/google-map-react": "^2.1.7",
"@types/googlemaps": "^3.0.0",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-swipeable-views-utils": "^0.13.4",
"@types/recompose": "^0.30.10",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react-swc": "^3.0.0",
"prettier": "^2.8.4",
"typescript": "^4.9.3",
"vite": "^4.1.0"
},
"prettier": {
"printWidth": 120
}
}