-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
42 lines (42 loc) · 1023 Bytes
/
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
{
"name": "fullstack-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@clerk/nextjs": "^4.20.0",
"@prisma/client": "^4.15.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "20.3.0",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "10.4.14",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"jsdom": "^22.1.0",
"langchain": "^0.0.92",
"next": "13.4.5",
"postcss": "8.4.24",
"react": "18.2.0",
"react-autosave": "^0.4.2",
"react-dom": "18.2.0",
"recharts": "^2.6.2",
"swr": "^2.1.5",
"tailwindcss": "3.3.2",
"typescript": "5.1.3",
"victory": "^36.6.11",
"vitest": "^0.32.0",
"zod": "^3.21.4"
},
"devDependencies": {
"prisma": "^4.15.0"
}
}