68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "pchl",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "next lint",
|
|
"start": "next start",
|
|
"gen-types": "sh ./scripts/gen-types-from-pb.sh",
|
|
"prepare": "panda codegen"
|
|
},
|
|
"dependencies": {
|
|
"@editorjs/editorjs": "^2.27.0",
|
|
"@editorjs/header": "^2.7.0",
|
|
"@editorjs/image": "^2.8.1",
|
|
"@editorjs/list": "^1.8.0",
|
|
"@editorjs/paragraph": "^2.9.0",
|
|
"@editorjs/simple-image": "^1.5.1",
|
|
"@editorjs/table": "^2.2.1",
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@prisma/client": "^4.14.0",
|
|
"@tanstack/react-query": "^4.29.5",
|
|
"@trpc/client": "^10.25.1",
|
|
"@trpc/next": "^10.25.1",
|
|
"@trpc/react-query": "^10.25.1",
|
|
"@trpc/server": "^10.25.1",
|
|
"add": "^2.0.6",
|
|
"editorjs-button": "^1.0.4",
|
|
"editorjs-drag-drop": "^1.1.13",
|
|
"editorjs-inline-tool": "^0.4.0",
|
|
"editorjs-text-color-plugin": "^2.0.2",
|
|
"editorjs-undo": "^2.0.22",
|
|
"next": "13.4.1",
|
|
"pocketbase": "^0.14.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-editor-js": "^2.1.0",
|
|
"react-icons": "^4.8.0",
|
|
"sharp": "^0.32.4",
|
|
"superjson": "1.9.1",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@pandacss/dev": "^0.3.1",
|
|
"@types/node": "^18.16.7",
|
|
"@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",
|
|
"pocketbase-typegen": "^1.1.9",
|
|
"postcss": "^8.4.23",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.2.8",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.3.2"
|
|
}
|
|
}
|