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.
18 lines
380 B
JSON
18 lines
380 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",
|
|
"prettier": "^2.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.2.1"
|
|
}
|
|
}
|