-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 892 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 892 Bytes
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
{
"name": "myapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fawmi/vue-google-maps": "^0.9.79",
"@firebase/messaging": "^0.12.23",
"@googlemaps/js-api-loader": "^1.16.8",
"@tailwindcss/vite": "^4.1.10",
"core-js": "^3.42.0",
"dotenv": "^17.2.1",
"firebase": "^11.10.0",
"firebase-admin": "^13.4.0",
"firebase-functions": "^6.4.0",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.3.0",
"vue": "^3.5.14",
"vue-router": "^4.5.1",
"vue2-google-maps": "^0.10.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.7",
"@vitejs/plugin-vue": "^5.2.4",
"rollup-plugin-visualizer": "^6.0.3",
"tailwindcss": "^4.1.10",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.0"
}
}