123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "memos",
- "scripts": {
- "dev": "vite",
- "build": "tsc && vite build",
- "lint": "eslint --ext .js,.ts,.tsx, src",
- "lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
- },
- "packageManager": "pnpm@8.6.1",
- "dependencies": {
- "@emotion/react": "^11.10.5",
- "@emotion/styled": "^11.10.5",
- "@microsoft/fetch-event-source": "^2.0.1",
- "@mui/joy": "^5.0.0-alpha.75",
- "@reduxjs/toolkit": "^1.8.1",
- "axios": "^0.27.2",
- "classnames": "^2.3.2",
- "copy-to-clipboard": "^3.3.2",
- "highlight.js": "^11.6.0",
- "i18next": "^21.9.2",
- "i18next-browser-languagedetector": "^7.0.1",
- "lodash-es": "^4.17.21",
- "lucide-react": "^0.105.0",
- "qrcode.react": "^3.1.0",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-hot-toast": "^2.4.0",
- "react-i18next": "^11.18.6",
- "react-redux": "^8.0.1",
- "react-router-dom": "^6.8.2",
- "react-use": "^17.4.0",
- "semver": "^7.3.8",
- "tailwindcss": "^3.2.4",
- "uuid": "^9.0.0",
- "zustand": "^4.3.6"
- },
- "devDependencies": {
- "@types/lodash-es": "^4.17.5",
- "@types/node": "^18.0.3",
- "@types/qs": "^6.9.7",
- "@types/react": "^18.0.26",
- "@types/react-dom": "^18.0.10",
- "@types/semver": "^7.3.13",
- "@types/uuid": "^9.0.2",
- "@typescript-eslint/eslint-plugin": "^5.6.0",
- "@typescript-eslint/parser": "^5.6.0",
- "@vitejs/plugin-react-swc": "^3.3.0",
- "autoprefixer": "^10.4.2",
- "eslint": "^8.4.1",
- "eslint-config-prettier": "^8.6.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-react": "^7.27.1",
- "less": "^4.1.1",
- "postcss": "^8.4.21",
- "prettier": "2.5.1",
- "terser": "^5.16.1",
- "typescript": "^5.0.4",
- "vite": "^4.2.1"
- }
- }
|