package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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.1",
  14. "@emotion/styled": "^11.11.0",
  15. "@matejmazur/react-katex": "^3.1.3",
  16. "@mui/joy": "5.0.0-beta.13",
  17. "@reduxjs/toolkit": "^1.9.7",
  18. "axios": "^1.6.1",
  19. "classnames": "^2.3.2",
  20. "copy-to-clipboard": "^3.3.3",
  21. "highlight.js": "^11.9.0",
  22. "i18next": "^21.10.0",
  23. "i18next-browser-languagedetector": "^7.1.0",
  24. "katex": "^0.16.9",
  25. "lodash-es": "^4.17.21",
  26. "long": "^5.2.3",
  27. "lucide-react": "^0.263.1",
  28. "nice-grpc-web": "^3.3.2",
  29. "protobufjs": "^7.2.5",
  30. "react": "^18.2.0",
  31. "react-dom": "^18.2.0",
  32. "react-hot-toast": "^2.4.1",
  33. "react-i18next": "^11.18.6",
  34. "react-redux": "^8.1.3",
  35. "react-router-dom": "^6.18.0",
  36. "react-use": "^17.4.0",
  37. "tailwindcss": "^3.3.5",
  38. "textarea-caret": "^3.1.0",
  39. "uuid": "^9.0.1",
  40. "zustand": "^4.4.6"
  41. },
  42. "devDependencies": {
  43. "@bufbuild/buf": "^1.27.2",
  44. "@trivago/prettier-plugin-sort-imports": "^3.4.0",
  45. "@types/katex": "^0.16.6",
  46. "@types/lodash-es": "^4.17.11",
  47. "@types/node": "^18.18.9",
  48. "@types/qs": "^6.9.10",
  49. "@types/react": "^18.2.37",
  50. "@types/react-dom": "^18.2.15",
  51. "@types/textarea-caret": "^3.0.3",
  52. "@types/uuid": "^9.0.7",
  53. "@typescript-eslint/eslint-plugin": "^6.10.0",
  54. "@typescript-eslint/parser": "^6.10.0",
  55. "@vitejs/plugin-react-swc": "^3.4.1",
  56. "autoprefixer": "^10.4.16",
  57. "eslint": "^8.53.0",
  58. "eslint-config-prettier": "^8.10.0",
  59. "eslint-plugin-prettier": "^4.2.1",
  60. "eslint-plugin-react": "^7.33.2",
  61. "less": "^4.2.0",
  62. "postcss": "^8.4.31",
  63. "prettier": "2.6.2",
  64. "terser": "^5.24.0",
  65. "typescript": "^5.2.2",
  66. "vite": "^4.5.0"
  67. }
  68. }