-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.75 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.75 KB
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
{
"name": "testifai",
"browser": {
"child_process": false,
"fs": false,
"path": false,
"os": false
},
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.23.3",
"@clerk/nextjs": "^4.27.1",
"@prisma/client": "^5.5.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@types/body-parser": "^1.19.5",
"@types/connect": "^3.4.38",
"@types/cookies": "^0.7.10",
"@types/express": "^4.17.21",
"@types/express-serve-static-core": "^4.17.41",
"@types/http-errors": "^2.0.4",
"@types/json5": "^2.2.0",
"@types/keygrip": "^1.0.5",
"@types/mime": "^3.0.4",
"@types/node-fetch": "^2.6.9",
"@types/qs": "^6.9.10",
"@types/range-parser": "^1.2.7",
"@types/send": "^0.17.4",
"@types/serve-static": "^1.15.5",
"@types/webidl-conversions": "^7.0.3",
"@types/whatwg-url": "^11.0.3",
"axios": "^1.6.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"fs": "0.0.1-security",
"lucide-react": "^0.284.0",
"mongodb": "^6.2.0",
"next": "13.5.4",
"next-themes": "^0.2.1",
"prisma": "^5.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "13.5.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}