2019-05-31 13:58:01 -04:00
|
|
|
{
|
2020-03-04 14:24:51 -04:00
|
|
|
"name": "root",
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
2019-10-28 13:56:57 -04:00
|
|
|
],
|
2020-03-04 14:24:51 -04:00
|
|
|
"private": true,
|
2019-08-09 14:45:38 -04:00
|
|
|
"devDependencies": {
|
2020-02-03 19:51:19 -04:00
|
|
|
"@babel/cli": "^7.8.4",
|
|
|
|
"@babel/core": "^7.8.4",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
2020-03-04 14:18:22 -04:00
|
|
|
"@babel/plugin-proposal-export-default-from": "^7.8.3",
|
2020-02-14 18:52:01 -04:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
2020-02-15 00:51:47 -04:00
|
|
|
"@babel/plugin-proposal-private-methods": "^7.8.3",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.8.3",
|
2020-03-04 14:18:22 -04:00
|
|
|
"@babel/plugin-transform-react-jsx": "^7.8.3",
|
2020-02-03 19:51:19 -04:00
|
|
|
"@babel/preset-env": "^7.8.4",
|
2020-02-12 15:53:33 -04:00
|
|
|
"babel-eslint": "^10.0.3",
|
2020-02-15 17:01:30 -04:00
|
|
|
"babel-jest": "24.9.0",
|
2020-02-15 00:51:47 -04:00
|
|
|
"cross-env": "^7.0.0",
|
2020-02-12 15:53:33 -04:00
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
|
|
"eslint-plugin-import": "^2.20.1",
|
|
|
|
"eslint-plugin-standard": "^4.0.1",
|
2020-02-15 17:01:30 -04:00
|
|
|
"jest": "24.9.0",
|
2019-08-22 11:25:26 -04:00
|
|
|
"npm-run-all": "^4.1.5",
|
2020-03-04 14:24:51 -04:00
|
|
|
"rimraf": "^3.0.1",
|
|
|
|
"lerna": "^3.20.2"
|
2019-08-09 14:45:38 -04:00
|
|
|
},
|
2019-05-31 15:47:02 -04:00
|
|
|
"dependencies": {
|
2020-03-04 14:24:51 -04:00
|
|
|
"@babel/runtime": "^7.8.4",
|
2020-02-03 19:51:19 -04:00
|
|
|
"@babel/runtime-corejs3": "^7.8.4",
|
2020-03-04 14:24:51 -04:00
|
|
|
"core-js": "^3.6.4"
|
2020-02-14 18:49:55 -04:00
|
|
|
},
|
2020-03-04 14:24:51 -04:00
|
|
|
"scripts": {
|
|
|
|
"build": "lerna run --parallel 'build'",
|
|
|
|
"lerna:bootstrap": "lerna bootstrap",
|
|
|
|
"bootstrap": "npm-run-all lerna:bootstrap build",
|
|
|
|
"ganache": "ganache-cli -s 0 -b 5",
|
|
|
|
"lint": "cross-env eslint 'packages/**/*.js{,x}'"
|
2019-05-31 15:47:02 -04:00
|
|
|
}
|
2019-05-31 13:58:01 -04:00
|
|
|
}
|