-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1010 Bytes
/
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
{
"name": "shiftium",
"version": "0.1.0",
"description": "Shiftium is a simple and easy attendance management tool.",
"repository": "https://github.com/vcborn/shiftium",
"author": "wamo <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"axios": "^1.7.9",
"firebase": "^11.1.0",
"firebase-admin": "^13.0.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"next": "15.1.3",
"nookies": "^2.5.2",
"react": "19.0.0",
"react-csv": "^2.2.2",
"react-dom": "19.0.0",
"react-live-clock": "^6.1.25",
"react-moment": "^1.1.1"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "9",
"eslint-config-next": "15.1.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2"
}
}