forked from grandant/nuxtless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.97 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.97 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "nuxtless",
"version": "0.15.1",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"deploy": "pnpm run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@graphql-inspector/cli": "6.0.7",
"@nuxt/fonts": "0.14.0",
"@nuxt/icon": "2.2.1",
"@nuxt/image": "2.0.0",
"@nuxt/scripts": "0.13.2",
"@nuxt/ui": "4.6.0",
"@nuxtjs/robots": "6.0.6",
"@nuxtjs/sitemap": "8.0.9",
"@pinia/nuxt": "0.11.3",
"@takumi-rs/core": "0.73.1",
"@vueuse/core": "14.2.1",
"@vueuse/integrations": "14.2.1",
"graphql-request": "7.4.0",
"nuxt": "4.4.2",
"nuxt-graphql-client": "0.2.46",
"nuxt-link-checker": "5.0.6",
"nuxt-og-image": "6.3.0",
"nuxt-schema-org": "6.0.4",
"photoswipe": "5.4.4",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1",
"valibot": "1.3.1",
"vue": "3.5.31",
"vue-router": "5.0.4"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"devDependencies": {
"@iconify-json/lucide": "1.2.100",
"@nuxt/eslint": "1.15.2",
"@nuxt/test-utils": "4.0.0",
"@nuxtjs/i18n": "10.2.4",
"@stripe/stripe-js": "8.11.0",
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.2.2",
"@takumi-rs/wasm": "0.73.1",
"@types/node": "24.12.0",
"@unhead/vue": "2.1.12",
"@vueuse/nuxt": "14.2.1",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
"graphql": "16.12.0",
"nitro-cloudflare-dev": "0.2.2",
"nitropack": "2.13.2",
"prettier": "3.8.1",
"prettier-plugin-tailwindcss": "0.7.2",
"tailwindcss": "4.2.2",
"typescript": "5.9.3",
"vue-tsc": "3.2.6",
"wrangler": "4.78.0"
}
}