-
Notifications
You must be signed in to change notification settings - Fork 246
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.79 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.79 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
114
115
116
117
118
119
120
121
122
{
"name": "nuxt.com",
"version": "0.3.11",
"packageManager": "pnpm@10.28.0",
"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 rebuild better-sqlite3 && 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.83",
"@iconify-json/octicon": "^1.2.19",
"@iconify-json/simple-icons": "^1.2.65",
"@libsql/client": "^0.17.0",
"@npm/types": "^2.1.0",
"@nuxt/content": "^3.10.0",
"@nuxt/hints": "1.0.0-alpha.5",
"@nuxt/image": "^2.0.0",
"@nuxt/scripts": "^0.13.2",
"@nuxt/ui": "^4.3.0",
"@nuxt/vite-builder": "https://pkg.pr.new/@nuxt/vite-builder@33682",
"@nuxthub/core": "npm:@nuxthub/core-nightly@0.10.0-20251210-113644-c25eff9",
"@nuxtjs/html-validator": "^2.1.0",
"@nuxtjs/mcp-toolkit": "^0.6.2",
"@nuxtjs/mdc": "^0.19.2",
"@nuxtjs/plausible": "^2.0.1",
"@vercel/analytics": "^1.6.1",
"@vercel/functions": "^3.3.5",
"@vercel/speed-insights": "^1.3.1",
"@vue/compiler-sfc": "^3.5.26",
"@vueuse/components": "^13.9.0",
"@vueuse/core": "^13.9.0",
"@vueuse/nuxt": "^13.9.0",
"better-sqlite3": "^12.6.0",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.1",
"feed": "^5.1.0",
"little-date": "^1.2.1",
"motion-v": "1.7.6",
"nuxt": "^4.2.2",
"nuxt-auth-utils": "0.5.26",
"nuxt-charts": "2.0.0",
"nuxt-llms": "^0.1.3",
"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.2",
"valibot": "1.2.0"
},
"devDependencies": {
"@ai-sdk/mcp": "^0.0.13",
"@ai-sdk/openai": "3.0.7",
"@iconify-json/vscode-icons": "^1.2.37",
"@nuxt/eslint": "^1.12.1",
"@nuxt/modules": "0.6.0-943ac4",
"@nuxt/test-utils": "^3.23.0",
"@nuxtjs/turnstile": "^1.1.1",
"@playwright/test": "^1.57.0",
"@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.27",
"capture-website": "^5.1.0",
"drizzle-kit": "^0.31.8",
"eslint": "^9.39.2",
"evalite": "1.0.0-beta.15",
"happy-dom": "^20.1.0",
"nuxt-content-twoslash": "0.1.2",
"playwright": "^1.57.0",
"shiki": "^3.21.0",
"twoslash": "^0.3.6",
"typescript": "^5.9.3",
"vitest": "^4.0.16",
"vue": "^3.5.26",
"vue-tsc": "^3.2.2",
"wrangler": "^4.58.0"
},
"resolutions": {
"chokidar": "3.6.0",
"unimport": "4.1.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"esbuild",
"rolldown",
"sharp"
],
"ignoredBuiltDependencies": [
"@parcel/watcher",
"puppeteer",
"vue-demi"
],
"overrides": {
"vite": "8.0.0-beta.7"
},
"patchedDependencies": {
"nitropack": "patches/nitropack.patch",
"@nuxtjs/mdc": "patches/@nuxtjs__mdc.patch"
}
}
}