This repository was archived by the owner on Jan 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.9 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 3.9 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "rigoblock-dapp-v1",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"0x.js": "^6.0.5",
"@manaflair/redux-batch": "^0.1.0",
"@sentry/browser": "^4.3.4",
"@types/web3": "^1.0.12",
"bignumber.js": "^7.2.1",
"blockies-npm": "^0.0.1",
"chartist": "^0.11.0",
"classnames": "^2.2.6",
"crc-32": "^1.2.0",
"css-loader": "^1.0.0",
"d3-dsv": "^1.0.8",
"detect-browser": "^3.0.0",
"ethers": "^4.0.13",
"install": "^0.12.2",
"is-number": "^7.0.0",
"js-sha3": "^0.8.0",
"jss": "^9.0.0",
"lodash": "^4.17.11",
"material-ui": "^0.20.2",
"material-ui-pagination": "^1.1.6",
"memoize-one": "^4.0.3",
"moment": "^2.22.2",
"node-fetch": "^2.2.0",
"prop-types": "^15.6.0",
"react": "^16.6.3",
"react-chartist": "^0.13.1",
"react-collapsible": "^2.3.1",
"react-content-loader": "^3.1.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16",
"react-event-listener": "^0.6.2",
"react-flexbox-grid": "^2.1.2",
"react-ga": "^2.4.1",
"react-grid-system": "^4.3.0",
"react-joyride": "^2.0.0-15",
"react-json-view": "^1.19.1",
"react-notification-system": "^0.2.16",
"react-redux": "^5.0.6",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.3",
"react-stickynode": "^2.0.1",
"react-stockcharts": "^0.7.6",
"react-tooltip": "^3.6.0",
"react-virtualized": "^9.20.1",
"reconnecting-websocket": "^4.1.10",
"redux": "^4.0.0",
"redux-actions": "^2.6.4",
"redux-observable": "^1.0.0",
"redux-persist": "5.6.12",
"redux-persist-transform-filter": "^0.0.18",
"request-promise": "^4.2.2",
"rxjs": "^6.3.3",
"scroll-to-element": "^2.0.0",
"serialize-error": "^2.1.0",
"shallow-equal": "^1.0.0",
"shallowequal": "^1.1.0",
"style-loader": "^0.23.0",
"universal-cookie": "^3.0.7",
"updeep": "^1.1.0",
"web3": "^1.0.0-beta.37",
"web3-core": "^1.0.0-beta.37",
"web3-eth-abi": "^1.0.0-beta.37",
"web3-eth-contract": "^1.0.0-beta.37",
"web3-eth-personal": "^1.0.0-beta.37",
"web3-net": "^1.0.0-beta.37",
"websocket": "^1.0.26"
},
"scripts": {
"start": "react-scripts start",
"build-prod": "scripts/deploy-prod.sh",
"build-beta": "GENERATE_SOURCEMAP=true react-scripts --max-old-space-size=8192 build",
"build": "GENERATE_SOURCEMAP=true react-scripts --max-old-space-size=8192 build",
"test": "react-scripts test --env=node --runInBand --testEnvironment=node --testPathIgnorePatterns=${pwd}/node_modules/ --testPathIgnorePatterns=${pwd}/src/_utils/exchange/ --testPathIgnorePatterns=${pwd}/src/_utils/web3Wrapper/",
"eject": "react-scripts eject",
"watch": "node scripts/watch.js",
"analyze": "find build/static/js/ -maxdepth 1 -type f -name '*.js' -exec bash -c 'npx source-map-explorer {} &' \\;"
},
"devDependencies": {
"@rgbk/contracts": "^0.3.18",
"@rgbk/exchange-connector": "^0.0.18",
"@rgbk/deployer": "^0.2.0",
"cross-env": "^5.2.0",
"deep-freeze": "^0.0.1",
"del": "^3.0.0",
"eslint-config-prettier": "^3.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.3.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-watch": "^4.0.2",
"fs-extra": "^7.0.1",
"ganache-cli": "6.1.8",
"jest-extended": "^0.8.1",
"mock-socket": "^8.0.4",
"pino": "^5.9.0",
"prettier": "^1.14.0",
"reactotron-core-client": "^2.1.4",
"reactotron-react-js": "^2.1.1",
"reactotron-redux": "^2.1.0",
"redux-immutable-state-invariant": "^2.1.0",
"ws": "^6.1.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}