mirror of
https://github.com/usememos/memos.git
synced 2024-11-28 14:23:15 +03:00
5d3ea57d82
* feat: figure out how to read caret position * feat: figure out how to read caret position * feat: create and style Editor/TagSuggestions.txs * feat: progress on detect when to show and hide * feat: progress on when to show and hide and setting position * feat: toggling and exact placement done * fix: pnpm lock problems * feat: filter suggestions by partially typed tag name * style: prettier * chore: add types package for textarea-caret * feat: handle option click * style: prettier * style: reorder imports Co-authored-by: boojack <stevenlgtm@gmail.com> --------- Co-authored-by: boojack <stevenlgtm@gmail.com>
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"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.263.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",
|
|
"textarea-caret": "^3.1.0",
|
|
"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/textarea-caret": "^3.0.1",
|
|
"@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"
|
|
}
|
|
}
|