|
1 | 1 | { |
2 | 2 | "devDependencies": { |
| 3 | + "@babel/cli": "7.7.4", |
| 4 | + "@babel/core": "7.7.4", |
| 5 | + "@babel/plugin-proposal-class-properties": "7.7.4", |
| 6 | + "@babel/plugin-proposal-decorators": "7.7.4", |
| 7 | + "@babel/plugin-proposal-export-default-from": "7.7.4", |
| 8 | + "@babel/plugin-proposal-export-namespace-from": "7.7.4", |
| 9 | + "@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4", |
| 10 | + "@babel/plugin-proposal-optional-chaining": "7.7.4", |
| 11 | + "@babel/plugin-syntax-dynamic-import": "7.7.4", |
| 12 | + "@babel/plugin-transform-runtime": "7.7.4", |
| 13 | + "@babel/preset-env": "7.7.4", |
| 14 | + "@babel/preset-typescript": "7.7.4", |
3 | 15 | "babel-eslint": "10.0.3", |
| 16 | + "babel-plugin-dynamic-import-node": "2.3.0", |
| 17 | + "babel-plugin-macros": "2.7.1", |
4 | 18 | "bignumber.js": "5.0.0", |
5 | 19 | "chalk": "2.4.2", |
6 | 20 | "coveralls": "3.0.9", |
|
9 | 23 | "form-data": "2.5.1", |
10 | 24 | "fs-extra": "8.1.0", |
11 | 25 | "lerna": "3.19.0", |
| 26 | + "lodash.clonedeep": "4.5.0", |
12 | 27 | "minimist": "1.2.0", |
13 | 28 | "npm-run-all": "4.1.5", |
14 | 29 | "nyc": "13.1.0", |
|
86 | 101 | "embark-dapp-template-demo/bootstrap", |
87 | 102 | "embark-dapp-test-app/embark-dapp-test-service", |
88 | 103 | "embark-dapp-test-app/zeppelin-solidity", |
| 104 | + "embark-ui/@storybook/**", |
89 | 105 | "embark-ui/bignumber.js", |
90 | 106 | "embark-ui/react-scripts", |
91 | 107 | "embark-ui/react-scripts/**", |
|
0 commit comments