You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 jaren geleden
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "catalyst",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^3.9.2",
  7. "@material-ui/icons": "^4.5.1",
  8. "@types/react-pdf": "^4.0.5",
  9. "@types/uuid": "^7.0.0",
  10. "axios": "^0.19.0",
  11. "bootstrap": "^4.3.1",
  12. "classnames": "^2.2.6",
  13. "draft-js": "^0.11.0",
  14. "draftjs-to-html": "^0.8.4",
  15. "html2canvas": "^1.0.0-rc.5",
  16. "http-proxy-middleware": "^0.19.1",
  17. "immutability-helper": "^3.0.1",
  18. "jspdf": "^1.5.3",
  19. "lodash.range": "^3.2.0",
  20. "material-ui": "^0.20.2",
  21. "mdi-react": "^5.2.0",
  22. "node-sass": "^4.12.0",
  23. "rc-slider": "^8.6.13",
  24. "rc-time-picker": "^3.7.1",
  25. "rc-tooltip": "^3.7.3",
  26. "react": "^16.8.6",
  27. "react-big-calendar": "^0.22.0",
  28. "react-bootstrap": "^1.0.0-beta.14",
  29. "react-color": "^2.17.3",
  30. "react-data-grid": "^6.1.0",
  31. "react-data-grid-addons": "^6.1.0",
  32. "react-datepicker": "^2.8.0",
  33. "react-dom": "^16.8.6",
  34. "react-draft-wysiwyg": "^1.13.2",
  35. "react-dropzone": "^10.1.5",
  36. "react-i18next": "^10.2.0",
  37. "react-pdf": "^4.1.0",
  38. "react-redux": "^7.1.0",
  39. "react-router-dom": "^4.3.1",
  40. "react-scripts": "2.1.1",
  41. "react-scroll-to-component": "^1.0.2",
  42. "react-select": "^3.0.4",
  43. "react-slick": "^0.24.0",
  44. "react-smooth-scrollbar": "^8.0.6",
  45. "react-times": "^3.1.12",
  46. "react-vis": "^1.11.7",
  47. "reactstrap": "^7.1.0",
  48. "redux": "^4.0.1",
  49. "redux-devtools-extension": "^2.13.8",
  50. "redux-thunk": "^2.3.0",
  51. "slick-carousel": "^1.8.1",
  52. "typescript": "^3.5.2"
  53. },
  54. "scripts": {
  55. "start": "react-scripts start",
  56. "build": "react-scripts build",
  57. "test": "react-scripts test",
  58. "eject": "react-scripts eject"
  59. },
  60. "eslintConfig": {
  61. "extends": "react-app"
  62. },
  63. "browserslist": [
  64. ">0.2%",
  65. "not dead",
  66. "not ie <= 11",
  67. "not op_mini all"
  68. ],
  69. "devDependencies": {
  70. "@types/classnames": "^2.2.9",
  71. "@types/draft-js": "^0.10.34",
  72. "@types/jest": "^24.0.15",
  73. "@types/jspdf": "^1.3.1",
  74. "@types/lodash.range": "^3.2.6",
  75. "@types/node": "^12.0.10",
  76. "@types/rc-slider": "^8.6.4",
  77. "@types/rc-time-picker": "^3.4.1",
  78. "@types/rc-tooltip": "^3.7.1",
  79. "@types/react": "^16.8.22",
  80. "@types/react-big-calendar": "^0.22.0",
  81. "@types/react-data-grid": "^4.0.3",
  82. "@types/react-datepicker": "^2.8.0",
  83. "@types/react-dom": "^16.8.4",
  84. "@types/react-draft-wysiwyg": "^1.12.3",
  85. "@types/react-dropzone": "^5.1.0",
  86. "@types/react-redux": "^7.1.1",
  87. "@types/react-router-dom": "^4.3.4",
  88. "@types/react-select": "^3.0.0",
  89. "@types/react-slick": "^0.23.4",
  90. "@types/react-smooth-scrollbar": "^8.0.2",
  91. "@types/reactstrap": "^8.0.1",
  92. "uuid": "^7.0.2"
  93. }
  94. }