-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.69 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.69 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
{
"name": "@directus/website",
"private": true,
"scripts": {
"build": "nuxt generate",
"dev": "nuxt dev",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"lint": "eslint --cache .",
"format": "prettier --write \"**/*.{md,y?(a)ml,json,vue,ts}\"",
"analyze": "nuxt analyze"
},
"devDependencies": {
"@directus/format-title": "12.0.0",
"@directus/sdk": "19.0.1",
"@formkit/auto-animate": "0.8.2",
"@iconify-json/material-symbols": "1.2.16",
"@nuxt/devtools": "2.3.0",
"@nuxt/fonts": "0.11.0",
"@nuxt/icon": "1.11.0",
"@nuxt/image": "1.10.0",
"@nuxt/kit": "3.16.1",
"@nuxt/scripts": "0.11.2",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/sitemap": "7.2.9",
"@types/node": "22.13.10",
"@typescript-eslint/eslint-plugin": "8.26.1",
"@typescript-eslint/parser": "8.26.1",
"@vueuse/core": "13.0.0",
"@vueuse/nuxt": "13.0.0",
"eslint": "9.22.0",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-vue": "10.0.0",
"feed": "4.2.2",
"floating-vue": "5.2.2",
"fuse.js": "7.1.0",
"micromark": "4.0.2",
"micromark-extension-gfm": "3.0.0",
"nuxt": "3.16.1",
"nuxt-og-image": "5.0.5",
"nuxt-schema-org": "5.0.4",
"p-queue": "8.1.0",
"posthog-js": "1.231.3",
"posthog-node": "4.10.1",
"prettier": "3.5.3",
"radix-vue": "^1.9.17",
"sass": "1.86.0",
"shiki": "3.2.1",
"typescript": "5.8.2",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vue-tsc": "2.2.8"
},
"packageManager": "pnpm@8.15.3",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.15.0"
},
"dependencies": {
"embla-carousel": "^8.5.2",
"embla-carousel-class-names": "^8.5.2",
"embla-carousel-vue": "^8.5.2",
"vue3-marquee": "^4.2.2"
}
}