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