-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.26 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@directus/openapi": "0.2.2",
"@directus/sdk": "^21.1.0",
"@docsearch/css": "4.5.4",
"@docsearch/js": "4.5.4",
"@iconify-json/heroicons-outline": "1.2.1",
"@iconify-json/material-symbols": "1.2.54",
"@iconify-json/simple-icons": "1.2.70",
"@nuxt/content": "3.11.2",
"@nuxt/ui-pro": "3.3.7",
"@nuxtjs/algolia": "1.11.2",
"@nuxtjs/color-mode": "4.0.0",
"@nuxtjs/seo": "3.4.0",
"@vueuse/core": "14.2.0",
"@vueuse/nuxt": "14.2.0",
"lodash-es": "4.17.23",
"nuxt": "4.3.1",
"nuxt-llms": "0.2.0",
"openapi3-ts": "4.5.0",
"posthog-js": "1.345.0",
"posthog-node": "5.24.14",
"sharp": "^0.34.5",
"ufo": "1.6.3"
},
"devDependencies": {
"@nuxt/eslint": "1.14.0",
"@nuxt/scripts": "0.13.2",
"@types/lodash-es": "4.17.12",
"typescript": "5.9.3",
"vue-tsc": "^3.2.4"
},
"pnpm": {
"overrides": {
"reka": "2.3.1",
"debug": "4.4.1"
}
},
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8"
}