mirror of
https://github.com/penxio/penx.git
synced 2026-04-19 03:03:06 -04:00
141 lines
4.2 KiB
JSON
141 lines
4.2 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "pnpm with-env next dev",
|
|
"build": "pnpm with-env next build",
|
|
"start": "pnpm with-env next start",
|
|
"lint": "next lint",
|
|
"with-env": "dotenv -e ../../.env --",
|
|
"lingui:extract": "pnpm with-env lingui extract",
|
|
"lingui:compile": "pnpm with-env lingui compile"
|
|
},
|
|
"dependencies": {
|
|
"@bone-ui/checkbox": "^0.37.0",
|
|
"@bone-ui/iconify": "^0.37.0",
|
|
"@bone-ui/utils": "^0.37.0",
|
|
"@dnd-kit/core": "^6.0.8",
|
|
"@dnd-kit/sortable": "^7.0.2",
|
|
"@dnd-kit/utilities": "^3.1.0",
|
|
"@emoji-mart/data": "^1.1.2",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@floating-ui/react": "^0.25.4",
|
|
"@fower/atomic-props": "^1.86.0",
|
|
"@fower/react": "^1.86.0",
|
|
"@hookform/resolvers": "^3.2.0",
|
|
"@lingui/core": "4.1.2",
|
|
"@lingui/react": "4.1.2",
|
|
"@next-auth/prisma-adapter": "^1.0.7",
|
|
"@octokit/auth-app": "^6.0.0",
|
|
"@octokit/oauth-app": "^6.0.0",
|
|
"@octokit/rest": "^20.0.1",
|
|
"@penx/api": "workspace:*",
|
|
"@penx/app": "workspace:*",
|
|
"@penx/constants": "workspace:*",
|
|
"@penx/db": "workspace:*",
|
|
"@penx/editor": "workspace:*",
|
|
"@penx/editor-common": "workspace:*",
|
|
"@penx/editor-queries": "workspace:*",
|
|
"@penx/editor-shared": "workspace:*",
|
|
"@penx/encryption": "workspace:*",
|
|
"@penx/icons": "workspace:*",
|
|
"@penx/indexeddb": "workspace:*",
|
|
"@penx/local-db": "workspace:*",
|
|
"@penx/model": "workspace:*",
|
|
"@penx/serializer": "workspace:*",
|
|
"@penx/shared": "workspace:*",
|
|
"@prisma/nextjs-monorepo-workaround-plugin": "^5.1.1",
|
|
"@radix-ui/react-hover-card": "^1.0.6",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@react-pdf/renderer": "^3.1.12",
|
|
"@supabase/supabase-js": "^2.33.1",
|
|
"@t3-oss/env-nextjs": "^0.3.1",
|
|
"@tanstack/react-query": "^4.35.7",
|
|
"@trpc/client": "^10.36.0",
|
|
"@trpc/next": "^10.36.0",
|
|
"@trpc/server": "^10.36.0",
|
|
"@vercel/analytics": "^1.0.2",
|
|
"@wagmi/core": "^1.4.2",
|
|
"@web3modal/ethereum": "^2.7.1",
|
|
"@web3modal/react": "^2.7.1",
|
|
"class-variance-authority": "^0.7.0",
|
|
"classnames": "^2.3.2",
|
|
"clsx": "^2.0.0",
|
|
"cookies-next": "^2.1.1",
|
|
"crypto-js": "^4.1.1",
|
|
"date-fns": "^2.30.0",
|
|
"dexie": "^3.2.4",
|
|
"dexie-react-hooks": "^1.1.6",
|
|
"easy-modal": "workspace:*",
|
|
"emoji-mart": "^5.5.2",
|
|
"emoji-picker-react": "^4.5.2",
|
|
"framer-motion": "^10.12.16",
|
|
"immer": "^10.0.2",
|
|
"ioredis": "^5.3.2",
|
|
"is-hotkey": "^0.2.0",
|
|
"jsonwebtoken": "^9.0.1",
|
|
"ky": "^1.0.1",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.284.0",
|
|
"markdown-it": "^13.0.1",
|
|
"million": "^2.6.4",
|
|
"mime": "^3.0.0",
|
|
"mitt": "^3.0.0",
|
|
"nanoid": "^4.0.2",
|
|
"next": "13.3.1",
|
|
"next-auth": "4.22.1",
|
|
"next-pwa": "^5.5.2",
|
|
"octokit": "^3.1.0",
|
|
"prismjs": "^1.29.0",
|
|
"rc-table": "^7.32.1",
|
|
"re-resizable": "^6.9.9",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-fast-compare": "^3.2.2",
|
|
"react-hook-form": "^7.44.3",
|
|
"react-intersection-observer": "^9.5.2",
|
|
"slate": "0.94.1",
|
|
"slate-history": "0.93.0",
|
|
"slate-hyperscript": "0.77.0",
|
|
"slate-lists": "workspace:*",
|
|
"slate-react": "^0.98.3",
|
|
"sonner": "^0.6.2",
|
|
"stook": "^1.17.0",
|
|
"superjson": "1.9.1",
|
|
"uikit": "workspace:*",
|
|
"use-debounce": "^9.0.4",
|
|
"uuid": "^9.0.0",
|
|
"viem": "^1.16.6",
|
|
"wagmi": "^1.4.2",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.17",
|
|
"@lingui/cli": "4.1.2",
|
|
"@lingui/loader": "4.1.2",
|
|
"@lingui/macro": "4.1.2",
|
|
"@lingui/swc-plugin": "4.0.0",
|
|
"@svgr/webpack": "^8.0.1",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/is-hotkey": "^0.1.7",
|
|
"@types/jsonwebtoken": "^9.0.2",
|
|
"@types/lodash": "^4.14.195",
|
|
"@types/markdown-it": "^13.0.1",
|
|
"@types/mime": "^3.0.1",
|
|
"@types/node": "^20.2.5",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^18.2.22",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/uuid": "^9.0.2",
|
|
"autoprefixer": "^10.4.14",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"dotenv-cli": "^7.2.1",
|
|
"eslint-config-custom": "workspace:*",
|
|
"postcss": "^8.4.26",
|
|
"sass": "^1.62.1",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "^5.1.3"
|
|
}
|
|
}
|