-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 897 Bytes
/
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
{
"name": "philippines",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"geojson": "^0.5.0",
"leaflet": "^1.9.4",
"leaflet-providers": "^2.0.0",
"lucide-vue-next": "^0.378.0",
"pinia": "^2.1.7",
"radix-vue": "^1.7.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.21"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/node": "^20.12.11",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^2.0.6"
}
}