Reverted upgrade changes
This commit is contained in:
@@ -11,7 +11,6 @@ export default defineNuxtConfig({
|
||||
'@nuxt/eslint',
|
||||
'shadcn-nuxt'
|
||||
],
|
||||
|
||||
css: ['~/assets/main.css'],
|
||||
|
||||
postcss: {
|
||||
@@ -20,22 +19,17 @@ export default defineNuxtConfig({
|
||||
autoprefixer: {},
|
||||
},
|
||||
},
|
||||
|
||||
shadcn: {
|
||||
prefix: 'Ui',
|
||||
componentDir: './components/ui'
|
||||
},
|
||||
|
||||
colorMode: {
|
||||
classSuffix: '',
|
||||
preference: 'dark',
|
||||
fallback: 'dark',
|
||||
},
|
||||
|
||||
supabase: {
|
||||
redirect: false
|
||||
},
|
||||
|
||||
eslint: {},
|
||||
compatibilityDate: '2024-08-23'
|
||||
eslint: {}
|
||||
})
|
||||
24
package.json
24
package.json
@@ -13,24 +13,24 @@
|
||||
"lint:prettier": "prettier . --check"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/eslint": "^0.5.2",
|
||||
"@nuxt/eslint": "^0.3.12",
|
||||
"@phosphor-icons/vue": "^2.2.1",
|
||||
"@pinia/nuxt": "^0.5.4",
|
||||
"@vueuse/core": "^11.0.1",
|
||||
"@vueuse/integrations": "^11.0.1",
|
||||
"@vueuse/nuxt": "^11.0.1",
|
||||
"@pinia/nuxt": "^0.5.1",
|
||||
"@vueuse/core": "^10.9.0",
|
||||
"@vueuse/integrations": "^10.11.0",
|
||||
"@vueuse/nuxt": "^10.9.0",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-vue-next": "^0.364.0",
|
||||
"nuxt": "^3.13.0",
|
||||
"pinia": "^2.2.2",
|
||||
"radix-vue": "^1.9.4",
|
||||
"nuxt": "^3.7.0",
|
||||
"pinia": "^2.1.7",
|
||||
"radix-vue": "^1.7.4",
|
||||
"shadcn-nuxt": "^0.10.4",
|
||||
"sortablejs": "^1.15.2",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"sortablejs": "^1",
|
||||
"tailwind-merge": "^2.3.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"vue": "^3.4.38",
|
||||
"vue-router": "^4.4.3",
|
||||
"vue": "^3.4.27",
|
||||
"vue-router": "^4.3.2",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
5956
pnpm-lock.yaml
generated
5956
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user