-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate && cp .output/public/docs/200.html .output/public/200.html && cp .output/public/docs/404.html .output/public/404.html",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@directus/openapi": "0.1.0",
"@docsearch/css": "3.8.2",
"@docsearch/js": "3.8.2",
"@iconify-json/heroicons-outline": "1.2.1",
"@iconify-json/material-symbols": "1.2.12",
"@iconify-json/simple-icons": "1.2.17",
"@nuxt/content": "2.13.4",
"@nuxt/eslint": "0.7.4",
"@nuxt/scripts": "0.9.5",
"@nuxt/ui-pro": "1.6.0",
"@nuxtjs/algolia": "1.10.2",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/seo": "2.0.2",
"@nuxtjs/tailwindcss": "6.12.2",
"@types/lodash-es": "4.17.12",
"@vueuse/core": "12.2.0",
"@vueuse/nuxt": "12.2.0",
"lodash-es": "4.17.21",
"nuxt": "3.14.1592",
"nuxt-posthog": "1.6.1",
"openapi3-ts": "4.4.0",
"typescript": "5.7.2",
"ufo": "1.5.4",
"vue": "latest",
"vue-router": "latest"
}
}