No Description
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 507B

123456789101112131415161718192021222324
  1. {
  2. "version": "0.0.0",
  3. "scripts": {
  4. "dev": "vite",
  5. "build": "vite build",
  6. "serve": "vite preview"
  7. },
  8. "dependencies": {
  9. "axios": "^0.21.1",
  10. "js-cookie": "^2.2.1",
  11. "jwt-decode": "^3.1.2",
  12. "react": "^17.0.0",
  13. "react-dom": "^17.0.0",
  14. "react-redux": "^7.2.4",
  15. "react-router-dom": "^5.2.0",
  16. "redux": "^4.1.0",
  17. "redux-thunk": "^2.3.0"
  18. },
  19. "devDependencies": {
  20. "@vitejs/plugin-react-refresh": "^1.3.1",
  21. "sass": "^1.35.0",
  22. "vite": "^2.3.5"
  23. }
  24. }