mirror of
https://github.com/aaronleetw/savage-tracking.git
synced 2024-11-14 19:11:39 -08:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "savage-tracking",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"db:push": "prisma db push",
|
|
"db:studio": "prisma studio",
|
|
"dev": "next dev",
|
|
"postinstall": "prisma generate",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.3.2",
|
|
"@prisma/client": "^5.6.0",
|
|
"@t3-oss/env-nextjs": "^0.7.1",
|
|
"@tanstack/react-query": "^4.36.1",
|
|
"@trpc/client": "^10.43.6",
|
|
"@trpc/next": "^10.43.6",
|
|
"@trpc/react-query": "^10.43.6",
|
|
"@trpc/server": "^10.43.6",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/jsonwebtoken": "^9.0.5",
|
|
"bcrypt": "^5.1.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"next": "^14.0.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.49.2",
|
|
"react-to-pdf": "^1.0.1",
|
|
"superjson": "^2.2.1",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^14.0.3",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@types/eslint": "^8.44.7",
|
|
"@types/node": "^18.17.0",
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.54.0",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.7",
|
|
"prisma": "^5.6.0",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.24.2"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|