mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"name": "big-agi",
|
|
"version": "1.11.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"env:pull": "npx vercel env pull .env.development.local",
|
|
"postinstall": "prisma generate",
|
|
"db:push": "prisma db push",
|
|
"db:studio": "prisma studio"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.11.0",
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.15.6",
|
|
"@mui/joy": "^5.0.0-beta.24",
|
|
"@next/bundle-analyzer": "^14.1.0",
|
|
"@prisma/client": "^5.8.1",
|
|
"@sanity/diff-match-patch": "^3.1.1",
|
|
"@t3-oss/env-nextjs": "^0.7.3",
|
|
"@tanstack/react-query": "~4.36.1",
|
|
"@trpc/client": "10.44.1",
|
|
"@trpc/next": "10.44.1",
|
|
"@trpc/react-query": "10.44.1",
|
|
"@trpc/server": "10.44.1",
|
|
"@vercel/analytics": "^1.1.2",
|
|
"@vercel/speed-insights": "^1.0.7",
|
|
"browser-fs-access": "^0.35.0",
|
|
"eventsource-parser": "^1.1.1",
|
|
"idb-keyval": "^6.2.1",
|
|
"next": "^14.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"pdfjs-dist": "4.0.379",
|
|
"plantuml-encoder": "^1.4.0",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-katex": "^3.0.1",
|
|
"react-markdown": "^9.0.1",
|
|
"react-resizable-panels": "^1.0.9",
|
|
"react-timeago": "^7.2.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"superjson": "^2.2.1",
|
|
"tesseract.js": "^5.0.4",
|
|
"tiktoken": "^1.0.11",
|
|
"uuid": "^9.0.1",
|
|
"zod": "^3.22.4",
|
|
"zustand": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/puppeteer": "^0.0.5",
|
|
"@types/node": "^20.11.5",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/plantuml-encoder": "^1.4.2",
|
|
"@types/prismjs": "^1.26.3",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-beautiful-dnd": "^13.1.8",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@types/react-katex": "^3.0.4",
|
|
"@types/react-timeago": "^4.1.7",
|
|
"@types/uuid": "^9.0.7",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-next": "^14.1.0",
|
|
"prettier": "^3.2.4",
|
|
"prisma": "^5.8.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"engines": {
|
|
"node": "^20.0.0 || ^18.0.0"
|
|
}
|
|
}
|