Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 2.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "diligent-react-ts",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.10.5",
  7. "@emotion/styled": "^11.10.5",
  8. "@faker-js/faker": "^7.6.0",
  9. "@mui/icons-material": "^5.10.9",
  10. "@mui/material": "^5.10.12",
  11. "@mui/x-data-grid": "^5.17.10",
  12. "@reduxjs/toolkit": "^1.9.0",
  13. "@testing-library/jest-dom": "^5.14.1",
  14. "@testing-library/react": "^13.0.0",
  15. "@testing-library/user-event": "^13.2.1",
  16. "@types/jest": "^27.0.1",
  17. "@types/jsonwebtoken": "^8.5.9",
  18. "@types/node": "^16.7.13",
  19. "@types/react": "^18.0.0",
  20. "@types/react-dom": "^18.0.0",
  21. "@types/react-redux": "^7.1.24",
  22. "@types/react-router-dom": "^5.3.3",
  23. "@types/redux-saga": "^0.10.5",
  24. "axios": "^1.1.3",
  25. "date-fns": "^2.29.3",
  26. "formik": "^2.2.9",
  27. "i18next": "^22.0.4",
  28. "json-server": "^0.17.1",
  29. "jsonwebtoken": "^8.5.1",
  30. "lodash": "^4.17.21",
  31. "lodash.isempty": "^4.4.0",
  32. "numeral": "^2.0.6",
  33. "owasp-password-strength-test": "^1.3.0",
  34. "qs": "^6.11.0",
  35. "react": "^18.2.0",
  36. "react-currency-input-field": "^3.6.9",
  37. "react-dom": "^18.2.0",
  38. "react-helmet-async": "^1.3.0",
  39. "react-i18next": "^12.0.0",
  40. "react-jwt": "^1.1.7",
  41. "react-number-format": "^5.1.1",
  42. "react-redux": "^8.0.5",
  43. "react-router": "^6.4.3",
  44. "react-router-dom": "^6.4.3",
  45. "react-scripts": "^5.0.1",
  46. "react-select": "^5.6.0",
  47. "redux": "^4.2.0",
  48. "redux-saga": "^1.2.1",
  49. "typescript": "*",
  50. "web-vitals": "^2.1.0",
  51. "yup": "^0.32.11"
  52. },
  53. "scripts": {
  54. "start": "react-scripts start",
  55. "build": "react-scripts build",
  56. "test": "react-scripts test",
  57. "eject": "react-scripts eject",
  58. "json-serve": "json-server --watch src/db/db.json --port=4000"
  59. },
  60. "browserslist": {
  61. "production": [
  62. ">0.2%",
  63. "not dead",
  64. "not op_mini all"
  65. ],
  66. "development": [
  67. "last 1 chrome version",
  68. "last 1 firefox version",
  69. "last 1 safari version"
  70. ]
  71. },
  72. "devDependencies": {
  73. "@types/lodash.isempty": "^4.4.7",
  74. "@types/numeral": "^2.0.2",
  75. "@types/owasp-password-strength-test": "^1.3.0",
  76. "@types/sass": "^1.43.1",
  77. "@types/sass-loader": "^8.0.3",
  78. "@types/webpack": "^5.28.0",
  79. "@typescript-eslint/eslint-plugin": "^5.0.0",
  80. "@typescript-eslint/parser": "^5.43.0",
  81. "eslint": "^8.0.1",
  82. "eslint-config-airbnb": "^19.0.4",
  83. "eslint-config-prettier": "^8.5.0",
  84. "eslint-config-standard-with-typescript": "^23.0.0",
  85. "eslint-plugin-import": "^2.25.2",
  86. "eslint-plugin-jsx-a11y": "^6.6.1",
  87. "eslint-plugin-n": "^15.0.0",
  88. "eslint-plugin-promise": "^6.0.0",
  89. "eslint-plugin-react": "^7.31.10",
  90. "eslint-plugin-react-hooks": "^4.6.0",
  91. "prettier": "^2.7.1",
  92. "sass": "^1.56.0"
  93. }
  94. }