2017-05-18 21:21:33 +03:00
|
|
|
{
|
2017-08-04 01:56:57 +03:00
|
|
|
"lerna": "2.0.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"version": "independent",
|
|
|
|
"npmClient": "yarn",
|
2017-08-04 01:56:57 +03:00
|
|
|
"useWorkspaces": true,
|
2017-06-09 07:26:25 +03:00
|
|
|
"hoist": true,
|
2017-06-16 16:33:32 +03:00
|
|
|
"nohoist": [
|
|
|
|
"graphi",
|
|
|
|
"eslint",
|
|
|
|
"jest",
|
|
|
|
"jest-cli",
|
|
|
|
"react-scripts",
|
|
|
|
"react-styleguidist"
|
2017-05-26 04:14:51 +03:00
|
|
|
]
|
2017-05-18 21:21:33 +03:00
|
|
|
}
|