package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "@coreui/coreui-free-react-admin-template",
  3. "version": "2.6.0",
  4. "description": "CoreUI React Open Source Bootstrap 4 Admin Template",
  5. "author": "Łukasz Holeczek",
  6. "homepage": "https://coreui.io",
  7. "copyright": "Copyright 2017-2019 creativeLabs Łukasz Holeczek",
  8. "license": "MIT",
  9. "private": true,
  10. "repository": {
  11. "type": "git",
  12. "url": "git@github.com:coreui/coreui-free-react-admin-template.git"
  13. },
  14. "dependencies": {
  15. "@coreui/coreui": "^2.1.16",
  16. "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
  17. "@coreui/icons": "0.3.0",
  18. "@coreui/react": "^2.5.7",
  19. "bootstrap": "^4.4.1",
  20. "chart.js": "^2.9.3",
  21. "classnames": "^2.2.6",
  22. "core-js": "^3.6.5",
  23. "enzyme": "^3.11.0",
  24. "enzyme-adapter-react-16": "^1.15.2",
  25. "flag-icon-css": "^3.4.6",
  26. "font-awesome": "^4.7.0",
  27. "leaflet": "^1.6.0",
  28. "leaflet.markercluster": "^1.4.1",
  29. "node-sass": "^4.14.1",
  30. "prop-types": "^15.7.2",
  31. "react": "^16.13.1",
  32. "react-app-polyfill": "^1.0.6",
  33. "react-chartjs-2": "^2.9.0",
  34. "react-dom": "^16.13.1",
  35. "react-router-config": "^5.1.1",
  36. "react-router-dom": "^5.2.0",
  37. "react-test-renderer": "^16.13.1",
  38. "reactstrap": "^8.4.1",
  39. "simple-line-icons": "^2.4.1"
  40. },
  41. "devDependencies": {
  42. "react-scripts": "^3.4.1"
  43. },
  44. "scripts": {
  45. "start": "react-scripts start",
  46. "build": "react-scripts build",
  47. "test": "react-scripts test",
  48. "test:cov": "npm test -- --coverage --watchAll=false",
  49. "test:debug": "react-scripts --inspect-brk test --runInBand",
  50. "eject": "react-scripts eject"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
  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. "engines": {
  73. "node": ">=8.10",
  74. "npm": ">=6"
  75. }
  76. }