24 lines
673 B
JSON
24 lines
673 B
JSON
{
|
|
"name": "elstatus",
|
|
"version": "0.0.0",
|
|
"description": "react web application to summon lucifer",
|
|
"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",
|
|
"ms": "^2.1.1",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0",
|
|
"react-placeholder": "^3.0.1",
|
|
"react-scripts": "1.1.4",
|
|
"recharts": "^1.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|