-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.48 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
{
"name": "santushti-fullstack",
"private": false,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"npm run dev --prefix backend\"",
"build": "npm install && npm install --prefix backend && vite build",
"start": "node backend/index.js",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@tanstack/react-query": "^5.51.1",
"axios": "^1.10.0",
"bcrypt": "^6.0.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^17.0.0",
"html5-qrcode": "^2.3.8",
"jspdf": "2.5.1",
"jspdf-autotable": "5.0.2",
"lucide-react": "^0.410.0",
"nodemailer": "^7.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.2",
"react-qr-code": "^2.0.15",
"react-router-dom": "^6.30.1",
"react-toastify": "^10.0.5",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.21",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"globals": "^15.8.0",
"nodemon": "^3.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"vite": "^5.3.4"
}
}