-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.81 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.81 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "node scripts/setup-hooks.ts && nuxt prepare",
"stable-ids:ensure": "node scripts/ensure-stable-ids.ts",
"stable-ids:check": "node scripts/check-stable-ids.ts",
"redirects:sync": "node scripts/redirects-sync.ts --write-deterministic --fail-on-unresolved",
"redirects:check": "node scripts/redirects-sync.ts --fail-on-unresolved --no-write",
"typecheck:scripts": "tsc -p scripts/tsconfig.json"
},
"dependencies": {
"@directus/openapi": "0.3.0",
"@directus/sdk": "^21.2.2",
"@docsearch/css": "4.6.2",
"@docsearch/js": "4.6.2",
"@iconify-json/heroicons-outline": "1.2.1",
"@iconify-json/material-symbols": "1.2.68",
"@iconify-json/simple-icons": "1.2.79",
"@nuxt/content": "3.13.0",
"@nuxt/fonts": "0.14.0",
"@nuxt/ui": "^4.6.1",
"@nuxtjs/algolia": "1.11.2",
"@nuxtjs/color-mode": "4.0.0",
"@nuxtjs/seo": "5.1.3",
"@takumi-rs/core": "^1.1.0",
"@vueuse/core": "14.2.1",
"@vueuse/nuxt": "14.2.1",
"lodash-es": "4.18.1",
"nuxt": "4.4.2",
"nuxt-llms": "0.2.0",
"openapi3-ts": "4.5.0",
"posthog-js": "1.371.2",
"posthog-node": "5.29.7",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.4",
"ufo": "1.6.3"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@nuxt/eslint": "1.15.2",
"@nuxt/scripts": "1.0.2",
"@types/lodash-es": "4.17.12",
"@types/node": "^22",
"typescript": "6.0.3",
"vue-tsc": "^3.2.7"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
},
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8",
"engines": {
"node": ">=22.18"
}
}