Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "name": "@coreui/coreui-free-react-admin-template",
  3. "version": "3.2.1",
  4. "description": "CoreUI React Open Source Bootstrap 4 Admin Template",
  5. "author": {
  6. "name": "CoreUI",
  7. "url": "https://coreui.io",
  8. "github": "https://github.com/coreui",
  9. "twitter": "https://twitter.com/core_ui"
  10. },
  11. "contributors": [
  12. {
  13. "name": "CoreUI Team",
  14. "url": "https://github.com/orgs/coreui/people"
  15. }
  16. ],
  17. "homepage": ".",
  18. "copyright": "Copyright 2017-2020 creativeLabs Łukasz Holeczek",
  19. "license": "MIT",
  20. "private": true,
  21. "repository": {
  22. "type": "git",
  23. "url": "git@github.com:coreui/coreui-free-react-admin-template.git"
  24. },
  25. "dependencies": {
  26. "@coreui/chartjs": "^2.0.0",
  27. "@coreui/coreui": "^3.4.0",
  28. "@coreui/icons": "^2.0.0",
  29. "@coreui/icons-react": "^1.1.0",
  30. "@coreui/react": "^3.4.6",
  31. "@coreui/react-chartjs": "^1.1.0",
  32. "@coreui/utils": "^1.3.1",
  33. "@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
  34. "classnames": "^2.2.6",
  35. "core-js": "^3.9.1",
  36. "enzyme": "^3.11.0",
  37. "prop-types": "^15.7.2",
  38. "react": "^17.0.2",
  39. "react-app-polyfill": "^2.0.0",
  40. "react-dom": "^17.0.2",
  41. "react-redux": "^7.2.3",
  42. "react-router-dom": "^5.2.0",
  43. "redux": "^4.0.5",
  44. "sass": "^1.32.8"
  45. },
  46. "devDependencies": {
  47. "@babel/core": "^7.13.14",
  48. "auto-changelog": "~2.2.1",
  49. "react-scripts": "^4.0.3"
  50. },
  51. "scripts": {
  52. "start": "react-scripts start",
  53. "build": "react-scripts build",
  54. "test": "react-scripts test",
  55. "test:cov": "npm test -- --coverage --watchAll=false",
  56. "test:debug": "react-scripts --inspect-brk test --runInBand",
  57. "eject": "react-scripts eject",
  58. "changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit"
  59. },
  60. "bugs": {
  61. "url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
  62. },
  63. "eslintConfig": {
  64. "extends": "react-app"
  65. },
  66. "browserslist": [
  67. ">0.2%",
  68. "not dead",
  69. "not ie <= 10",
  70. "not op_mini all"
  71. ],
  72. "jest": {
  73. "collectCoverageFrom": [
  74. "src/**/*.{js,jsx}",
  75. "!**/*index.js",
  76. "!src/serviceWorker.js",
  77. "!src/polyfill.js"
  78. ]
  79. },
  80. "engines": {
  81. "node": ">=10",
  82. "npm": ">=6"
  83. }
  84. }