-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
40 lines (40 loc) · 931 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
36
37
38
39
40
{
"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/lucide": "^1.2.29",
"@iconify-json/simple-icons": "^1.2.28",
"@iconify-json/vscode-icons": "^1.2.16",
"@nuxt/content": "^3.3.0",
"@nuxt/image": "^1.9.0",
"@nuxt/ui-pro": "3.0.0-beta.4",
"nuxt": "^3.16.0",
"nuxt-llms": "0.1.0",
"nuxt-og-image": "^5.0.2"
},
"devDependencies": {
"@nuxt/eslint": "^1.2.0",
"eslint": "^9.22.0",
"typescript": "^5.8.2",
"vue-tsc": "^2.2.2"
},
"resolutions": {
"vue-tsc": "2.2.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
},
"packageManager": "[email protected]"
}