24 lines
480 B
JSON
24 lines
480 B
JSON
|
|
{
|
||
|
|
"name": "nuxt-app",
|
||
|
|
"type": "module",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"build": "nuxt build",
|
||
|
|
"dev": "nuxt dev",
|
||
|
|
"generate": "nuxt generate",
|
||
|
|
"preview": "nuxt preview",
|
||
|
|
"postinstall": "nuxt prepare"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"nuxt": "^4.2.2",
|
||
|
|
"vue": "^3.5.25",
|
||
|
|
"vue-router": "^4.6.4"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@nuxtjs/tailwindcss": "^6.14.0",
|
||
|
|
"autoprefixer": "^10.4.23",
|
||
|
|
"postcss": "^8.5.6",
|
||
|
|
"tailwindcss": "^3.4.19"
|
||
|
|
}
|
||
|
|
}
|