-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.18 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
{
"name": "zvg-immo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"crawl": "node scripts/crawl.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"type": "module",
"private": "true",
"dependencies": {
"@tailwindcss/vite": "^4.2.4",
"cheerio": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"leaflet": "^1.9.4",
"lucide-vue-next": "^1.0.0",
"nuxt": "^4.4.4",
"radix-vue": "^1.9.17",
"reka-ui": "^2.9.6",
"swiper": "^14.0.1",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@nuxt/icon": "^2.2.1",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.6.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vueuse/core": "^14.3.0",
"typescript": "~5.6",
"vitest": "^4.1.9"
},
"packageManager": "pnpm@10.28.2",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"vue-demi"
]
}
}