-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.65 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
{
"dependencies": {
"@clerk/clerk-react": "^5.56.2",
"@clerk/clerk-sdk-node": "^4.13.23",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"lucide-react": "^0.468.0",
"mongodb": "^6.20.0",
"mongoose": "^8.4.1",
"multer": "^2.0.2",
"next-themes": "^0.4.6",
"nodemon": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.66.1",
"react-router": "^7.9.6",
"react-router-dom": "^7.9.6",
"sonner": "^2.0.7",
"supertest": "^7.0.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"yup": "^1.7.1"
},
"scripts": {
"start": "node src/server.js",
"dev": "concurrently \"node src/server.js\" \"vite\"",
"vite": "vite",
"test": "jest --detectOpenHandles",
"test:watch": "jest --watchAll --verbose --detectOpenHandles",
"build": "vite build"
},
"devDependencies": {
"@clerk/testing": "^1.13.19",
"@types/multer": "^2.0.0",
"@types/react": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.2",
"jest": "^29.7.0",
"mongodb-memory-server": "^10.1.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^6.0.3"
}
}