forked from nuxt/nuxt.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.36 KB
/
Copy pathpackage.json
File metadata and controls
104 lines (104 loc) · 3.36 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "nuxt.com",
"version": "0.3.11",
"packageManager": "pnpm@11.6.0",
"type": "module",
"scripts": {
"dev": "TMPDIR=/tmp nuxt dev --ui-only",
"dev:full": "TMPDIR=/tmp nuxt dev",
"build": "NODE_OPTIONS='--max-old-space-size=8192' nuxt build",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --cache",
"typecheck": "nuxt typecheck",
"test": "pnpm lint && pnpm test:types && pnpm vitest run && pnpm test:browser",
"test:types": "vue-tsc -b --noEmit",
"test:unit": "vitest --project unit",
"test:nuxt": "vitest --project nuxt",
"test:browser": "playwright test test/browser",
"test:browser:update": "docker run --rm --network host -v $(pwd):/work/ -v /tmp/playwright-node-modules:/work/node_modules -w /work/ -it mcr.microsoft.com/playwright:v1.57.0-noble bash -c 'corepack enable && pnpm i && pnpm playwright test test/browser --update-snapshots'",
"eval": "evalite",
"eval:ui": "evalite serve",
"db:generate": "nuxt db generate",
"db:migrate": "nuxt db migrate"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.84",
"@ai-sdk/mcp": "^1.0.50",
"@ai-sdk/vue": "^3.0.205",
"@comark/nuxt": "^0.4.0",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/logos": "^1.2.11",
"@iconify-json/lucide": "^1.2.112",
"@iconify-json/octicon": "^1.2.28",
"@iconify-json/simple-icons": "^1.2.86",
"@libsql/client": "^0.17.3",
"@npm/types": "^2.1.0",
"@nuxt/content": "^3.14.0",
"@nuxt/hints": "^1.1.3",
"@nuxt/image": "^2.0.0",
"@nuxt/scripts": "^1.2.1",
"@nuxt/ui": "^4.8.2",
"@nuxthub/core": "^0.10.7",
"@nuxtjs/html-validator": "^2.1.0",
"@nuxtjs/mcp-toolkit": "^0.17.2",
"@nuxtjs/mdc": "^0.22.0",
"@takumi-rs/core": "^1.8.5",
"@vercel/analytics": "^2.0.1",
"@vercel/functions": "^3.7.1",
"@vercel/speed-insights": "^2.0.0",
"@vue/compiler-sfc": "^3.5.38",
"@vueuse/components": "^14.3.0",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"ai": "^6.0.205",
"better-sqlite3": "^12.10.1",
"date-fns": "^4.4.0",
"drizzle-orm": "^0.45.2",
"evlog": "^2.19.1",
"feed": "^5.2.1",
"h3": "^1.15.11",
"little-date": "^1.2.1",
"motion-v": "^2.3.0",
"nuxt": "^4.4.8",
"nuxt-auth-utils": "^0.5.29",
"nuxt-charts": "^2.1.4",
"nuxt-llms": "^0.2.0",
"nuxt-og-image": "^6.6.0",
"nuxt-schema-org": "^6.2.1",
"ofetch": "^1.5.1",
"resend": "^6.12.4",
"scule": "^1.3.0",
"shaders": "^2.5.130",
"sitemap": "^9.0.1",
"std-env": "^4.1.0",
"ufo": "^1.6.4",
"valibot": "^1.4.1"
},
"devDependencies": {
"@iconify-json/vscode-icons": "^1.2.57",
"@nuxt/devtools": "^3.2.4",
"@nuxt/eslint": "^1.16.0",
"@nuxt/modules": "^0.6.0-fdc88d",
"@nuxt/test-utils": "^4.0.3",
"@nuxtjs/turnstile": "^1.1.3",
"@playwright/test": "^1.60.0",
"@testing-library/vue": "^8.1.0",
"@types/semver": "^7.7.1",
"@types/youtube": "^0.3.0",
"@vue/test-utils": "^2.4.11",
"capture-website": "^5.1.0",
"drizzle-kit": "^0.31.10",
"eslint": "^10.5.0",
"evalite": "1.0.0-beta.16",
"happy-dom": "^20.10.3",
"nuxt-content-twoslash": "^0.4.0",
"playwright": "^1.60.0",
"shiki": "^4.2.0",
"twoslash": "^0.3.8",
"typescript": "^6.0.3",
"vitest": "^4.1.8",
"vue": "^3.5.38",
"vue-tsc": "^3.3.5"
}
}