您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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": "[email protected]: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.6",
  42. "react-router-dom": "^5.2.0",
  43. "redux": "^4.1.2",
  44. "redux-thunk": "^2.4.1",
  45. "sass": "^1.32.8"
  46. },
  47. "devDependencies": {
  48. "@babel/core": "^7.13.14",
  49. "auto-changelog": "~2.2.1",
  50. "react-scripts": "^4.0.3"
  51. },
  52. "scripts": {
  53. "start": "react-scripts start",
  54. "build": "react-scripts build",
  55. "test": "react-scripts test",
  56. "test:cov": "npm test -- --coverage --watchAll=false",
  57. "test:debug": "react-scripts --inspect-brk test --runInBand",
  58. "eject": "react-scripts eject",
  59. "changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit"
  60. },
  61. "bugs": {
  62. "url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
  63. },
  64. "eslintConfig": {
  65. "extends": "react-app"
  66. },
  67. "browserslist": [
  68. ">0.2%",
  69. "not dead",
  70. "not ie <= 10",
  71. "not op_mini all"
  72. ],
  73. "jest": {
  74. "collectCoverageFrom": [
  75. "src/**/*.{js,jsx}",
  76. "!**/*index.js",
  77. "!src/serviceWorker.js",
  78. "!src/polyfill.js"
  79. ]
  80. },
  81. "engines": {
  82. "node": ">=10",
  83. "npm": ">=6"
  84. }
  85. }