{ "name": "tabletop-commander", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "postinstall": "bun ./postinstall/index.ts" }, "dependencies": { "@auth/prisma-adapter": "^2.4.2", "@codemirror/lang-markdown": "^6.2.5", "@heroicons/react": "^2.1.1", "@prisma/client": "^5.18.0", "@types/bcryptjs": "^2.4.6", "@uiw/codemirror-theme-duotone": "^4.23.0", "@uiw/react-codemirror": "^4.23.0", "bcryptjs": "^2.4.3", "isomorphic-dompurify": "^2.4.0", "jotai": "^2.9.3", "next": "^14.2.5", "next-auth": "^5.0.0-beta.20", "react": "^18", "react-dom": "^18", "recoil": "^0.7.7", "url-loader": "^4.1.1" }, "devDependencies": { "@svgr/webpack": "^8.1.0", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.1.0", "postcss": "^8", "prisma": "^5.18.0", "tailwindcss": "^3.3.0", "typescript": "^5", "typescript-eslint": "^7.2.0" } }