Sin descripción
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.

package.json 859B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "chronobriq-react",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "vite",
  6. "build": "vite build",
  7. "serve": "vite preview",
  8. "test": "react-scripts test",
  9. "cypress:open": "cypress open"
  10. },
  11. "dependencies": {
  12. "@reduxjs/toolkit": "^1.6.1",
  13. "axios": "^0.21.1",
  14. "js-cookie": "^2.2.1",
  15. "jwt-decode": "^3.1.2",
  16. "react": "^17.0.0",
  17. "react-dom": "^17.0.0",
  18. "react-redux": "^7.2.4",
  19. "react-router-dom": "^5.2.0",
  20. "redux": "^4.1.0",
  21. "redux-persist": "^6.0.0",
  22. "redux-thunk": "^2.3.0"
  23. },
  24. "devDependencies": {
  25. "@testing-library/jest-dom": "^5.14.1",
  26. "@testing-library/react": "^12.0.0",
  27. "@testing-library/user-event": "^13.2.1",
  28. "@vitejs/plugin-react-refresh": "^1.3.1",
  29. "cypress": "^8.0.0",
  30. "react-scripts": "^4.0.3",
  31. "sass": "^1.35.0",
  32. "vite": "^2.3.5"
  33. }
  34. }