223 lines
6.9 KiB
JSON
223 lines
6.9 KiB
JSON
{
|
|
"name": "xlog",
|
|
"private": true,
|
|
"description": "An open-source creative community written on the blockchain.",
|
|
"license": "AGPL-3.0",
|
|
"sideEffects": false,
|
|
"packageManager": "pnpm@8.6.2",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next -p 2222",
|
|
"test-e2e": "playwright test",
|
|
"start": "node server.js",
|
|
"prepare": "husky install",
|
|
"prisma:migrate:dev": "prisma migrate dev",
|
|
"prisma:migrate:deploy": "prisma migrate deploy --preview-feature",
|
|
"prisma:migrate:status": "prisma migrate status --preview-feature",
|
|
"prisma:migrate:resolve": "prisma migrate resolve --preview-feature",
|
|
"prisma:generate": "prisma generate",
|
|
"prisma:studio": "prisma studio",
|
|
"docker:db": "docker-compose -f docker-compose.db.yml up -d",
|
|
"spell-check": "cspell lint . --no-progress",
|
|
"analyze": "NODE_ENV=production ANALYZE=true BUNDLE_ANALYZE=browser next build",
|
|
"postinstall": "prisma generate",
|
|
"lint": "next lint"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"eslint --cache --fix",
|
|
"prettier --ignore-unknown --ignore-path ./.gitignore --write "
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@birdgg/react-github": "0.2.3",
|
|
"@codemirror/autocomplete": "^6.11.1",
|
|
"@codemirror/commands": "6.3.2",
|
|
"@codemirror/lang-markdown": "6.2.3",
|
|
"@codemirror/language": "6.9.3",
|
|
"@codemirror/language-data": "6.3.1",
|
|
"@codemirror/state": "6.3.3",
|
|
"@codemirror/theme-one-dark": "6.1.2",
|
|
"@codemirror/view": "6.22.3",
|
|
"@crossbell/connect-kit": "1.5.20",
|
|
"@crossbell/contract": "1.5.20",
|
|
"@crossbell/indexer": "1.5.20",
|
|
"@crossbell/notification": "1.5.20",
|
|
"@crossbell/ui": "1.5.20",
|
|
"@crossbell/util-hooks": "1.5.20",
|
|
"@crossbell/util-metadata": "1.5.20",
|
|
"@ddietr/codemirror-themes": "1.4.2",
|
|
"@dqbd/tiktoken": "1.0.7",
|
|
"@emoji-mart/data": "1.1.2",
|
|
"@emoji-mart/react": "1.1.1",
|
|
"@floating-ui/react": "0.26.4",
|
|
"@headlessui/react": "1.7.17",
|
|
"@heroicons/react": "2.1.1",
|
|
"@iconify-json/mingcute": "1.1.14",
|
|
"@lezer/highlight": "1.2.0",
|
|
"@mantine/core": "7.3.2",
|
|
"@mantine/dates": "7.3.2",
|
|
"@microflash/remark-callout-directives": "1.6.0",
|
|
"@monaco-editor/react": "4.6.0",
|
|
"@popperjs/core": "2.11.8",
|
|
"@prisma/client": "5.7.1",
|
|
"@supercharge/request-ip": "1.2.0",
|
|
"@tanstack/react-query": "4.36.1",
|
|
"@tanstack/react-query-devtools": "4.36.1",
|
|
"@uiw/codemirror-extensions-events": "4.21.21",
|
|
"@urql/core": "4.2.2",
|
|
"ahooks": "3.7.8",
|
|
"aplayer": "^1.10.1",
|
|
"async-lock": "1.4.0",
|
|
"canvas-confetti": "1.9.2",
|
|
"cheerio": "1.0.0-rc.12",
|
|
"chroma-js": "2.4.2",
|
|
"clsx": "2.0.0",
|
|
"crossbell": "1.10.1",
|
|
"dayjs": "1.11.10",
|
|
"deepmerge": "^4.3.1",
|
|
"dotenv": "16.3.1",
|
|
"emoji-mart": "5.5.2",
|
|
"fast-average-color": "9.4.0",
|
|
"fast-deep-equal": "3.1.3",
|
|
"gpt-tokenizer": "^2.1.2",
|
|
"hast-util-from-html": "2.0.1",
|
|
"hast-util-to-html": "9.0.0",
|
|
"image-size": "^1.0.2",
|
|
"immer": "10.0.3",
|
|
"ioredis": "5.3.2",
|
|
"isomorphic-dompurify": "1.13.0",
|
|
"js-yaml": "4.1.0",
|
|
"jsdom": "23.0.1",
|
|
"jsonfeed-to-rss": "3.0.7",
|
|
"katex": "0.16.9",
|
|
"langchain": "0.0.210",
|
|
"lottie-react": "2.4.0",
|
|
"mdast-util-to-hast": "13.0.2",
|
|
"mdast-util-toc": "7.0.0",
|
|
"medium-zoom": "1.1.0",
|
|
"mermaid": "10.6.1",
|
|
"nanoid": "5.0.4",
|
|
"next": "14.0.1",
|
|
"next-intl": "^3.3.2",
|
|
"next-themes": "0.2.1",
|
|
"node-id3": "0.2.6",
|
|
"open-graph-scraper": "^6.3.2",
|
|
"openai": "^4.24.0",
|
|
"pangu": "4.0.7",
|
|
"path-to-regexp": "6.2.1",
|
|
"pinyin-pro": "3.18.5",
|
|
"plaiceholder": "3.0.0",
|
|
"prismjs": "1.29.0",
|
|
"qier-progress": "1.0.4",
|
|
"qrcode.react": "3.1.0",
|
|
"rc-dplayer": "1.0.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "7.49.2",
|
|
"react-hot-toast": "2.4.1",
|
|
"react-parallax-tilt": "1.7.177",
|
|
"react-popper": "2.3.0",
|
|
"react-sortablejs": "6.1.4",
|
|
"react-string-replace": "1.1.1",
|
|
"react-tweet": "3.2.0",
|
|
"react-virtuoso": "4.6.2",
|
|
"refractor": "4.8.1",
|
|
"rehype-autolink-headings": "6.1.1",
|
|
"rehype-infer-description-meta": "1.1.0",
|
|
"rehype-katex": "6.0.3",
|
|
"rehype-prism-plus": "1.6.3",
|
|
"rehype-raw": "6.1.1",
|
|
"rehype-react": "7.2.0",
|
|
"rehype-rewrite": "3.0.6",
|
|
"rehype-sanitize": "5.0.1",
|
|
"rehype-slug": "5.1.0",
|
|
"rehype-stringify": "9.0.4",
|
|
"remark-breaks": "3.0.3",
|
|
"remark-directive": "2.0.1",
|
|
"remark-directive-rehype": "0.4.2",
|
|
"remark-emoji": "4.0.0",
|
|
"remark-frontmatter": "4.0.1",
|
|
"remark-gfm": "3.0.1",
|
|
"remark-github-alerts": "^0.0.2",
|
|
"remark-math": "5.1.1",
|
|
"remark-parse": "10.0.2",
|
|
"remark-rehype": "10.1.0",
|
|
"remark-stringify": "10.0.3",
|
|
"remove-markdown": "0.5.0",
|
|
"serialize-javascript": "6.0.1",
|
|
"sharp": "0.32.6",
|
|
"sortablejs": "1.15.1",
|
|
"swiper": "^11.0.5",
|
|
"tailwind-merge": "2.1.0",
|
|
"tailwind-scrollbar-hide": "1.1.7",
|
|
"tailwindcss-animate": "1.0.7",
|
|
"unified": "10.1.2",
|
|
"unist-builder": "4.0.0",
|
|
"unist-util-visit": "5.0.0",
|
|
"uuid": "9.0.1",
|
|
"viem": "1.20.3",
|
|
"wagmi": "1.4.12",
|
|
"xregexp": "^5.1.1",
|
|
"zustand": "4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@egoist/tailwindcss-icons": "1.7.1",
|
|
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
|
|
"@next/bundle-analyzer": "14.0.4",
|
|
"@types/async-lock": "1.4.2",
|
|
"@types/canvas-confetti": "1.6.4",
|
|
"@types/chroma-js": "2.4.3",
|
|
"@types/cookie": "0.6.0",
|
|
"@types/hast": "3.0.3",
|
|
"@types/js-yaml": "4.0.9",
|
|
"@types/katex": "0.16.7",
|
|
"@types/mdast": "4.0.3",
|
|
"@types/mjml": "4.7.4",
|
|
"@types/node": "20.10.5",
|
|
"@types/pangu": "4.0.2",
|
|
"@types/prismjs": "1.26.3",
|
|
"@types/react": "18.2.45",
|
|
"@types/react-dom": "18.2.18",
|
|
"@types/react-infinite-scroller": "1.2.5",
|
|
"@types/remove-markdown": "0.3.4",
|
|
"@types/serialize-javascript": "5.0.4",
|
|
"@types/sortablejs": "1.15.7",
|
|
"@types/ua-parser-js": "0.7.39",
|
|
"@types/uuid": "9.0.7",
|
|
"autoprefixer": "10.4.16",
|
|
"babel-loader": "9.1.3",
|
|
"cspell": "8.2.0",
|
|
"esbuild": "0.19.10",
|
|
"esbuild-register": "3.5.0",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-next": "14.0.4",
|
|
"eslint-plugin-import": "2.29.1",
|
|
"eslint-plugin-react": "7.33.2",
|
|
"eslint-plugin-tailwindcss": "^3.13.0",
|
|
"eslint-plugin-unused-imports": "3.0.0",
|
|
"husky": "8.0.3",
|
|
"lint-staged": "15.2.0",
|
|
"postcss": "^8.4.32",
|
|
"postcss-import": "15.1.0",
|
|
"postcss-preset-mantine": "^1.12.0",
|
|
"postcss-prune-var": "1.1.1",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "3.1.1",
|
|
"prettier-package-json": "2.8.0",
|
|
"prisma": "5.7.1",
|
|
"tailwindcss": "3.4.0",
|
|
"tailwindcss-variable-colors": "0.0.2",
|
|
"typescript": "5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.17.0"
|
|
},
|
|
"nextBundleAnalysis": {
|
|
"budget": 358400,
|
|
"budgetPercentIncreaseRed": 20,
|
|
"minimumChangeThreshold": 0,
|
|
"showDetails": true
|
|
}
|
|
}
|