Files
penx/package.json
2024-08-10 14:50:39 +08:00

129 lines
4.0 KiB
JSON

{
"name": "penx-root",
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate && next build",
"db-generate": "prisma generate",
"db-push": "prisma generate && prisma db push",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@prisma/client": "^5.5.2",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.51.15",
"@tremor/react": "^3.11.1",
"@troop.com/tiptap-react-render": "^0.0.2",
"@trpc/client": "11.0.0-rc.466",
"@trpc/next": "11.0.0-rc.466",
"@trpc/react-query": "11.0.0-rc.466",
"@trpc/server": "11.0.0-rc.466",
"@upstash/ratelimit": "^0.4.4",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.15.0",
"@vercel/kv": "^1.0.1",
"@vercel/postgres": "^0.5.1",
"@wagmi/core": "^2.13.1",
"@web3modal/siwe": "^5.0.11",
"@web3modal/wagmi": "^5.0.11",
"add": "^2.0.6",
"ai": "^2.2.22",
"big.js": "^6.2.1",
"c": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"focus-trap-react": "^10.2.3",
"framer-motion": "^10.16.4",
"gray-matter": "^4.0.3",
"ioredis": "^5.4.1",
"jotai": "^2.9.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"ky": "^1.5.0",
"lightweight-charts": "^4.2.0",
"lucide-react": "^0.417.0",
"mime": "^4.0.4",
"mitt": "^3.0.1",
"nanoid": "^4.0.2",
"next": "14.0.2",
"next-auth": "^4.24.7",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.3.0",
"nextjs-cors": "^2.2.0",
"nextjs-toploader": "^1.6.12",
"novel": "^0.5.0",
"openai-edge": "^1.2.2",
"prisma-extension-pagination": "^0.7.4",
"rc-table": "^7.36.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.1",
"react-is": "^18.3.1",
"react-merge-refs": "^2.1.1",
"react-remove-scroll": "^2.5.7",
"react-resizable-panels": "^2.0.21",
"react-responsive": "^10.0.0",
"react-textarea-autosize": "^8.5.3",
"recharts": "^2.12.7",
"remark": "^14.0.3",
"shadcn-ui": "^0.8.0",
"sharp": "^0.32.6",
"socket.io-client": "^4.7.5",
"sonner": "^1.5.0",
"superjson": "^2.2.1",
"swr": "^2.2.4",
"tailwind-merge": "^2.0.0",
"unist-util-visit": "^5.0.0",
"use-debounce": "^10.0.0",
"viem": "^2.18.2",
"wagmi": "^2.11.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@iconify/json": "^2.2.233",
"@iconify/tailwind": "^1.1.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/big.js": "^6.2.2",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.16",
"css-loader": "^7.1.2",
"eslint": "8.53.0",
"eslint-config-next": "^14.0.2",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.5.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2"
}
}