-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 818 Bytes
/
package.json
File metadata and controls
32 lines (31 loc) · 818 Bytes
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
{
"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.19",
"@iconify-json/simple-icons": "^1.1.90",
"@nuxtjs/fontaine": "^0.4.1",
"nuxt-og-image": "^2.2.4"
},
"devDependencies": {
"@nuxt/content": "^2.12.1",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/image": "^1.7.0",
"@nuxt/ui-pro": "^1.2.0",
"@nuxthq/studio": "^1.0.10",
"@nuxtjs/google-fonts": "^3.2.0",
"eslint": "^9.4.0",
"nuxt": "^3.11.2",
"vue-tsc": "^2.0.19"
},
"packageManager": "pnpm@9.1.4" }