Ei kuvausta
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 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "chronobriq-react",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "dev": "yarn watch:css && vite",
  6. "build": "yarn watch:css && vite build",
  7. "serve": "vite preview",
  8. "test": "react-scripts test",
  9. "cypress:open": "cypress open",
  10. "watch:css": "postcss src/styles/tailwind.css -o src/styles/output.css"
  11. },
  12. "dependencies": {
  13. "@reduxjs/toolkit": "^1.6.1",
  14. "autoprefixer": "^10.3.4",
  15. "axios": "^0.21.1",
  16. "js-cookie": "^2.2.1",
  17. "jwt-decode": "^3.1.2",
  18. "postcss": "^8.3.6",
  19. "postcss-cli": "^8.3.1",
  20. "react": "^17.0.0",
  21. "react-dom": "^17.0.0",
  22. "react-intl": "^5.20.6",
  23. "react-redux": "^7.2.4",
  24. "react-router-dom": "^5.2.0",
  25. "redux": "^4.1.0",
  26. "redux-persist": "^6.0.0",
  27. "redux-thunk": "^2.3.0",
  28. "tailwindcss": "^2.2.9"
  29. },
  30. "devDependencies": {
  31. "@testing-library/jest-dom": "^5.14.1",
  32. "@testing-library/react": "^12.0.0",
  33. "@testing-library/user-event": "^13.2.1",
  34. "@vitejs/plugin-react-refresh": "^1.3.1",
  35. "cypress": "^8.0.0",
  36. "react-scripts": "^4.0.3",
  37. "sass": "^1.35.0",
  38. "vite": "^2.3.5"
  39. }
  40. }