package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "memos",
  3. "scripts": {
  4. "dev": "vite",
  5. "build": "tsc && vite build",
  6. "lint": "eslint --ext .js,.ts,.tsx, src",
  7. "test": "jest --passWithNoTests"
  8. },
  9. "dependencies": {
  10. "@emotion/react": "^11.10.5",
  11. "@emotion/styled": "^11.10.5",
  12. "@mui/joy": "^5.0.0-alpha.56",
  13. "@reduxjs/toolkit": "^1.8.1",
  14. "axios": "^0.27.2",
  15. "copy-to-clipboard": "^3.3.2",
  16. "dayjs": "^1.11.3",
  17. "highlight.js": "^11.6.0",
  18. "i18next": "^21.9.2",
  19. "lodash-es": "^4.17.21",
  20. "qs": "^6.11.0",
  21. "react": "^18.2.0",
  22. "react-dom": "^18.2.0",
  23. "react-feather": "^2.0.10",
  24. "react-i18next": "^11.18.6",
  25. "react-redux": "^8.0.1",
  26. "react-router-dom": "^6.4.0",
  27. "tailwindcss": "^3.2.4"
  28. },
  29. "devDependencies": {
  30. "@jest/globals": "^29.1.2",
  31. "@types/lodash-es": "^4.17.5",
  32. "@types/node": "^18.0.3",
  33. "@types/qs": "^6.9.7",
  34. "@types/react": "^18.0.21",
  35. "@types/react-dom": "^18.0.6",
  36. "@typescript-eslint/eslint-plugin": "^5.6.0",
  37. "@typescript-eslint/parser": "^5.6.0",
  38. "@vitejs/plugin-legacy": "^3.0.1",
  39. "@vitejs/plugin-react-swc": "^3.0.0",
  40. "autoprefixer": "^10.4.2",
  41. "eslint": "^8.4.1",
  42. "eslint-config-prettier": "^8.3.0",
  43. "eslint-plugin-prettier": "^4.0.0",
  44. "eslint-plugin-react": "^7.27.1",
  45. "jest": "^29.1.2",
  46. "less": "^4.1.1",
  47. "lodash": "^4.17.21",
  48. "postcss": "^8.4.5",
  49. "prettier": "2.5.1",
  50. "terser": "^5.16.1",
  51. "ts-jest": "^29.0.3",
  52. "typescript": "^4.3.2",
  53. "vite": "^4.0.0"
  54. }
  55. }