146 lines
4.3 KiB
JSON
146 lines
4.3 KiB
JSON
{
|
|
"name": "xlog",
|
|
"private": true,
|
|
"description": "A publishing platform",
|
|
"license": "AGPL-3.0",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "pnpm db-generate && next build",
|
|
"dev": "next",
|
|
"test-unit": "vitest run",
|
|
"test-e2e": "playwright test",
|
|
"db-generate": "prisma generate",
|
|
"start": "node server.js",
|
|
"db-seed": "node -r esbuild-register prisma/seed.ts",
|
|
"uno-generate": "unocss \"src/**/*.{ts,tsx}\" -o src/generated/uno.css",
|
|
"prepare": "husky install"
|
|
},
|
|
"lint-staged": {
|
|
"**/*": "prettier --write --ignore-unknown"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^0.20.0",
|
|
"@codemirror/lang-markdown": "^0.20.0",
|
|
"@codemirror/language": "^0.20.0",
|
|
"@codemirror/state": "^0.20.0",
|
|
"@codemirror/view": "^0.20.3",
|
|
"@crossbell/ipfs-gateway": "0.0.10",
|
|
"@crossbell/ipfs-react": "0.0.10",
|
|
"@emoji-mart/data": "^1.0.3",
|
|
"@emoji-mart/react": "^1.0.0",
|
|
"@floating-ui/react-dom-interactions": "^0.6.3",
|
|
"@headlessui/react": "^1.6.0",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@iconify-json/tabler": "^1.1.31",
|
|
"@monaco-editor/react": "^4.4.5",
|
|
"@prisma/client": "^3.14.0",
|
|
"@proselog/jwt": "^0.1.1",
|
|
"@rainbow-me/rainbowkit": "^0.4.5",
|
|
"@tanstack/react-query": "^4.0.10",
|
|
"@tanstack/react-query-devtools": "^4.0.10",
|
|
"@tanstack/react-query-persist-client": "^4.0.10",
|
|
"@trpc/client": "^9.23.2",
|
|
"@trpc/next": "^9.23.2",
|
|
"@trpc/react": "^9.23.2",
|
|
"@trpc/server": "^9.23.2",
|
|
"@web-std/form-data": "^3.0.2",
|
|
"async-busboy": "^1.1.0",
|
|
"axios": "^0.27.2",
|
|
"busboy": "^1.6.0",
|
|
"clsx": "^1.1.1",
|
|
"cookie": "^0.5.0",
|
|
"crossbell.js": "^0.10.20",
|
|
"dayjs": "^1.11.1",
|
|
"dotenv": "^16.0.0",
|
|
"emoji-mart": "^5.2.0",
|
|
"ethers": "^5.6.9",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"form-data": "^4.0.0",
|
|
"idb-keyval": "^6.2.0",
|
|
"ioredis": "^5.2.2",
|
|
"js-yaml": "^4.1.0",
|
|
"mailgun.js": "^5.2.2",
|
|
"mdast-util-to-string": "^3.1.0",
|
|
"nanoid": "^3.3.3",
|
|
"next": "^12.1.6",
|
|
"pica": "^9.0.1",
|
|
"posthtml": "^0.16.6",
|
|
"prismjs": "^1.28.0",
|
|
"react": "^18.1.0",
|
|
"react-avatar-editor": "^12.0.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-hook-form": "^7.31.1",
|
|
"react-hot-toast": "^2.2.0",
|
|
"react-infinite-scroller": "^1.2.6",
|
|
"react-scroll": "^1.8.7",
|
|
"react-sortablejs": "^6.1.1",
|
|
"refractor": "^4.7.0",
|
|
"rehype-prism-plus": "^1.4.0",
|
|
"rehype-raw": "^6.1.1",
|
|
"rehype-sanitize": "^5.0.1",
|
|
"rehype-stringify": "^9.0.3",
|
|
"remark-frontmatter": "^4.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-parse": "^10.0.1",
|
|
"remark-rehype": "^10.1.0",
|
|
"remark-stringify": "^10.0.2",
|
|
"sortablejs": "^1.15.0",
|
|
"ua-parser-js": "^1.0.2",
|
|
"unidata.js": "^0.6.21",
|
|
"unified": "^10.1.2",
|
|
"unist-builder": "^3.0.0",
|
|
"unist-util-visit": "^4.1.0",
|
|
"use-onclickoutside": "^0.4.0",
|
|
"uuid": "^8.3.2",
|
|
"wagmi": "^0.6.1",
|
|
"web3.storage": "^4.3.0",
|
|
"zod": "^3.15.1",
|
|
"zustand": "4.0.0-rc.1"
|
|
},
|
|
"devDependencies": {
|
|
"@crossbell/ipfs-gateway-next": "0.0.10",
|
|
"@iconify-json/bi": "^1.1.3",
|
|
"@iconify-json/bxs": "^1.1.2",
|
|
"@iconify-json/carbon": "^1.1.5",
|
|
"@iconify-json/fluent": "^1.1.8",
|
|
"@iconify-json/mdi": "^1.1.19",
|
|
"@playwright/test": "^1.22.1",
|
|
"@types/async-busboy": "^1.1.1",
|
|
"@types/busboy": "^1.5.0",
|
|
"@types/cookie": "^0.5.1",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/mjml": "^4.7.0",
|
|
"@types/node": "^17.0.31",
|
|
"@types/pica": "^9.0.0",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-avatar-editor": "^12.0.0",
|
|
"@types/react-dom": "^18.0.3",
|
|
"@types/react-infinite-scroller": "^1.2.3",
|
|
"@types/react-scroll": "^1.8.4",
|
|
"@types/sortablejs": "^1.13.0",
|
|
"@types/ua-parser-js": "^0.7.36",
|
|
"@types/uuid": "^8.3.4",
|
|
"@unocss/cli": "^0.34.1",
|
|
"@unocss/preset-icons": "^0.34.1",
|
|
"autoprefixer": "^10.4.7",
|
|
"cross-spawn": "^7.0.3",
|
|
"esbuild": "^0.14.39",
|
|
"esbuild-register": "^3.3.2",
|
|
"eslint": "^8.15.0",
|
|
"eslint-config-next": "^12.1.6",
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"postcss-import": "^14.1.0",
|
|
"prettier": "^2.7.1",
|
|
"prisma": "^3.14.0",
|
|
"tailwindcss": "^3.0.24",
|
|
"typescript": "^4.5.5",
|
|
"unocss": "^0.34.1",
|
|
"vitest": "^0.12.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|