package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "memos",
  3. "scripts": {
  4. "dev": "vite",
  5. "build": "tsc && vite build",
  6. "lint": "eslint --ext .js,.ts,.tsx, src",
  7. "type-gen": "cd ../proto && buf generate",
  8. "type-check": "tsc"
  9. },
  10. "packageManager": "pnpm@8.7.0",
  11. "dependencies": {
  12. "@emotion/react": "^11.11.3",
  13. "@emotion/styled": "^11.11.0",
  14. "@matejmazur/react-katex": "^3.1.3",
  15. "@mui/joy": "5.0.0-beta.24",
  16. "@reduxjs/toolkit": "^1.9.7",
  17. "axios": "^1.6.7",
  18. "classnames": "^2.5.1",
  19. "copy-to-clipboard": "^3.3.3",
  20. "highlight.js": "^11.9.0",
  21. "i18next": "^21.10.0",
  22. "i18next-browser-languagedetector": "^7.2.0",
  23. "katex": "^0.16.9",
  24. "lodash-es": "^4.17.21",
  25. "lucide-react": "^0.309.0",
  26. "react": "^18.2.0",
  27. "react-dom": "^18.2.0",
  28. "react-hot-toast": "^2.4.1",
  29. "react-i18next": "^11.18.6",
  30. "react-redux": "^8.1.3",
  31. "react-router-dom": "^6.21.3",
  32. "react-use": "^17.5.0",
  33. "tailwindcss": "^3.4.1",
  34. "textarea-caret": "^3.1.0",
  35. "uuid": "^9.0.1",
  36. "zustand": "^4.5.0"
  37. },
  38. "devDependencies": {
  39. "@bufbuild/buf": "^1.29.0",
  40. "@trivago/prettier-plugin-sort-imports": "^4.3.0",
  41. "@types/katex": "^0.16.7",
  42. "@types/lodash-es": "^4.17.12",
  43. "@types/node": "^20.11.7",
  44. "@types/qs": "^6.9.11",
  45. "@types/react": "^18.2.48",
  46. "@types/react-dom": "^18.2.18",
  47. "@types/textarea-caret": "^3.0.3",
  48. "@types/uuid": "^9.0.8",
  49. "@typescript-eslint/eslint-plugin": "^6.19.1",
  50. "@typescript-eslint/parser": "^6.19.1",
  51. "@vitejs/plugin-react": "^4.2.1",
  52. "autoprefixer": "^10.4.17",
  53. "eslint": "^8.56.0",
  54. "eslint-config-prettier": "^8.10.0",
  55. "eslint-plugin-prettier": "^5.1.3",
  56. "eslint-plugin-react": "^7.33.2",
  57. "less": "^4.2.0",
  58. "long": "^5.2.3",
  59. "nice-grpc-web": "^3.3.2",
  60. "postcss": "^8.4.33",
  61. "prettier": "^3.2.4",
  62. "protobufjs": "^7.2.6",
  63. "typescript": "^5.3.3",
  64. "vite": "^5.0.12"
  65. },
  66. "resolutions": {
  67. "csstype": "3.1.2"
  68. }
  69. }