forked from nuxt-ui-templates/landing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 726 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
{
"name": "nuxt-ui-template-landing",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.90",
"@iconify-json/simple-icons": "^1.2.70",
"@nuxt/content": "^3.11.2",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.4.0",
"better-sqlite3": "^12.6.2",
"nuxt": "^4.3.1",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.1",
"eslint": "^10.0.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4"
},
"packageManager": "pnpm@10.29.3"
}