-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
46 lines (46 loc) · 1.36 KB
/
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
40
41
42
43
44
45
46
{
"name": "dacade_sui_zklogin",
"version": "0.1.0",
"description": "SUI zkLogin app",
"scripts": {
"start": "PORT=8080 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@mysten/sui.js": "^0.47.0",
"@mysten/zklogin": "^0.3.6",
"@popperjs/core": "^2.10.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.1",
"jwt-decode": "^4.0.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-bootstrap": "^2.0.3",
"react-confirm-alert": "^2.7.0",
"react-dom": "^18.2.0",
"react-hooks-identicons": "^1.0.3",
"react-redux": "^8.1.3",
"react-router": "^6.20.0",
"react-router-dom": "^6.20.0",
"react-scripts": "5.0.1",
"react-toastify": "^8.1.0",
"redux": "^4.2.1",
"typescript": "^5.3.3",
"web-vitals": "^2.1.4"
},
"engines": {
"node": ">=16.0.0"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
]
}