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.

33 lines
725 B
JSON

{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^0.1.4",
"@nuxtjs/supabase": "^0.3.0",
"@nuxtjs/tailwindcss": "^6.2.0",
"@tailwindcss/typography": "^0.5.9",
"@vueuse/core": "^9.12.0",
"@vueuse/nuxt": "^9.12.0",
"nuxt": "^3.2.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",
"micromark": "^3.1.0",
"micromark-extension-gfm": "^2.0.1",
"pinia": "^2.0.29"
},
"overrides": {
"vue": "latest"
}
}