-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.66 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
{
"name": "similarity-api",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.11",
"@mui/system": "^5.14.11",
"@mui/x-data-grid": "^6.15.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.3.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-tabs": "^1.0.4",
"@total-typescript/ts-reset": "^0.5.1",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.22.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.4",
"lodash": "^4.17.21",
"lucide-react": "^0.279.0",
"nanoid": "^5.0.1",
"next": "latest",
"next-auth": "^4.23.1",
"next-themes": "^0.2.1",
"openai": "^4.10.0",
"prism-react-renderer": "^2.1.0",
"prisma": "^5.3.1",
"react": "latest",
"react-dom": "latest",
"react-hot-toast": "^2.4.1",
"sharp": "^0.32.6",
"simplebar-react": "^3.2.4",
"tailwind-merge": "^1.14.0",
"zod": "^3.22.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"tailwindcss-animate": "^1.0.7",
"typescript": "latest"
}
}