-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.01 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
{
"name": "selendra-eco",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dicebear/avatars": "^4.10.3",
"@dicebear/avatars-bottts-sprites": "^4.10.3",
"@polkadot/api": "^7.10.1",
"@polkadot/extension-dapp": "^0.42.7",
"@polkadot/ui-keyring": "^1.1.1",
"@polkadot/util": "^8.4.1",
"@polkadot/util-crypto": "^8.4.1",
"@walletconnect/web3-provider": "^1.7.3",
"antd": "^4.19.3",
"bignumber.js": "^9.0.2",
"bn.js": "^5.2.1",
"chart.js": "^3.8.0",
"ethers": "^5.5.4",
"framer-motion": "^6.3.6",
"google-spreadsheet": "^3.1.15",
"lottie-react": "^2.3.1",
"moment": "^2.29.3",
"net": "^1.0.2",
"next-themes": "^0.1.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"process": "^0.11.10",
"react": "^17.0.2",
"react-chartjs-2": "^4.1.0",
"react-copy-to-clipboard": "^5.0.4",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-qrcode-logo": "^2.7.0",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.0",
"remixicon": "^2.5.0",
"stream-browserify": "^3.0.0",
"tls": "^0.0.1",
"util": "^0.12.4",
"webpack": "^5.72.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"react-app-rewire-alias": "^1.1.7",
"react-app-rewired": "^2.2.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "PORT=3003 GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "react-app-rewired build",
"test": "CI=true react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}