54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "pchl",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"postinstall": "prisma generate",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@prisma/client": "^4.14.0",
|
|
"@react-page/editor": "^5.4.4",
|
|
"@react-page/plugins-image": "^5.4.4",
|
|
"@react-page/plugins-slate": "^5.4.4",
|
|
"@tanstack/react-query": "^4.29.5",
|
|
"@trpc/client": "^10.25.0",
|
|
"@trpc/next": "^10.25.0",
|
|
"@trpc/react-query": "^10.25.0",
|
|
"@trpc/server": "^10.25.0",
|
|
"add": "^2.0.6",
|
|
"next": "13.1.2",
|
|
"pocketbase": "^0.14.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^4.8.0",
|
|
"superjson": "1.9.1",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.16.6",
|
|
"@types/prettier": "^2.7.2",
|
|
"@types/react": "^18.2.6",
|
|
"@types/react-dom": "^18.2.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
"@typescript-eslint/parser": "^5.59.5",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-next": "13.1.2",
|
|
"postcss": "^8.4.23",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.2.8",
|
|
"prisma": "^4.14.0",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.3.2"
|
|
}
|
|
}
|