-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 711 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 711 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
{
"dependencies": {
"@heroicons/react": "1.0.6",
"@types/axios": "^0.14.0",
"@types/inputmask": "^5.0.7",
"axios": "^1.7.2",
"draft-js": "^0.11.7",
"inputmask": "^5.0.9",
"jwt-decode": "^4.0.0",
"lseqtree": "^1.0.0",
"react": "^18.3.1",
"react-router-dom": "^6.24.1",
"react-transition-group": "^4.4.5",
"socket.io-client": "^4.7.5",
"uuid": "^10.0.0",
"validator": "^13.12.0"
},
"devDependencies": {
"@types/draft-js": "^0.11.18",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-transition-group": "^4.4.10",
"@types/uuid": "^10.0.0",
"@types/uuidjs": "^3.6.0",
"@types/validator": "^13.12.0"
}
}