package.json 2.0 KB

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