-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.59 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
{
"name": "map-parser",
"version": "0.1.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"cd server && npm run dev\"",
"build": "tsc -b && vite build",
"start": "cd server && npm start",
"lint": "eslint .",
"sync:ios": "npx cap sync ios"
},
"dependencies": {
"@capacitor/android": "^8.0.0",
"@capacitor/app": "^8.0.0",
"@capacitor/browser": "^8.0.0",
"@capacitor/cli": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/ios": "^8.0.0",
"@capacitor/status-bar": "^8.0.0",
"@capgo/capacitor-social-login": "^8.3.2",
"@react-google-maps/api": "^2.20.8",
"@react-oauth/google": "^0.13.4",
"@types/leaflet": "^1.9.21",
"framer-motion": "^12.29.2",
"leaflet": "^1.9.4",
"lucide-react": "^0.563.0",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-apple-signin-auth": "^1.1.2",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0",
"react-router-dom": "^7.1.5"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@eslint/js": "^9.39.1",
"@tailwindcss/postcss": "^4.1.17",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.22",
"concurrently": "^9.2.1",
"dotenv": "^17.3.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "~5.7.3",
"typescript-eslint": "^8.46.4",
"vite": "^6.1.0"
}
}