This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.97 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@oraichain/web3-multifactor-example",
"version": "1.1.5",
"private": true,
"author": "MintNT <[email protected]>",
"repository": "github.com/oraichain/web3-multifactor-example",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.10",
"@oraichain/blsdkg": "^1.2.17",
"@oraichain/default": "^2.0.0",
"@oraichain/only-social-key": "^2.0.0",
"@oraichain/security-questions": "^2.0.0",
"@oraichain/web-storage": "^2.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@web3auth/ethereum-provider": "^4.0.0",
"bech32": "^2.0.0",
"bn.js": "^5.2.1",
"browserify-zlib": "^0.2.0",
"classnames": "^2.3.2",
"css-loader": "^6.7.3",
"elliptic": "^6.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-toastify": "^9.1.1",
"sass": "^1.58.3",
"sweetalert": "^2.1.2",
"typescript": "^4.9.3",
"web-vitals": "^2.1.4",
"web3": "^1.8.1",
"workbox-background-sync": "^6.5.4",
"workbox-broadcast-update": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-google-analytics": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-range-requests": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-streams": "^6.5.4"
},
"scripts": {
"start": "react-app-rewired start",
"start:dev": "cross-env REACT_APP_NODE_ENV=development react-app-rewired start",
"start:staging": "cross-env REACT_APP_NODE_ENV=staging react-app-rewired start",
"start:mainnet": "cross-env REACT_APP_NODE_ENV=mainnet react-app-rewired start",
"serve": "serve -s build",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/elliptic": "^6.4.14",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"jose": "^4.14.4",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
}
}