-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.04 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "acter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"dependencies": {
"@auth/prisma-adapter": "^2.5.3",
"@codemirror/lang-javascript": "^6.2.2",
"@internationalized/date": "^3.5.6",
"@mdx-js/react": "^3.1.0",
"@nextui-org/calendar": "^2.0.12",
"@nextui-org/checkbox": "^2.1.5",
"@nextui-org/switch": "^2.0.34",
"@nextui-org/tabs": "^2.0.37",
"@prisma/client": "^5.20.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tabler/icons-react": "^3.19.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@uiw/react-codemirror": "^4.23.7",
"@upstash/rag-chat": "^2.0.0",
"@upstash/redis": "^1.34.2",
"@upstash/vector": "^1.1.7",
"ai": "^3.4.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"framer-motion": "^11.11.1",
"fs": "^0.0.1-security",
"lucide-react": "^0.446.0",
"next": "14.2.13",
"next-auth": "^5.0.0-beta.22",
"next-themes": "^0.3.0",
"prettier": "^3.3.3",
"prisma": "^5.20.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.6.1",
"shiki": "^1.21.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2"
},
"devDependencies": {
"typescript": "^5.6.2",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.13"
},
"trustedDependencies": [
"@prisma/client",
"@prisma/engines",
"canvas",
"prisma",
"protobufjs",
"sharp"
]
}