62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "dashboard-template",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"key:generate": "bun run src/core/utils/generateJwtSecret.ts"
|
|
},
|
|
"prisma": {
|
|
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
|
|
},
|
|
"dependencies": {
|
|
"@auth/prisma-adapter": "^1.1.0",
|
|
"@mantine/core": "^7.5.2",
|
|
"@mantine/form": "^7.5.2",
|
|
"@mantine/hooks": "^7.5.2",
|
|
"@mantine/notifications": "^7.5.2",
|
|
"@prisma/client": "5.8.1",
|
|
"@tanstack/react-query": "^4.36.1",
|
|
"@tanstack/react-query-devtools": "^4.36.1",
|
|
"@tanstack/react-table": "^8.11.7",
|
|
"@trpc/client": "^10.45.0",
|
|
"@trpc/next": "^10.45.0",
|
|
"@trpc/react-query": "^10.45.0",
|
|
"@trpc/server": "^10.45.0",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/jsonwebtoken": "^9.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
"bcrypt": "^5.1.1",
|
|
"client-only": "^0.0.1",
|
|
"clsx": "^2.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mantine-form-zod-resolver": "^1.1.0",
|
|
"next": "14.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^5.0.1",
|
|
"sass": "^1.70.0",
|
|
"server-only": "^0.0.1",
|
|
"superjson": "^2.2.1",
|
|
"ts-node": "^10.9.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.0.5",
|
|
"@types/node": "^20.11.7",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"autoprefixer": "^10.4.17",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-next": "14.0.4",
|
|
"postcss": "^8.4.33",
|
|
"postcss-preset-mantine": "^1.12.3",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prisma": "^5.8.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
} |