2018-06-12 21:56:50 +00:00
|
|
|
{
|
|
|
|
"name": "elstatus",
|
2018-07-14 03:30:28 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "react web application to summon lucifer",
|
2018-06-12 21:56:50 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-07-14 01:57:02 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
|
|
|
|
"@fortawesome/react-fontawesome": "0.1.0-11",
|
2018-07-13 19:07:53 +00:00
|
|
|
"ms": "^2.1.1",
|
2018-07-14 02:01:13 +00:00
|
|
|
"prop-types": "^15.6.2",
|
2018-06-12 21:56:50 +00:00
|
|
|
"react": "^16.4.0",
|
|
|
|
"react-dom": "^16.4.0",
|
2018-07-14 01:43:10 +00:00
|
|
|
"react-placeholder": "^3.0.1",
|
2018-07-14 05:03:12 +00:00
|
|
|
"react-scripts": "1.1.4",
|
|
|
|
"recharts": "^1.0.1"
|
2018-06-12 21:56:50 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
|
|
|
}
|