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.
28 lines
741 B
JSON
28 lines
741 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/devtools": "^0.6.1",
|
|
"@nuxtjs/supabase": "^0.3.7",
|
|
"@nuxtjs/tailwindcss": "^6.7.0",
|
|
"@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": {
|
|
"@formkit/auto-animate": "^1.0.0-beta.6",
|
|
"highlight.js": "^11.8.0",
|
|
"markdown-it": "^13.0.1",
|
|
"zod": "^3.21.4"
|
|
}
|
|
}
|