-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.85 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.85 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
{
"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": "5.0.8",
"@nuxt/fonts": "0.11.4",
"@nuxt/icon": "2.1.0",
"@nuxt/image": "1.11.0",
"@nuxt/scripts": "0.12.1",
"@nuxt/ui": "4.1.0",
"@nuxtjs/i18n": "10.1.0",
"@nuxtjs/robots": "5.5.5",
"@nuxtjs/sitemap": "7.4.7",
"@pinia/nuxt": "0.11.3",
"@tailwindcss/vite": "4.1.13",
"@vueuse/core": "14.0.0",
"@vueuse/integrations": "14.0.0",
"graphql-request": "7.1.2",
"nuxt": "4.2.1",
"nuxt-graphql-client": "0.2.46",
"nuxt-link-checker": "4.3.2",
"nuxt-og-image": "5.1.11",
"nuxt-schema-org": "5.0.9",
"photoswipe": "5.4.4",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1",
"tailwindcss": "4.1.13",
"valibot": "1.1.0",
"vue": "3.5.25",
"vue-router": "4.6.3"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"devDependencies": {
"@iconify-json/lucide": "1.2.42",
"@nuxt/eslint": "1.10.0",
"@nuxt/test-utils": "3.20.1",
"@stripe/stripe-js": "^7.9.0",
"@tailwindcss/typography": "0.5.19",
"@unhead/vue": "2.0.19",
"@vueuse/nuxt": "14.0.0",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"graphql": "16.12.0",
"nitro-cloudflare-dev": "0.2.2",
"nitropack": "2.12.9",
"prettier-plugin-tailwindcss": "0.6.14",
"typescript": "5.9.3",
"vue-tsc": "3.1.0",
"wrangler": "4.51.0"
}
}