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-19 21:49:43 +00:00
|
|
|
"@reach/router": "^1.1.1",
|
2018-07-18 21:59:21 +00:00
|
|
|
"classnames": "^2.2.6",
|
2018-07-13 19:07:53 +00:00
|
|
|
"ms": "^2.1.1",
|
2018-07-18 19:21:44 +00:00
|
|
|
"nanoevents": "^1.0.5",
|
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"
|
2018-07-22 19:10:28 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"enzyme": "^3.3.0",
|
|
|
|
"enzyme-adapter-react-16": "^1.1.1",
|
|
|
|
"react-test-renderer": "^16.4.1"
|
2018-06-12 21:56:50 +00:00
|
|
|
}
|
|
|
|
}
|