You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
530 B
JSON
25 lines
530 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/tailwindcss": "^6.7.0",
|
|
"@types/node": "^18",
|
|
"@vueuse/core": "^10.2.0",
|
|
"@vueuse/nuxt": "^10.2.0",
|
|
"nuxt": "^3.5.2",
|
|
"nuxt-icon": "^0.4.1",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.3.0"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.21.4"
|
|
}
|
|
}
|