{ "name": "tabletop-commander", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@heroicons/react": "^2.1.1", "@prisma/client": "^5.18.0", "isomorphic-dompurify": "^2.4.0", "jotai": "^2.9.3", "next": "^14.2.5", "react": "^18", "react-dom": "^18", "recoil": "^0.7.7" }, "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" } }