package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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.gridlayer.googlemutant": "^0.9.0",
  29. "leaflet.markercluster": "^1.4.1",
  30. "node-sass": "^4.14.1",
  31. "prop-types": "^15.7.2",
  32. "react": "^16.13.1",
  33. "react-app-polyfill": "^1.0.6",
  34. "react-chartjs-2": "^2.9.0",
  35. "react-dom": "^16.13.1",
  36. "react-router-config": "^5.1.1",
  37. "react-router-dom": "^5.2.0",
  38. "react-test-renderer": "^16.13.1",
  39. "reactstrap": "^8.4.1",
  40. "simple-line-icons": "^2.4.1"
  41. },
  42. "devDependencies": {
  43. "react-scripts": "^3.4.1"
  44. },
  45. "scripts": {
  46. "start": "react-scripts start",
  47. "build": "react-scripts build",
  48. "test": "react-scripts test",
  49. "test:cov": "npm test -- --coverage --watchAll=false",
  50. "test:debug": "react-scripts --inspect-brk test --runInBand",
  51. "eject": "react-scripts eject"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
  55. },
  56. "eslintConfig": {
  57. "extends": "react-app"
  58. },
  59. "browserslist": [
  60. ">0.2%",
  61. "not dead",
  62. "not ie <= 9",
  63. "not op_mini all"
  64. ],
  65. "jest": {
  66. "collectCoverageFrom": [
  67. "src/**/*.{js,jsx}",
  68. "!**/*index.js",
  69. "!src/serviceWorker.js",
  70. "!src/polyfill.js"
  71. ]
  72. },
  73. "engines": {
  74. "node": ">=8.10",
  75. "npm": ">=6"
  76. }
  77. }