2019-10-17 12:38:09 +00:00
|
|
|
{
|
|
|
|
"name": "graph",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.14",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.7.1",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
|
|
|
"@types/jest": "^24.0.4",
|
|
|
|
"@types/jquery": "^3.3.29",
|
2019-10-17 14:34:02 +00:00
|
|
|
"@types/node": "^12.11.1",
|
2019-10-17 12:38:09 +00:00
|
|
|
"@types/react": "^16.8.2",
|
|
|
|
"@types/react-dom": "^16.8.0",
|
2019-10-17 14:34:02 +00:00
|
|
|
"@types/react-resize-detector": "^4.0.2",
|
2019-10-23 20:18:41 +00:00
|
|
|
"@types/sanitize-html": "^1.20.2",
|
2019-10-17 12:38:09 +00:00
|
|
|
"bootstrap": "^4.2.1",
|
|
|
|
"downshift": "^3.2.2",
|
2019-10-17 14:34:02 +00:00
|
|
|
"flot": "^3.2.13",
|
2019-10-17 12:38:09 +00:00
|
|
|
"fuzzy": "^0.1.3",
|
|
|
|
"i": "^0.3.6",
|
|
|
|
"jquery": "^3.3.1",
|
|
|
|
"jquery.flot.tooltip": "^0.9.0",
|
2019-10-17 14:34:02 +00:00
|
|
|
"jsdom": "^15.2.0",
|
2019-10-17 12:38:09 +00:00
|
|
|
"moment": "^2.24.0",
|
|
|
|
"moment-timezone": "^0.5.23",
|
|
|
|
"popper.js": "^1.14.3",
|
|
|
|
"react": "^16.7.0",
|
|
|
|
"react-dom": "^16.7.0",
|
2019-10-17 14:34:02 +00:00
|
|
|
"react-resize-detector": "^4.2.1",
|
|
|
|
"react-scripts": "^3.2.0",
|
|
|
|
"reactstrap": "^8.0.1",
|
2019-10-23 20:18:41 +00:00
|
|
|
"sanitize-html": "^1.20.1",
|
2019-10-17 12:38:09 +00:00
|
|
|
"tempusdominus-bootstrap-4": "^5.1.2",
|
|
|
|
"tempusdominus-core": "^5.0.3",
|
|
|
|
"typescript": "^3.3.3"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/flot": "0.0.31",
|
|
|
|
"@types/moment-timezone": "^0.5.10",
|
2019-10-17 14:34:02 +00:00
|
|
|
"@types/reactstrap": "^8.0.5"
|
2019-10-17 12:38:09 +00:00
|
|
|
},
|
|
|
|
"proxy": "http://localhost:9090"
|
|
|
|
}
|