-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 840 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 840 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
33
{
"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.14",
"@iconify-json/simple-icons": "^1.1.80",
"@nuxt/content": "^2.9.0",
"@nuxt/ui-pro": "^0.5.0",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.0",
"@nuxtjs/mdc": "^0.2.8",
"nuxt": "^3.8.2",
"nuxt-og-image": "^2.2.4"
},
"devDependencies": {
"@nuxt/devtools": "1.0.4",
"@nuxt/eslint-config": "^0.2.0",
"@nuxthq/studio": "^1.0.5",
"eslint": "^8.54.0",
"typescript": "^5.3.2",
"vue-tsc": "^1.8.22"
}
}