2018-06-12 21:56:50 +00:00
|
|
|
{
|
|
|
|
"name": "elstatus",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-07-13 19:07:53 +00:00
|
|
|
"@nivo/line": "^0.42.1",
|
|
|
|
"ms": "^2.1.1",
|
2018-06-12 21:56:50 +00:00
|
|
|
"react": "^16.4.0",
|
|
|
|
"react-dom": "^16.4.0",
|
|
|
|
"react-scripts": "1.1.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
|
|
|
}
|