-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.69 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
{
"name": "hbcu-search",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-table": "^8.9.3",
"@testing-library/jest-dom": "^6.2.0",
"@types/node": "20.5.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"axios": "^1.6.2",
"cheerio": "^1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"cloudinary": "^1.41.3",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"dotenv": "^16.3.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"formidable": "^3.5.0",
"framer-motion": "^10.18.0",
"joi": "^17.11.0",
"lucide-react": "^0.268.0",
"mongoose": "^7.4.4",
"next": "13.4.19",
"next-auth": "^4.24.5",
"postcss": "8.4.28",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
"react-icons": "^4.12.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"@testing-library/react": "^14.1.2",
"@types/formidable": "^3.4.5",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
}
}