-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
66 lines (66 loc) · 1.69 KB
/
package.json
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": "11.0.0",
"@directus/sdk": "18.0.2",
"@formkit/auto-animate": "0.8.2",
"@iconify-json/material-symbols": "1.2.12",
"@nuxt/devtools": "1.6.4",
"@nuxt/fonts": "0.10.3",
"@nuxt/icon": "1.10.2",
"@nuxt/image": "1.8.1",
"@nuxt/kit": "3.14.1592",
"@nuxt/scripts": "0.9.5",
"@nuxtjs/eslint-module": "4.1.0",
"@nuxtjs/sitemap": "7.0.0",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@vueuse/core": "12.0.0",
"@vueuse/nuxt": "12.0.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.32.0",
"feed": "4.2.2",
"floating-vue": "5.2.2",
"fuse.js": "7.0.0",
"micromark": "4.0.1",
"micromark-extension-gfm": "3.0.0",
"nuxt": "3.14.1592",
"nuxt-og-image": "4.0.1",
"nuxt-schema-org": "4.0.4",
"p-queue": "8.0.1",
"posthog-js": "1.202.2",
"posthog-node": "4.3.2",
"prettier": "3.4.2",
"radix-vue": "^1.9.11",
"sass": "1.83.0",
"shiki": "1.24.2",
"typescript": "5.5.4",
"vue": "3.5.13",
"vue-router": "4.5.0",
"vue-tsc": "2.1.6"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.15.0"
},
"dependencies": {
"embla-carousel": "^8.5.1",
"embla-carousel-class-names": "^8.5.1",
"embla-carousel-vue": "^8.5.1",
"vue3-marquee": "^4.2.2"
}
}