mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
111 lines
3.3 KiB
JSON
111 lines
3.3 KiB
JSON
{
|
|
"name": "big-agi",
|
|
"version": "1.91.0",
|
|
"private": true,
|
|
"author": "Enrico Ros <enrico.ros@gmail.com>",
|
|
"repository": "https://github.com/enricoros/big-agi",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"dev-debug": "cross-env NODE_OPTIONS='--inspect' next dev",
|
|
"dev-https": "next dev --experimental-https",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"postinstall": "prisma generate --no-hints",
|
|
"db:push": "prisma db push",
|
|
"db:studio": "prisma studio",
|
|
"vercel:env:pull": "npx vercel env pull .env.development.local"
|
|
},
|
|
"prisma": {
|
|
"schema": "src/server/prisma/schema.prisma"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@emotion/cache": "^11.14.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^5.16.14",
|
|
"@mui/joy": "^5.0.0-beta.51",
|
|
"@mui/material": "^5.16.14",
|
|
"@next/bundle-analyzer": "^15.1.4",
|
|
"@next/third-parties": "^15.1.4",
|
|
"@prisma/client": "~5.22.0",
|
|
"@t3-oss/env-nextjs": "^0.11.1",
|
|
"@tanstack/react-query": "^5.64.1",
|
|
"@trpc/client": "11.0.0-rc.700",
|
|
"@trpc/next": "11.0.0-rc.700",
|
|
"@trpc/react-query": "11.0.0-rc.700",
|
|
"@trpc/server": "11.0.0-rc.700",
|
|
"@vercel/analytics": "^1.4.1",
|
|
"@vercel/speed-insights": "^1.1.0",
|
|
"browser-fs-access": "^0.35.0",
|
|
"cheerio": "^1.0.0",
|
|
"dexie": "^4.0.11",
|
|
"dexie-react-hooks": "^1.1.7",
|
|
"diff": "^7.0.0",
|
|
"eventsource-parser": "^3.0.0",
|
|
"idb-keyval": "^6.2.1",
|
|
"mammoth": "^1.9.0",
|
|
"nanoid": "^5.0.9",
|
|
"next": "^15.1.4",
|
|
"nprogress": "^0.2.0",
|
|
"pdfjs-dist": "4.10.38",
|
|
"plantuml-encoder": "^1.4.0",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.3.1",
|
|
"react-csv": "^2.2.2",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.54.2",
|
|
"react-katex": "^3.0.1",
|
|
"react-markdown": "^9.0.3",
|
|
"react-player": "^2.16.0",
|
|
"react-resizable-panels": "^2.1.7",
|
|
"react-timeago": "^7.2.0",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-mark-highlight": "^0.1.1",
|
|
"remark-math": "^6.0.0",
|
|
"sharp": "^0.33.5",
|
|
"superjson": "^2.2.2",
|
|
"tesseract.js": "^6.0.0",
|
|
"tiktoken": "^1.0.18",
|
|
"turndown": "^7.2.0",
|
|
"zod": "^3.24.1",
|
|
"zod-to-json-schema": "^3.24.1",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/diff": "^7.0.0",
|
|
"@types/node": "^22.10.7",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/plantuml-encoder": "^1.4.2",
|
|
"@types/prismjs": "^1.26.5",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
"@types/react-csv": "^1.1.10",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@types/react-katex": "^3.0.4",
|
|
"@types/react-timeago": "^4.1.7",
|
|
"@types/turndown": "^5.0.5",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.18.0",
|
|
"eslint-config-next": "^15.1.4",
|
|
"prettier": "^3.4.2",
|
|
"prisma": "~5.22.0",
|
|
"puppeteer-core": "^24.1.0",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"engines": {
|
|
"node": "^22.0.0 || ^20.0.0"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"uri-js": "npm:uri-js-replace"
|
|
}
|
|
}
|