package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "memos",
  3. "scripts": {
  4. "dev": "vite",
  5. "build": "tsc && vite build",
  6. "lint": "eslint --ext .js,.ts,.tsx, src",
  7. "lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
  8. },
  9. "packageManager": "pnpm@8.6.1",
  10. "dependencies": {
  11. "@emotion/react": "^11.10.5",
  12. "@emotion/styled": "^11.10.5",
  13. "@microsoft/fetch-event-source": "^2.0.1",
  14. "@mui/joy": "^5.0.0-alpha.75",
  15. "@reduxjs/toolkit": "^1.8.1",
  16. "axios": "^0.27.2",
  17. "classnames": "^2.3.2",
  18. "copy-to-clipboard": "^3.3.2",
  19. "highlight.js": "^11.6.0",
  20. "i18next": "^21.9.2",
  21. "i18next-browser-languagedetector": "^7.0.1",
  22. "lodash-es": "^4.17.21",
  23. "lucide-react": "^0.105.0",
  24. "qrcode.react": "^3.1.0",
  25. "react": "^18.2.0",
  26. "react-dom": "^18.2.0",
  27. "react-hot-toast": "^2.4.0",
  28. "react-i18next": "^11.18.6",
  29. "react-redux": "^8.0.1",
  30. "react-router-dom": "^6.8.2",
  31. "react-use": "^17.4.0",
  32. "semver": "^7.3.8",
  33. "tailwindcss": "^3.2.4",
  34. "uuid": "^9.0.0",
  35. "zustand": "^4.3.6"
  36. },
  37. "devDependencies": {
  38. "@types/lodash-es": "^4.17.5",
  39. "@types/node": "^18.0.3",
  40. "@types/qs": "^6.9.7",
  41. "@types/react": "^18.0.26",
  42. "@types/react-dom": "^18.0.10",
  43. "@types/semver": "^7.3.13",
  44. "@types/uuid": "^9.0.2",
  45. "@typescript-eslint/eslint-plugin": "^5.6.0",
  46. "@typescript-eslint/parser": "^5.6.0",
  47. "@vitejs/plugin-react-swc": "^3.3.0",
  48. "autoprefixer": "^10.4.2",
  49. "eslint": "^8.4.1",
  50. "eslint-config-prettier": "^8.6.0",
  51. "eslint-plugin-prettier": "^4.2.1",
  52. "eslint-plugin-react": "^7.27.1",
  53. "less": "^4.1.1",
  54. "postcss": "^8.4.21",
  55. "prettier": "2.5.1",
  56. "terser": "^5.16.1",
  57. "typescript": "^5.0.4",
  58. "vite": "^4.2.1"
  59. }
  60. }