38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
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/eslint": "1.5.2",
|
||
|
"@nuxt/icon": "1.15.0",
|
||
|
"@nuxt/ui": "3.2.0",
|
||
|
"@nuxtjs/color-mode": "3.5.2",
|
||
|
"@pinia/nuxt": "^0.11.1",
|
||
|
"@tailwindcss/vite": "^4.1.11",
|
||
|
"@vue/eslint-config-prettier": "^10.2.0",
|
||
|
"eslint": "^9.0.0",
|
||
|
"nuxt": "^3.17.6",
|
||
|
"tailwindcss": "^4.1.11",
|
||
|
"typescript": "^5.6.3",
|
||
|
"vue": "^3.5.17",
|
||
|
"vue-router": "^4.5.1"
|
||
|
},
|
||
|
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
|
||
|
"devDependencies": {
|
||
|
"@stylistic/eslint-plugin": "^5.1.0",
|
||
|
"@stylistic/eslint-plugin-jsx": "^4.4.1",
|
||
|
"@vue/eslint-config-typescript": "^14.6.0",
|
||
|
"eslint-plugin-vue": "^10.3.0",
|
||
|
"globals": "^16.3.0",
|
||
|
"typescript-eslint": "^8.35.1",
|
||
|
"vue-eslint-parser": "^10.2.0"
|
||
|
}
|
||
|
}
|