elstat/priv/frontend/package.json

26 lines
701 B
JSON
Raw Normal View History

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",
"ms": "^2.1.1",
"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",
"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"
}
}