forked from enricoros/big-AGI
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
55 lines (55 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"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.84",
"@next/bundle-analyzer": "^13.4.6",
"@tanstack/react-query": "^4.29.14",
"@trpc/client": "^10.31.0",
"@trpc/next": "^10.31.0",
"@trpc/react-query": "^10.31.0",
"@trpc/server": "^10.31.0",
"@vercel/analytics": "^1.0.1",
"eventsource-parser": "^1.0.0",
"next": "^13.4.6",
"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.6",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
}
}