71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "proselog",
|
|
"private": true,
|
|
"description": "A publishing platform",
|
|
"license": "unlicensed",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.81.0",
|
|
"@codemirror/commands": "^0.20.0",
|
|
"@codemirror/lang-markdown": "^0.20.0",
|
|
"@codemirror/language": "^0.20.0",
|
|
"@codemirror/state": "^0.20.0",
|
|
"@codemirror/view": "^0.20.3",
|
|
"@headlessui/react": "^1.6.0",
|
|
"@prisma/client": "^3.13.0",
|
|
"@trpc/client": "^9.23.2",
|
|
"@trpc/next": "^9.23.2",
|
|
"@trpc/react": "^9.23.2",
|
|
"@trpc/server": "^9.23.2",
|
|
"@web-std/form-data": "^3.0.2",
|
|
"async-busboy": "^1.1.0",
|
|
"busboy": "^1.6.0",
|
|
"clsx": "^1.1.1",
|
|
"cookie": "^0.5.0",
|
|
"dayjs": "^1.11.1",
|
|
"dotenv": "^16.0.0",
|
|
"form-data": "^4.0.0",
|
|
"formik": "^2.2.9",
|
|
"mailgun.js": "^5.2.2",
|
|
"markdown-it": "^13.0.0",
|
|
"nanoid": "^3.3.3",
|
|
"next": "^12.1.6",
|
|
"pica": "^9.0.1",
|
|
"react": "^18.1.0",
|
|
"react-avatar-editor": "^12.0.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-hot-toast": "^2.2.0",
|
|
"react-query": "^3.39.0",
|
|
"ua-parser-js": "^1.0.2",
|
|
"uuid": "^8.3.2",
|
|
"zod": "^3.15.1",
|
|
"zustand": "4.0.0-rc.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/async-busboy": "^1.1.1",
|
|
"@types/busboy": "^1.5.0",
|
|
"@types/cookie": "^0.5.1",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/node": "^17.0.31",
|
|
"@types/pica": "^9.0.0",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-avatar-editor": "^12.0.0",
|
|
"@types/react-dom": "^18.0.3",
|
|
"@types/ua-parser-js": "^0.7.36",
|
|
"@types/uuid": "^8.3.4",
|
|
"eslint": "^8.15.0",
|
|
"eslint-config-next": "^12.1.6",
|
|
"postcss-import": "^14.1.0",
|
|
"prisma": "^3.13.0",
|
|
"tailwindcss": "^3.0.24",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|