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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name": "template",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.10.6",
  7. "@emotion/styled": "^11.10.6",
  8. "@mui/icons-material": "^5.11.16",
  9. "@mui/material": "^5.12.1",
  10. "@mui/x-data-grid": "^6.2.1",
  11. "@reduxjs/toolkit": "^1.9.5",
  12. "@testing-library/jest-dom": "^5.16.5",
  13. "@testing-library/react": "^13.4.0",
  14. "@testing-library/user-event": "^13.5.0",
  15. "date-fns": "^2.29.3",
  16. "faker": "^5.5.3",
  17. "formik": "^2.2.9",
  18. "i18next": "^22.4.15",
  19. "json-server": "^0.17.3",
  20. "react": "^18.2.0",
  21. "react-dom": "^18.2.0",
  22. "react-helmet-async": "^1.3.0",
  23. "react-i18next": "^12.2.0",
  24. "react-jwt": "^1.1.8",
  25. "react-redux": "^8.0.5",
  26. "react-router-dom": "^6.10.0",
  27. "react-scripts": "5.0.1",
  28. "react-toastify": "^9.1.2",
  29. "redux-persist": "^6.0.0",
  30. "styled-components": "^5.3.11",
  31. "web-vitals": "^2.1.4",
  32. "yup": "^1.1.1"
  33. },
  34. "scripts": {
  35. "start": "react-scripts start",
  36. "build": "react-scripts build",
  37. "test": "react-scripts test",
  38. "eject": "react-scripts eject",
  39. "json-serve": "json-server ./db/db.js --port=4000"
  40. },
  41. "eslintConfig": {
  42. "extends": [
  43. "react-app",
  44. "react-app/jest"
  45. ]
  46. },
  47. "browserslist": {
  48. "production": [
  49. ">0.2%",
  50. "not dead",
  51. "not op_mini all"
  52. ],
  53. "development": [
  54. "last 1 chrome version",
  55. "last 1 firefox version",
  56. "last 1 safari version"
  57. ]
  58. },
  59. "devDependencies": {
  60. "dotenv": "^16.0.3",
  61. "eslint": "^8.38.0",
  62. "eslint-config-airbnb": "^19.0.4",
  63. "eslint-config-prettier": "^8.8.0",
  64. "eslint-plugin-import": "^2.27.5",
  65. "eslint-plugin-jsx-a11y": "^6.7.1",
  66. "eslint-plugin-react": "^7.32.2",
  67. "eslint-plugin-react-hooks": "^4.6.0",
  68. "prettier": "^2.8.7"
  69. }
  70. }