Skip to content

Commit

Permalink
fix-pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
rawi96 committed May 9, 2023
1 parent c4a69fd commit 578e42d
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,19 @@
{
"private": true,
"scripts": {
"dev": "npx prisma migrate dev && npx prisma db seed && next dev",
"dev": "next dev",
"build": "next build",
"vercel-build": "prisma generate && prisma migrate deploy && prisma db seed && next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "prettier --write --ignore-path .gitignore .",
"cypress:open": "cypress open",
"test:component": "cypress run --component",
"test:e2e": "cypress run",
"test": "cypress run && cypress run --component"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "1.7.3",
"@heroicons/react": "2.0.12",
"@next-auth/prisma-adapter": "1.0.1",
"@prisma/client": "3.9.1",
"@sendgrid/mail": "^7.7.0",
"bcrypt": "5.1.0",
"flowbite": "1.5.3",
"flowbite-react": "0.1.12",
"next": "12.3.1",
"next-auth": "4.3.3",
"next-pwa": "5.5.4",
"prisma-erd-generator": "^1.2.1",
"@headlessui/react": "^1.7.8",
"@heroicons/react": "^2.0.15",
"@tailwindcss/forms": "^0.5.3",
"next": "13.0.2",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.38.0",
"swr": "^1.3.0",
"uuid": "9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 578e42d

Please sign in to comment.