|
12 | 12 | "test": "npm run test:jest",
|
13 | 13 | "buildBrowserTest": "webpack --config tests/browser/webpack.config.js",
|
14 | 14 | "buildBrowserTest:watch": "webpack --config tests/browser/webpack.config.js -w",
|
15 |
| - "build": "npm run lint && rimraf dist/ && npx rollup -c", |
| 15 | + "build": "rimraf dist/ && npx rollup -c", |
| 16 | + "build:rollup": "npm run lint && rimraf dist/ && npx rollup -c", |
16 | 17 | "build:webpack": "webpack --config webpack.config.js",
|
17 | 18 | "build:dev": "rimraf dist/ && npx rollup -c",
|
18 | 19 | "lint": "npx eslint --fix 'src/**.js'",
|
|
23 | 24 | },
|
24 | 25 | "dependencies": {
|
25 | 26 | "browser-or-node": "^1.2.1",
|
| 27 | + "bignumber.js": "^9.0.0", |
26 | 28 | "debug": "^4.0.1",
|
27 | 29 | "detect-browser": "^3.0.1",
|
28 | 30 | "eccrypto": "^1.1.3",
|
29 | 31 | "ethereumjs-util": "^5.2.0",
|
| 32 | + "ethereumjs-common": "^1.5.0", |
| 33 | + "ethereumjs-tx": "^2.1.2", |
| 34 | + "ethjs-unit": "^0.1.6", |
30 | 35 | "events": "^3.1.0",
|
31 | 36 | "isomorphic-ws": "^4.0.1",
|
32 | 37 | "logging": "^3.2.0",
|
|
37 | 42 | "secp256k1": "^3.8.0",
|
38 | 43 | "simple-peer": "^9.6.2",
|
39 | 44 | "socket.io-client": "^2.3.0",
|
| 45 | + "store": "^2.0.12", |
40 | 46 | "webrtc-adapter": "^6.4.3",
|
41 | 47 | "wrtc": "^0.2.0",
|
| 48 | + "uuid": "^3.4.0", |
| 49 | + "web3": "1.2.4", |
| 50 | + "web3-core-helpers": "1.2.4", |
| 51 | + "web3-core-method": "1.2.4", |
| 52 | + "web3-core-requestmanager": "1.2.4", |
| 53 | + "web3-utils": "1.2.4", |
42 | 54 | "ws": "^7.2.1"
|
43 | 55 | },
|
44 | 56 | "devDependencies": {
|
|
67 | 79 | "babel-polyfill": "^6.26.0",
|
68 | 80 | "babel-preset-env": "^1.7.0",
|
69 | 81 | "babel-preset-es2015-rollup": "^3.0.0",
|
70 |
| - "bignumber.js": "^9.0.0", |
71 | 82 | "chai": "^4.2.0",
|
72 | 83 | "clean-webpack-plugin": "^3.0.0",
|
73 | 84 | "css-loader": "^3.4.2",
|
|
76 | 87 | "eslint-config-prettier": "^3.0.1",
|
77 | 88 | "eslint-plugin-import": "^2.20.1",
|
78 | 89 | "eslint-plugin-security": "^1.4.0",
|
79 |
| - "ethereumjs-common": "^1.5.0", |
80 |
| - "ethereumjs-tx": "^2.1.2", |
81 |
| - "ethjs-unit": "^0.1.6", |
82 | 90 | "file-loader": "^5.0.2",
|
83 | 91 | "jest": "^23.6.0",
|
84 | 92 | "nyc": "^13.0.1",
|
|
94 | 102 | "rollup-plugin-node-builtins": "^2.1.2",
|
95 | 103 | "rollup-plugin-node-polyfills": "^0.2.1",
|
96 | 104 | "rollup-plugin-node-resolve": "^3.4.0",
|
97 |
| - "store": "^2.0.12", |
| 105 | + |
98 | 106 | "style-loader": "^1.1.3",
|
99 | 107 | "svg-inline-loader": "^0.8.0",
|
100 | 108 | "url-loader": "^3.0.0",
|
101 |
| - "uuid": "^3.4.0", |
102 |
| - "web3": "1.2.4", |
103 |
| - "web3-core-helpers": "1.2.4", |
104 |
| - "web3-core-method": "1.2.4", |
105 |
| - "web3-core-requestmanager": "1.2.4", |
106 |
| - "web3-utils": "1.2.4", |
107 | 109 | "webpack": "^4.41.5",
|
108 | 110 | "webpack-cli": "^3.3.10",
|
109 | 111 | "yorkie": "^2.0.0"
|
|
0 commit comments