forked from GenieFramework/GenieFrameworkDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 887 Bytes
/
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
{
"name": "nuxt-ui-pro-template-docs",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/simple-icons": "^1.1.109",
"@nuxt/content": "^2.13.1",
"@nuxt/fonts": "^0.7.1",
"@nuxt/image": "^1.7.0",
"@nuxt/ui-pro": "^1.3.1",
"@zadigetvoltaire/nuxt-gtm": "^0.0.13",
"nuxi": "^3.12.0",
"nuxt-link-checker": "^3.1.0",
"nuxt-og-image": "^3.0.0-rc.64",
"shiki": "^1.12.0",
"ufo": "^1.5.4"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxthq/studio": "^2.0.3",
"eslint": "^9.6.0",
"nuxt": "^3.12.4",
"vue-tsc": "^2.0.26"
}
}