-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.44 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
75
76
77
78
79
80
81
82
83
84
85
{
"name": "honours-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate && prisma db push && next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@monaco-editor/react": "^4.6.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.9.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/d3": "^7.4.3",
"@vercel/blob": "^0.19.0",
"@vercel/postgres": "^0.5.1",
"ai": "^3.0.13",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"d3": "^7.9.0",
"es-module-lexer": "^1.5.0",
"esbuild": "^0.20.2",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.0.24",
"isolated-vm": "^4.7.2",
"lodash": "^4.17.21",
"lucide-react": "^0.314.0",
"monaco-editor": "^0.47.0",
"next": "14.1.0",
"next-auth": "^4.24.5",
"next-mdx-remote": "^4.4.1",
"openai": "^4.29.2",
"radix-ui": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.2",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.0.16",
"reactflow": "^11.11.1",
"remark-gfm": "^4.0.0",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"vercel": "^33.4.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.4",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"install": "^0.13.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"npm": "^10.3.0",
"postcss": "^8",
"prisma": "^5.9.0",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
}