Skip to content

Commit

Permalink
[#7 Update - Build Update ]
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshyarawat1 committed Jul 20, 2024
1 parent 7683566 commit 4cc9c4b
Show file tree
Hide file tree
Showing 4 changed files with 6,127 additions and 3,650 deletions.
10 changes: 8 additions & 2 deletions web_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"test" : "vitest",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^4.29.7",
Expand Down Expand Up @@ -61,14 +63,18 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"jsdom": "^24.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
"typescript": "^5",
"vitest": "^2.0.3"
}
}
Loading

0 comments on commit 4cc9c4b

Please sign in to comment.