-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "vaah-docs",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"vaahstore:api": "npx @redocly/cli bundle public/vaahstore-api/vaahstore.yaml --output public/vaahstore-apis.yaml"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.11",
"@nuxt/content": "^2.13.4",
"@nuxt/ui-pro": "^1.5.0",
"@nuxtjs/fontaine": "^0.4.4",
"@nuxtjs/google-fonts": "^3.2.0",
"@pinia/nuxt": "^0.7.0",
"medium-zoom": "^1.1.0",
"nuxt": "^3.14.159",
"nuxt-og-image": "^3.0.8",
"pinia": "^2.2.6",
"@vueuse/core": "^11.1.0",
"apexcharts": "^3.54.1",
"flowbite": "^2.5.2",
"vue3-apexcharts": "^1.7.0",
"@scalar/api-reference": "^1.25.21"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.6.1",
"@nuxthq/studio": "^2.2.1",
"eslint": "^9.14.0",
"vue-tsc": "^2.1.10"
},
"resolutions": {
"vue": "3.3.13"
},
"overrides": {
"vue": "latest"
}
}