57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
|
{
|
||
|
"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",
|
||
|
"@types/node": "^11.9.3",
|
||
|
"@types/react": "^16.8.2",
|
||
|
"@types/react-dom": "^16.8.0",
|
||
|
"@types/react-resize-detector": "^3.1.0",
|
||
|
"bootstrap": "^4.2.1",
|
||
|
"downshift": "^3.2.2",
|
||
|
"flot": "^2.1.6",
|
||
|
"fuzzy": "^0.1.3",
|
||
|
"i": "^0.3.6",
|
||
|
"jquery": "^3.3.1",
|
||
|
"jquery.flot.tooltip": "^0.9.0",
|
||
|
"jsdom": "^9.6.0",
|
||
|
"moment": "^2.24.0",
|
||
|
"moment-timezone": "^0.5.23",
|
||
|
"popper.js": "^1.14.3",
|
||
|
"react": "^16.7.0",
|
||
|
"react-dom": "^16.7.0",
|
||
|
"react-resize-detector": "^3.4.0",
|
||
|
"react-scripts": "^2.1.5",
|
||
|
"reactstrap": "^7.1.0",
|
||
|
"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",
|
||
|
"@types/reactstrap": "^7.1.3"
|
||
|
},
|
||
|
"proxy": "http://localhost:9090"
|
||
|
}
|