25 lines
656 B
JSON
25 lines
656 B
JSON
{
|
|
"name": "elstatus",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
|
|
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
|
|
"@fortawesome/react-fontawesome": "0.1.0-11",
|
|
"@nivo/line": "^0.42.1",
|
|
"i": "^0.3.6",
|
|
"ms": "^2.1.1",
|
|
"npm": "^6.1.0",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0",
|
|
"react-placeholder": "^3.0.1",
|
|
"react-scripts": "1.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|