-
Notifications
You must be signed in to change notification settings - Fork 246
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.45 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 3.45 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
105
106
107
108
109
110
111
112
113
{
"name": "nuxt.com",
"version": "0.3.11",
"packageManager": "pnpm@10.29.3",
"type": "module",
"scripts": {
"dev": "nuxt dev --ui-only",
"dev:full": "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 hub database generate",
"db:migrate": "nuxt hub database migrate"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/lucide": "^1.2.90",
"@iconify-json/octicon": "^1.2.20",
"@iconify-json/simple-icons": "^1.2.70",
"@libsql/client": "^0.17.0",
"@npm/types": "^2.1.0",
"@nuxt/content": "^3.11.2",
"@nuxt/hints": "1.0.0-alpha.6",
"@nuxt/image": "^2.0.0",
"@nuxt/scripts": "^0.13.2",
"@nuxt/ui": "^4.4.0",
"@nuxthub/core": "^0.10.6",
"@nuxtjs/html-validator": "^2.1.0",
"@nuxtjs/mcp-toolkit": "^0.6.4",
"@nuxtjs/mdc": "^0.20.1",
"@nuxtjs/plausible": "^2.0.1",
"@vercel/analytics": "^1.6.1",
"@vercel/functions": "^3.4.2",
"@vercel/speed-insights": "^1.3.1",
"@vue/compiler-sfc": "^3.5.28",
"@vueuse/components": "^14.2.1",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"better-sqlite3": "^12.6.2",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.1",
"feed": "^5.2.0",
"h3": "^1.15.5",
"little-date": "^1.2.1",
"motion-v": "1.10.3",
"nuxt": "^4.3.1",
"nuxt-auth-utils": "^0.5.28",
"nuxt-charts": "^2.1.2",
"nuxt-llms": "^0.2.0",
"nuxt-og-image": "^5.1.13",
"ofetch": "^1.5.1",
"scule": "^1.3.0",
"sitemap": "^9.0.0",
"std-env": "^3.10.0",
"ufo": "^1.6.3",
"valibot": "1.2.0"
},
"devDependencies": {
"@ai-sdk/mcp": "^1.0.20",
"@ai-sdk/openai": "^3.0.27",
"@iconify-json/vscode-icons": "^1.2.41",
"@nuxt/devtools": "^3.2.1",
"@nuxt/eslint": "^1.15.1",
"@nuxt/modules": "^0.6.0-7f4646",
"@nuxt/test-utils": "^4.0.0",
"@nuxtjs/turnstile": "^1.1.1",
"@playwright/test": "^1.58.2",
"@testing-library/vue": "^8.1.0",
"@types/semver": "^7.7.1",
"@types/youtube": "^0.1.2",
"@vue/test-utils": "^2.4.6",
"ai": "^6.0.82",
"capture-website": "^5.1.0",
"drizzle-kit": "^0.31.9",
"eslint": "^9.39.2",
"evalite": "1.0.0-beta.15",
"happy-dom": "^20.6.1",
"nuxt-content-twoslash": "^0.1.2",
"playwright": "^1.58.2",
"shiki": "^3.22.0",
"twoslash": "^0.3.6",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vue": "^3.5.28",
"vue-tsc": "^3.2.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"rolldown",
"sharp"
],
"ignoredBuiltDependencies": [
"@parcel/watcher",
"puppeteer",
"vue-demi"
],
"overrides": {
"vite": "8.0.0-beta.14"
}
}
}