-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.55 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.55 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@mui/x-data-grid": "^7.23.3",
"@nextui-org/react": "^2.6.8",
"@nextui-org/skeleton": "^2.2.3",
"@nextui-org/system": "^2.4.4",
"@nextui-org/theme": "^2.4.3",
"@simplewebauthn/browser": "^13.0.0",
"axios": "^1.7.9",
"cookies-next": "^5.0.2",
"date-fns": "^4.1.0",
"framer-motion": "^11.15.0",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"pdf-viewer": "^0.8.1",
"pdfjs-dist": "^4.9.155",
"pdfjs-lib": "^0.0.149",
"react": "^19.0.0",
"react-cookie": "^7.2.2",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-pdf": "^9.2.1",
"react-select": "^5.9.0",
"recharts": "^2.15.0",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "15.0.4",
"postcss": "^8",
"tailwindcss": "^3.4.16",
"typescript": "^5"
}
}