-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
96 lines (96 loc) · 2.76 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
{
"name": "tkey-mpc-react-firebase-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ethereumjs/common": "^3.1.1",
"@ethereumjs/tx": "^4.1.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.5.0",
"@tkey-mpc/common-types": "^8.2.0",
"@tkey-mpc/core": "^8.2.0",
"@tkey-mpc/service-provider-torus": "^8.2.0",
"@tkey-mpc/share-serialization": "^8.2.0",
"@tkey-mpc/storage-layer-torus": "^8.2.0",
"@toruslabs/constants": "^13.0.1",
"@toruslabs/eslint-config-typescript": "^2.0.0",
"@toruslabs/fnd-base": "^13.0.1",
"@toruslabs/torus.js": "^11.0.5",
"@toruslabs/tss-client": "^1.6.1-alpha.0",
"@toruslabs/tss-lib": "^1.6.0-alpha.0",
"@web3auth-mpc/ethereum-provider": "^2.3.0",
"@web3auth/base": "^7.0.1",
"@web3auth/ethereum-provider": "^7.0.2",
"bn.js": "^5.2.1",
"copy-webpack-plugin": "^11.0.0",
"eccrypto": "^1.1.6",
"elliptic": "^6.5.4",
"ethers": "^6.7.1",
"firebase": "^10.4.0",
"html-webpack-plugin": "^5.5.3",
"jsrsasign": "^10.8.6",
"keccak256": "^1.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"sweetalert": "^2.1.2",
"web-vitals": "^2.1.4",
"web3": "^1.8.2"
},
"devDependencies": {
"@types/eccrypto": "^1.1.3",
"@types/elliptic": "^6.4.14",
"@types/jsrsasign": "^10.5.8",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"prettier": "^3.0.3",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.9.3",
"url": "^0.11.3",
"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",
"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": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}