add prisma

This commit is contained in:
Benjamin Palko 2024-12-10 10:40:41 -05:00
parent 05a95b72d0
commit a286fa4e0d
11 changed files with 63 additions and 10 deletions

View file

@ -14,7 +14,8 @@
"test": "npm run test:unit -- --run && npm run test:e2e",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test:e2e": "playwright test"
"test:e2e": "playwright test",
"prisma:generate": "prisma generate"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
@ -38,6 +39,7 @@
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^6.0.1",
"storybook": "^8.4.7",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
@ -49,6 +51,7 @@
},
"dependencies": {
"@pothos/core": "^4.3.0",
"@prisma/client": "6.0.1",
"@tailwindcss/typography": "^0.5.15",
"@types/bun": "^1.1.14",
"graphql": "^16.9.0",
@ -58,4 +61,4 @@
"storybook-dark-mode": "^4.0.2",
"zod": "^3.24.0"
}
}
}