mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 18:54:21 +00:00
27 lines
624 B
JSON
27 lines
624 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content": "3.6.0",
|
|
"@nuxt/eslint": "1.4.1",
|
|
"@nuxt/fonts": "0.11.4",
|
|
"@nuxt/icon": "1.13.0",
|
|
"@nuxt/image": "1.10.0",
|
|
"@tailwindcss/vite": "^4.1.10",
|
|
"better-sqlite3": "^11.10.0",
|
|
"daisyui": "^5.0.43",
|
|
"eslint": "^9.0.0",
|
|
"nuxt": "^3.17.5",
|
|
"tailwindcss": "^4.1.10",
|
|
"vue": "^3.5.16",
|
|
"vue-router": "^4.5.1"
|
|
}
|
|
}
|