This repository was archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.93 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.93 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "chatgpt",
"version": "0.1.7",
"private": true,
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"prepare": "husky install",
"postinstall": "prisma generate",
"db": "npx prisma db push",
"docker": "NODE_ENV=production node scripts/docker.mjs"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@fontsource/noto-sans-hk": "^4.5.12",
"@fontsource/open-sans": "^4.5.14",
"@mantine/core": "^6.0.4",
"@mantine/form": "^6.0.4",
"@mantine/hooks": "^6.0.4",
"@mantine/next": "^6.0.4",
"@mantine/notifications": "^6.0.4",
"@mantine/prism": "^6.0.4",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"@tabler/icons-react": "^2.11.0",
"@tanstack/react-query": "^4.28.0",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"bcrypt": "^5.1.0",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"fuse.js": "^6.6.2",
"nanoid": "^4.0.1",
"next": "^13.2.4",
"next-auth": "^4.20.1",
"openai": "^3.2.1",
"python-shell": "^5.0.0",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"superjson": "1.12.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/bcrypt": "^5.0.0",
"@types/eslint": "^8.21.3",
"@types/node": "^18.15.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.6",
"prisma": "^4.11.0",
"typescript": "^5.0.2"
},
"ct3aMetadata": {
"initVersion": "7.8.0"
}
}