-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.6 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.6 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
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
{
"name": "staking",
"version": "0.1.0",
"private": true,
"dependencies": {
"@perawallet/connect": "^1.3.1",
"@randlabs/myalgo-connect": "^1.4.1",
"@reduxjs/toolkit": "^1.9.0",
"@szhsin/react-menu": "^3.2.1",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.0",
"@walletconnect/client": "^1.8.0",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"algorand-walletconnect-qrcode-modal": "^1.8.0",
"algosdk": "^1.23.2",
"axios": "^1.1.3",
"beaker-ts": "git+https://github.com/imsk17/beaker-ts#master-dist",
"bootstrap": "^5.2.3",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"crypto-browserify": "^3.12.0",
"ethers": "^5.7.2",
"hamburger-react": "^2.5.0",
"js-base64": "^3.7.3",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-jazzicon": "^1.0.4",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.1.2",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
"sass": "^1.64.1",
"stream": "^0.0.2",
"typescript": "^4.9.3",
"util": "^0.12.5",
"wagmi": "^1.3.9",
"web-vitals": "^2.1.0",
"web3": "^1.8.1",
"web3-react": "^5.0.5"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "yarn eslint ./src",
"fix": "eslint . --ext .ts --fix"
},
"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"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"assert": "^2.0.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
}
}