hostforge/package.json

67 lines
1.8 KiB
JSON
Raw Normal View History

2023-10-10 17:07:10 +00:00
{
"name": "hostforge",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
2023-11-05 17:56:57 +00:00
"db:push": "drizzle-kit push:sqlite",
2023-10-10 17:07:10 +00:00
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
2023-11-04 01:00:55 +00:00
"@mantine/form": "^7.1.7",
2023-11-05 17:56:57 +00:00
"@prisma/migrate": "^5.5.2",
2023-11-03 19:05:29 +00:00
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
2023-11-05 17:56:57 +00:00
"@t3-oss/env-nextjs": "^0.7.1",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.43.1",
"@trpc/next": "^10.43.1",
"@trpc/react-query": "^10.43.1",
"@trpc/server": "^10.43.1",
"argon2": "^0.31.2",
2023-11-02 01:23:18 +00:00
"better-sqlite3": "^9.0.0",
2023-10-10 17:07:10 +00:00
"bunyan": "^1.8.15",
"bunyan-format": "^0.2.1",
2023-11-03 19:05:29 +00:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
2023-11-02 01:23:18 +00:00
"drizzle-orm": "^0.28.6",
2023-11-05 17:56:57 +00:00
"next": "^14.0.1",
2023-11-03 19:05:29 +00:00
"next-themes": "^0.2.1",
2023-10-10 17:07:10 +00:00
"react": "18.2.0",
"react-dom": "18.2.0",
2023-11-05 17:56:57 +00:00
"react-icons": "^4.11.0",
"sonner": "^1.2.0",
"superjson": "^2.2.0",
2023-11-03 19:05:29 +00:00
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
2023-10-31 00:44:05 +00:00
"ts-permissions": "^1.0.0",
2023-11-05 17:56:57 +00:00
"zod": "^3.22.4"
2023-10-10 17:07:10 +00:00
},
"devDependencies": {
2023-11-02 01:23:18 +00:00
"@types/better-sqlite3": "^7.6.6",
2023-11-05 17:56:57 +00:00
"@types/bunyan": "^1.8.10",
"@types/bunyan-format": "^0.2.7",
"@types/eslint": "^8.44.6",
"@types/node": "^20.8.10",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.16",
2023-11-02 01:23:18 +00:00
"drizzle-kit": "^0.19.13",
2023-11-05 17:56:57 +00:00
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
2023-10-10 17:07:10 +00:00
},
"ct3aMetadata": {
"initVersion": "7.20.3-beta.2e8399f"
}
}