package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "luzzu-dashboard",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@coreui/coreui": "^2.1.9",
  7. "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
  8. "@coreui/icons": "0.3.0",
  9. "@coreui/react": "~2.1.5",
  10. "axios": "0.18.0",
  11. "basic-auth": "^2.0.1",
  12. "bootstrap": "^4.4.1",
  13. "chart.js": "^2.8.0",
  14. "chartjs-plugin-annotation": "^0.5.7",
  15. "classnames": "^2.2.6",
  16. "core-js": "^2.6.5",
  17. "enzyme": "^3.9.0",
  18. "enzyme-adapter-react-16": "^1.11.2",
  19. "flag-icon-css": "^3.3.0",
  20. "font-awesome": "^4.7.0",
  21. "lodash": "^4.17.11",
  22. "node-sass": "^4.11.0",
  23. "prop-types": "^15.7.2",
  24. "query-string": "6.2.0",
  25. "react": "^16.8.5",
  26. "react-app-polyfill": "^0.2.2",
  27. "react-bootstrap": "^1.0.0-beta.16",
  28. "react-bootstrap-switch": "^15.5.3",
  29. "react-chartjs-2": "^2.7.4",
  30. "react-circular-progressbar": "^1.0.0",
  31. "react-dom": "^16.8.5",
  32. "react-fileupload-progress": "^0.4.2",
  33. "react-lineto": "^3.1.3",
  34. "react-rangeslider": "^2.2.0",
  35. "react-redux": "^6.0.1",
  36. "react-router-config": "^4.4.0-beta.8",
  37. "react-router-dom": "~4.3.1",
  38. "react-switch": "^5.0.1",
  39. "react-test-renderer": "^16.8.5",
  40. "reactstrap": "^7.1.0",
  41. "redux": "^4.0.1",
  42. "simple-line-icons": "^2.4.1"
  43. },
  44. "devDependencies": {
  45. "react-scripts": "^2.1.8"
  46. },
  47. "scripts": {
  48. "start": "react-scripts start",
  49. "build": "react-scripts build",
  50. "test": "react-scripts test",
  51. "test:cov": "react-scripts test --coverage",
  52. "test:debug": "react-scripts --inspect-brk test --runInBand",
  53. "eject": "react-scripts eject"
  54. },
  55. "eslintConfig": {
  56. "extends": "react-app"
  57. },
  58. "browserslist": [
  59. ">0.2%",
  60. "not dead",
  61. "not ie <= 9",
  62. "not op_mini all"
  63. ],
  64. "jest": {
  65. "collectCoverageFrom": [
  66. "src/**/*.{js,jsx}",
  67. "!**/*index.js",
  68. "!src/serviceWorker.js",
  69. "!src/polyfill.js"
  70. ]
  71. }
  72. }