mirror of
https://github.com/sern-handler/automata
synced 2026-06-28 02:32:16 +00:00
* refactor: initial monorepo * chore: remove accidentally commited repos * chore: remove accidentally commited repos * feat: more progress * feat: finally monorepo done * feat: move away from pocketbase * fix: seren's reviews and schema frontend login errors * fix: for some reason didn't remove await lol
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@auth/drizzle-adapter": "^0.3.6",
|
|
"@planetscale/database": "^1.11.0",
|
|
"@t3-oss/env-nextjs": "^0.7.1",
|
|
"database": "1.0.0",
|
|
"drizzle-orm": "^0.29.1",
|
|
"next": "^14.0.3",
|
|
"next-auth": "^4.24.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^14.0.3",
|
|
"@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",
|
|
"dotenv-cli": "^7.3.0",
|
|
"drizzle-kit": "^0.20.7",
|
|
"eslint": "^8.54.0",
|
|
"mysql2": "^3.6.1",
|
|
"postcss": "^8.4.31",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.7",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.25.0"
|
|
},
|
|
"packageManager": "yarn@4.0.2"
|
|
}
|