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
91 lines (91 loc) · 2.4 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.4 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
{
"name": "nuxt.com",
"version": "0.3.11",
"packageManager": "pnpm@10.18.1",
"scripts": {
"dev": "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 typecheck",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/logos": "^1.2.9",
"@iconify-json/lucide": "^1.2.69",
"@iconify-json/octicon": "^1.2.15",
"@iconify-json/simple-icons": "^1.2.54",
"@nuxt/content": "^3.7.1",
"@nuxt/image": "https://pkg.pr.new/@nuxt/image@1a5786c",
"@nuxt/scripts": "^0.12.1",
"@nuxt/ui": "^4.0.1",
"@nuxthub/core": "0.9.0",
"@nuxtjs/html-validator": "^2.1.0",
"@nuxtjs/mdc": "^0.17.4",
"@nuxtjs/plausible": "^2.0.1",
"@vue/compiler-sfc": "^3.5.22",
"@vueuse/components": "^13.9.0",
"@vueuse/core": "^13.9.0",
"@vueuse/nuxt": "^13.9.0",
"better-sqlite3": "^12.4.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.44.6",
"feed": "^5.1.0",
"little-date": "^1.0.0",
"motion-v": "1.7.2",
"nuxt": "^4.1.3",
"nuxt-auth-utils": "0.5.25",
"nuxt-charts": "0.2.4",
"nuxt-llms": "^0.1.3",
"nuxt-og-image": "5.1.11",
"ofetch": "^1.4.1",
"scule": "^1.3.0",
"sitemap": "^8.0.0",
"std-env": "^3.9.0",
"ufo": "^1.6.1",
"valibot": "1.1.0"
},
"devDependencies": {
"@iconify-json/vscode-icons": "^1.2.31",
"@nuxt/eslint": "^1.9.0",
"@nuxt/test-utils": "^3.19.2",
"@nuxtjs/turnstile": "^1.1.0",
"@testing-library/vue": "^8.1.0",
"@types/youtube": "^0.1.2",
"capture-website": "^5.0.1",
"drizzle-kit": "^0.31.5",
"eslint": "^9.37.0",
"nuxt-content-twoslash": "0.1.2",
"shiki": "^3.13.0",
"twoslash": "^0.3.4",
"typescript": "^5.9.3",
"vitest": "^3.2.4",
"vue": "^3.5.22",
"vue-tsc": "^3.1.1",
"wrangler": "^4.42.1"
},
"resolutions": {
"chokidar": "3.6.0",
"unimport": "4.1.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3",
"esbuild",
"rolldown",
"sharp"
],
"ignoredBuiltDependencies": [
"@parcel/watcher",
"puppeteer",
"vue-demi"
],
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
}
}