dragonschildstudios.com/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2023-10-18 05:14:50 -07:00
{
2024-01-19 23:37:48 -08:00
"name": "dragons-site",
2024-04-16 05:17:00 -07:00
"version": "0.1.0",
"private": true,
"type": "module",
2023-10-18 05:14:50 -07:00
"scripts": {
2024-04-16 05:17:00 -07:00
"build": "next build",
"db:push": "drizzle-kit push:pg",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
2023-10-18 05:14:50 -07:00
},
"dependencies": {
2024-04-16 05:17:00 -07:00
"@t3-oss/env-nextjs": "^0.9.2",
"drizzle-orm": "^0.29.4",
"next": "^14.2.1",
"postgres": "^3.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
2023-10-18 05:14:50 -07:00
},
"devDependencies": {
2024-04-16 05:17:00 -07:00
"@types/eslint": "^8.56.2",
"@types/node": "^20.11.20",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-plugin-drizzle": "^0.2.3",
"pg": "^8.11.3",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
2024-01-19 23:23:29 -08:00
"tailwindcss": "^3.4.1",
2024-04-16 05:17:00 -07:00
"typescript": "^5.4.2"
2024-01-19 23:23:29 -08:00
},
2024-04-16 05:17:00 -07:00
"ct3aMetadata": {
"initVersion": "7.30.2"
},
"packageManager": "pnpm@8.13.1"
2024-01-20 02:08:37 -08:00
}