-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 911 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
{
"name": "attendance",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@next/font": "13.1.6",
"@react-pdf/renderer": "^3.1.9",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"antd": "^5.2.1",
"axios": "^1.3.3",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"firebase": "^10.3.0",
"next": "13.1.6",
"react": "18.2.0",
"react-csv": "^2.2.2",
"react-dom": "18.2.0",
"react-highlight-words": "^0.20.0",
"sass": "^1.58.3",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/react-csv": "^1.1.3",
"@types/react-highlight-words": "^0.16.4"
}
}