package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "name": "@coreui/coreui-pro-react-admin-template",
  3. "version": "3.0.0-alpha.1",
  4. "description": "CoreUI Pro React Admin Template",
  5. "author": {
  6. "name": "Łukasz Holeczek",
  7. "url": "http://holeczek.pl",
  8. "github": "https://github.com/mrholek",
  9. "twitter": "https://twitter.com/lukaszholeczek"
  10. },
  11. "contributors": [
  12. {
  13. "name": "Tomasz John",
  14. "url": "https://github.com/thomasjohn"
  15. },
  16. {
  17. "name": "Andrzej Kopański",
  18. "url": "https://github.com/xidedix"
  19. }
  20. ],
  21. "homepage": ".",
  22. "copyright": "Copyright 2017-2020 creativeLabs Łukasz Holeczek",
  23. "license": "https://coreui.io/pro/license/",
  24. "private": true,
  25. "repository": {
  26. "type": "git",
  27. "url": "git@github.com:coreui/coreui-pro-react-admin-template.git"
  28. },
  29. "dependencies": {
  30. "@coreui/chartjs": "^2.0.0",
  31. "@coreui/coreui-pro": "^3.1.0",
  32. "@coreui/icons": "^1.0.1",
  33. "@coreui/icons-react": "^1.0.0-alpha.1",
  34. "@coreui/react": "^3.0.0-alpha.6",
  35. "@coreui/react-chartjs": "^1.0.0-alpha.1",
  36. "@coreui/utils": "^1.2.2",
  37. "bootstrap": "^4.3.1",
  38. "chart.js": "^2.9.3",
  39. "classnames": "^2.2.6",
  40. "codemirror": "^5.47.0",
  41. "core-js": "^3.1.4",
  42. "enzyme": "^3.10.0",
  43. "enzyme-adapter-react-16": "^1.14.0",
  44. "font-awesome": "^4.7.0",
  45. "formik": "^1.5.1",
  46. "jsx-to-string": "^1.4.0",
  47. "leaflet": "^1.6.0",
  48. "leaflet-contextmenu": "^1.4.0",
  49. "leaflet-control-custom": "^1.0.0",
  50. "leaflet-control-geocoder": "^1.13.0",
  51. "leaflet-defaulticon-compatibility": "^0.1.1",
  52. "leaflet-easyprint": "^2.1.9",
  53. "leaflet-gpx": "^1.5.0",
  54. "leaflet-play": "^0.4.4",
  55. "leaflet-routing-machine": "^3.2.12",
  56. "leaflet-sidebar-v2": "^3.2.2",
  57. "leaflet-spin": "^1.1.2",
  58. "leaflet.fullscreen": "^1.6.0",
  59. "leaflet.gridlayer.googlemutant": "^0.9.0",
  60. "leaflet.heightgraph": "^0.4.1",
  61. "leaflet.markercluster": "^1.4.1",
  62. "lodash.isfunction": "^3.0.9",
  63. "lodash.isobject": "^3.0.2",
  64. "lodash.tonumber": "^4.0.3",
  65. "node-sass": "^4.13.1",
  66. "prop-types": "^15.7.2",
  67. "react": "^16.8.6",
  68. "react-app-polyfill": "^1.0.1",
  69. "react-big-calendar": "^0.21.0",
  70. "react-chartjs-2": "^2.7.6",
  71. "react-codemirror2": "^6.0.0",
  72. "react-dates": "^20.2.3",
  73. "react-dom": "^16.8.6",
  74. "react-google-maps": "9.4.5",
  75. "react-grid-layout": "^0.16.6",
  76. "react-highlight.js": "^1.0.7",
  77. "react-onclickout": "^2.0.8",
  78. "react-perfect-scrollbar": "^1.5.8",
  79. "react-quill": "1.3.3",
  80. "react-router-config": "^5.0.1",
  81. "react-router-dom": "^5.0.1",
  82. "react-select": "^1.3.0",
  83. "react-test-renderer": "^16.8.6",
  84. "react-text-mask-hoc": "^0.11.0",
  85. "react-transition-group": "^4.3.0",
  86. "s": "^1.0.0",
  87. "spinkit": "1.2.5",
  88. "yup": "^0.27.0"
  89. },
  90. "devDependencies": {
  91. "mutationobserver-shim": "^0.3.3",
  92. "react-scripts": "^3.4.0"
  93. },
  94. "scripts": {
  95. "start": "PORT=8006 react-scripts start",
  96. "build": "react-scripts build",
  97. "test": "react-scripts test",
  98. "test:cov": "npm test -- --coverage --watchAll=false",
  99. "test:debug": "react-scripts --inspect-brk test --runInBand",
  100. "eject": "react-scripts eject"
  101. },
  102. "bugs": {
  103. "url": "https://github.com/coreui/coreui-pro-react-admin-template/issues"
  104. },
  105. "eslintConfig": {
  106. "extends": "react-app"
  107. },
  108. "browserslist": [
  109. ">0.2%",
  110. "not dead",
  111. "not ie <= 10",
  112. "not op_mini all"
  113. ],
  114. "jest": {
  115. "collectCoverageFrom": [
  116. "src/**/*.{js,jsx}",
  117. "!**/*index.js",
  118. "!src/serviceWorker.js",
  119. "!src/polyfill.js"
  120. ]
  121. },
  122. "engines": {
  123. "node": ">=8.16",
  124. "npm": ">=6"
  125. }
  126. }