fix without nuxt 3.12
This commit is contained in:
10
package.json
10
package.json
@@ -9,7 +9,7 @@
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"prisma": {
|
||||
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
|
||||
"seed": "pnpx tsx prisma/seed.ts"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
@@ -20,17 +20,19 @@
|
||||
"test": "vitest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@heroicons/vue": "^2.1.3",
|
||||
"@nuxt/test-utils": "^3.11.0",
|
||||
"@nuxtjs/supabase": "^1.1.6",
|
||||
"@nuxtjs/tailwindcss": "^6.11.4",
|
||||
"@prisma/client": "^5.9.1",
|
||||
"@prisma/client": "^5.13.0",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@types/node": "^20.11.19",
|
||||
"@types/node": "^20.12.7",
|
||||
"nuxt": "^3.10.2",
|
||||
"nuxt-headlessui": "^1.2.0",
|
||||
"nuxt-icon": "^0.6.8",
|
||||
"prisma": "^5.9.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "^5.4.5",
|
||||
"vitest": "^1.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user