-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 881 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 881 Bytes
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
{
"name": "attendance-marker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@reduxjs/toolkit": "^2.7.0",
"@uidotdev/usehooks": "^2.4.1",
"autoprefixer": "^10.4.21",
"csvtojson": "^2.0.10",
"mongoose": "^8.14.0",
"next": "15.3.1",
"node-mailjet": "^6.0.8",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^19.0.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"swr": "^2.3.3",
"uuid": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "22.15.2",
"@types/react": "19.1.2",
"tailwindcss": "^4.1.4",
"typescript": "5.8.3"
}
}