2020-02-05 23:29:36 +00:00
|
|
|
{
|
|
|
|
"name": "root",
|
|
|
|
"private": true,
|
2020-02-06 18:55:16 +00:00
|
|
|
"scripts": {
|
2020-02-06 18:59:52 +00:00
|
|
|
"test": "lerna run test",
|
2020-03-30 03:27:38 +00:00
|
|
|
"bootstrap": "lerna bootstrap",
|
2020-02-06 18:55:16 +00:00
|
|
|
},
|
2020-02-11 06:21:31 +00:00
|
|
|
"dependencies": {
|
2020-03-30 18:37:48 +00:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1"
|
2020-02-11 06:21:31 +00:00
|
|
|
},
|
2020-02-05 23:29:36 +00:00
|
|
|
"devDependencies": {
|
2020-02-08 00:01:54 +00:00
|
|
|
"@babel/preset-flow": "^7.8.3",
|
|
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
|
|
"@testing-library/react": "^9.4.0",
|
2020-02-06 01:14:16 +00:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"chai-http": "^4.3.0",
|
2020-02-08 00:01:54 +00:00
|
|
|
"lerna": "^3.20.2",
|
2020-02-06 01:14:16 +00:00
|
|
|
"mocha": "^7.0.0",
|
|
|
|
"react-test-renderer": "^16.12.0"
|
2020-02-05 23:29:36 +00:00
|
|
|
}
|
|
|
|
}
|