-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 964 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 964 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
36
37
{
"name": "wealthmap",
"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",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@googlemaps/js-api-loader": "^1.16.8",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"axios": "^1.9.0",
"chart.js": "^4.4.9",
"firebase": "^11.8.1",
"leaflet": "^1.9.4",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"primeicons": "^7.0.0",
"vue": "^3.5.13",
"vue-leaflet": "^0.1.0",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@types/leaflet": "^1.9.17",
"@vitejs/plugin-vue": "^5.2.3",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.7",
"vite": "^6.3.5"
}
}