This repository has been archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 1.93 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
{
"name": "darwinia-claims",
"version": "0.1.0",
"private": false,
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@darwinia/types": "^1.1.5",
"@metamask/contract-metadata": "^1.25.0",
"@metamask/jazzicon": "^2.0.0",
"@polkadot/api": "^5.2.1",
"@polkadot/extension-dapp": "^0.33.4",
"@polkadot/util-crypto": "^2.6.2",
"animejs": "3.2.0",
"axios": "^0.21.1",
"body-scroll-lock": "^2.6.1",
"bootstrap": "^4.3.1",
"bootstrap-icons": "^1.5.0",
"dayjs": "^1.8.23",
"gh-pages": "^2.1.1",
"history": "^4.9.0",
"human-standard-token-abi": "2.0.0",
"i18next": "^15.0.9",
"i18next-browser-languagedetector": "^3.0.1",
"lodash": "^4.17.15",
"node-sass": "^4.14.1",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.8.6",
"react-i18next": "^10.8.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-toastify": "^5.5.0",
"rimraf": "^2.6.2",
"rxjs": "^7.0.0",
"tronweb": "^2.10.1",
"web3": "^1.5.0"
},
"scripts": {
"start_dev": "PORT=3036 REACT_APP_CHAIN=development react-app-rewired start",
"start": "PORT=3036 REACT_APP_CHAIN=development react-scripts start",
"start_production": "PORT=3036 REACT_APP_CHAIN=production react-app-rewired start",
"build_dev": "CI=false REACT_APP_CHAIN=development react-app-rewired build",
"build_production": "CI=false REACT_APP_CHAIN=production react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"serve": "serve -s build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-app-rewired": "^2.1.8",
"wasm-loader": "^1.3.0"
}
}