mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 06:00:15 -07:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "big-agi",
|
|
"version": "1.2.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^18.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@dqbd/tiktoken": "^1.0.7",
|
|
"@emotion/cache": "^11.11.0",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.11.16",
|
|
"@mui/joy": "^5.0.0-alpha.85",
|
|
"@next/bundle-analyzer": "^13.4.7",
|
|
"@tanstack/react-query": "^4.29.15",
|
|
"@trpc/client": "^10.32.0",
|
|
"@trpc/next": "^10.32.0",
|
|
"@trpc/react-query": "^10.32.0",
|
|
"@trpc/server": "^10.32.0",
|
|
"@vercel/analytics": "^1.0.1",
|
|
"eventsource-parser": "^1.0.0",
|
|
"next": "^13.4.7",
|
|
"pdfjs-dist": "^3.7.107",
|
|
"plantuml-encoder": "^1.4.0",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^8.0.7",
|
|
"remark-gfm": "^3.0.1",
|
|
"superjson": "^1.12.3",
|
|
"uuid": "^9.0.0",
|
|
"zod": "^3.21.4",
|
|
"zustand": "^4.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.3.1",
|
|
"@types/plantuml-encoder": "^1.4.0",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react": "^18.2.13",
|
|
"@types/react-dom": "^18.2.6",
|
|
"@types/uuid": "^9.0.2",
|
|
"eslint": "^8.43.0",
|
|
"eslint-config-next": "^13.4.7",
|
|
"prettier": "^2.8.8",
|
|
"typescript": "^5.1.3"
|
|
}
|
|
}
|