-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "vue3-vite-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.8",
"@tailwindcss/vite": "^4.1.6",
"@vueuse/core": "^13.2.0",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.6.0",
"lucide-vue-next": "^0.503.0",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.3.0",
"reka-ui": "^2.2.1",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.8",
"vaul-vue": "^0.4.1",
"vue": "^3.5.13",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/google.maps": "^3.58.1",
"@types/node": "^22.15.3",
"@vitejs/plugin-vue": "^5.2.2",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-vue": "^10.1.0",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.6",
"typescript": "~5.7.2",
"typescript-eslint": "^8.31.1",
"vite": "^6.3.1",
"vue-tsc": "^2.2.8"
}
}