-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 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
74
{
"name": "sentralians-reasoning-with-o1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"postinstall": "prisma generate"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.666.0",
"@aws-sdk/s3-request-presigner": "^3.666.0",
"@hookform/resolvers": "^3.9.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.20.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.1",
"lucide-react": "^0.447.0",
"matter-js": "^0.20.0",
"mini-svg-data-uri": "^1.4.4",
"multer": "^1.4.5-lts.1",
"next": "14.2.14",
"next-auth": "^4.24.8",
"openai": "^4.67.1",
"p5": "^1.11.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.4",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.13",
"@types/matter-js": "^0.19.7",
"@types/multer": "^1.4.12",
"@types/node": "^20.16.10",
"@types/p5": "^1.7.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"bcrypt": "^5.1.1",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"html-loader": "^5.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"prisma": "^5.20.0",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}