-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "siegel-steinmetz.de",
"type": "module",
"version": "2.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:ts": "tsc --noEmit"
},
"dependencies": {
"@fawmi/vue-google-maps": "^0.9.79",
"@iconify-json/ph": "^1.2.2",
"@nuxt/content": "^3.2.2",
"@nuxt/image": "^1.9.0",
"@nuxt/ui-pro": "^3.0.0-beta.2",
"@nuxtjs/seo": "^2.2.0",
"nuxt": "^3.15.4",
"nuxt-og-image": "^4.1.4",
"vue-google-maps-community-fork": "^0.3.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@iconify-json/lucide": "^1.2.27",
"@nuxt/eslint": "^1.1.0",
"@nuxthub/core": "^0.8.17",
"changelogen": "^0.6.0",
"eslint": "^9.21.0",
"typescript": "^5.8.2",
"wrangler": "^3.111.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"better-sqlite3",
"esbuild",
"sharp",
"vue-demi",
"workerd"
]
}
}