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.
27 lines
533 B
JSON
27 lines
533 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/supabase": "^0.3.0",
|
|
"@nuxtjs/tailwindcss": "^6.2.0",
|
|
"nuxt": "3.0.0",
|
|
"nuxt-icon": "^0.2.5",
|
|
"prettier": "^2.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.2.1"
|
|
},
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^1.0.0-beta.6",
|
|
"@pinia/nuxt": "^0.4.6",
|
|
"pinia": "^2.0.29"
|
|
},
|
|
"overrides": {
|
|
"vue": "latest"
|
|
}
|
|
}
|