package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "type-gen": "cd ../proto && buf generate",
  9. "type-check": "tsc"
  10. },
  11. "packageManager": "pnpm@8.7.0",
  12. "dependencies": {
  13. "@emotion/react": "^11.11.3",
  14. "@emotion/styled": "^11.11.0",
  15. "@matejmazur/react-katex": "^3.1.3",
  16. "@mui/base": "5.0.0-beta.31",
  17. "@mui/joy": "5.0.0-beta.22",
  18. "@reduxjs/toolkit": "^1.9.7",
  19. "axios": "^1.6.5",
  20. "classnames": "^2.5.1",
  21. "copy-to-clipboard": "^3.3.3",
  22. "highlight.js": "^11.9.0",
  23. "i18next": "^21.10.0",
  24. "i18next-browser-languagedetector": "^7.2.0",
  25. "katex": "^0.16.9",
  26. "lodash-es": "^4.17.21",
  27. "long": "^5.2.3",
  28. "lucide-react": "^0.309.0",
  29. "nice-grpc-web": "^3.3.2",
  30. "protobufjs": "^7.2.5",
  31. "react": "^18.2.0",
  32. "react-dom": "^18.2.0",
  33. "react-hot-toast": "^2.4.1",
  34. "react-i18next": "^11.18.6",
  35. "react-redux": "^8.1.3",
  36. "react-router-dom": "^6.21.2",
  37. "react-use": "^17.4.2",
  38. "tailwindcss": "^3.4.1",
  39. "textarea-caret": "^3.1.0",
  40. "uuid": "^9.0.1",
  41. "zustand": "^4.4.7"
  42. },
  43. "devDependencies": {
  44. "@bufbuild/buf": "^1.28.1",
  45. "@trivago/prettier-plugin-sort-imports": "^3.4.0",
  46. "@types/katex": "^0.16.7",
  47. "@types/lodash-es": "^4.17.12",
  48. "@types/node": "^20.11.0",
  49. "@types/qs": "^6.9.11",
  50. "@types/react": "^18.2.47",
  51. "@types/react-dom": "^18.2.18",
  52. "@types/textarea-caret": "^3.0.3",
  53. "@types/uuid": "^9.0.7",
  54. "@typescript-eslint/eslint-plugin": "^6.18.1",
  55. "@typescript-eslint/parser": "^6.18.1",
  56. "@vitejs/plugin-react-swc": "^3.5.0",
  57. "autoprefixer": "^10.4.16",
  58. "eslint": "^8.56.0",
  59. "eslint-config-prettier": "^8.10.0",
  60. "eslint-plugin-prettier": "^4.2.1",
  61. "eslint-plugin-react": "^7.33.2",
  62. "less": "^4.2.0",
  63. "postcss": "^8.4.33",
  64. "prettier": "2.6.2",
  65. "typescript": "^5.3.3",
  66. "vite": "^5.0.11"
  67. },
  68. "resolutions": {
  69. "csstype": "3.1.2"
  70. }
  71. }