Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "web",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.5.0",
  7. "@emotion/styled": "^11.3.0",
  8. "@mui/icons-material": "^5.0.5",
  9. "@mui/material": "^5.0.6",
  10. "@mui/x-data-grid": "^5.0.1",
  11. "@mui/x-date-pickers": "^5.0.9",
  12. "@reduxjs/toolkit": "^1.5.1",
  13. "@testing-library/jest-dom": "^5.13.0",
  14. "@testing-library/user-event": "^12.8.3",
  15. "axios": "^0.21.1",
  16. "date-fns": "^2.29.3",
  17. "eslint-plugin-prettier": "^3.4.0",
  18. "eslint-plugin-security": "^1.4.0",
  19. "faker": "^5.5.3",
  20. "formik": "^2.2.9",
  21. "i18next": "^20.3.1",
  22. "json-server": "^0.17.0",
  23. "jsonwebtoken": "^8.5.1",
  24. "jwt-decode": "^3.1.2",
  25. "lodash": "^4.17.21",
  26. "lodash.isempty": "^4.4.0",
  27. "owasp-password-strength-test": "^1.3.0",
  28. "react": "^17.0.2",
  29. "react-dom": "^17.0.2",
  30. "react-helmet-async": "^1.0.9",
  31. "react-i18next": "^11.10.0",
  32. "react-mentions": "^4.4.7",
  33. "react-redux": "^7.2.4",
  34. "react-router-dom": "^5.2.0",
  35. "react-scripts": "4.0.3",
  36. "react-select": "^4.3.1",
  37. "react-slick": "^0.29.0",
  38. "redux": "^4.1.0",
  39. "redux-saga": "^1.1.3",
  40. "sass": "^1.34.1",
  41. "slick-carousel": "^1.8.1",
  42. "use-dynamic-refs": "^1.0.0",
  43. "web-vitals": "^1.1.2",
  44. "yup": "^0.32.9"
  45. },
  46. "scripts": {
  47. "start": "react-scripts start",
  48. "build": "react-scripts build",
  49. "test": "react-scripts test",
  50. "eject": "react-scripts eject",
  51. "json-serve": "json-server ./db/db.js --port=4000"
  52. },
  53. "eslintConfig": {
  54. "extends": [
  55. "react-app",
  56. "react-app/jest"
  57. ]
  58. },
  59. "browserslist": {
  60. "production": [
  61. ">0.2%",
  62. "not dead",
  63. "not op_mini all"
  64. ],
  65. "development": [
  66. "last 1 chrome version",
  67. "last 1 firefox version",
  68. "last 1 safari version"
  69. ]
  70. },
  71. "devDependencies": {
  72. "@testing-library/react": "^12.1.2",
  73. "eslint": "^7.28.0",
  74. "eslint-config-airbnb": "^18.2.1",
  75. "eslint-config-prettier": "^8.3.0",
  76. "eslint-plugin-import": "^2.23.4",
  77. "eslint-plugin-jsx-a11y": "^6.4.1",
  78. "eslint-plugin-react": "^7.24.0",
  79. "eslint-plugin-react-hooks": "^4.2.0",
  80. "jest": "^26.6.0",
  81. "jest-dom": "^4.0.0",
  82. "prettier": "2.3.1",
  83. "react-test-renderer": "^18.2.0"
  84. }
  85. }