memos/web/package.json

80 lines
2.4 KiB
JSON
Raw Normal View History

2021-12-08 23:43:52 +08:00
{
"name": "memos",
"scripts": {
"dev": "vite",
2024-09-21 17:54:51 +08:00
"build": "vite build",
2024-06-01 09:49:47 +08:00
"release": "vite build --mode release --outDir=../server/router/frontend/dist --emptyOutDir",
"lint": "eslint --ext .js,.ts,.tsx, src",
2024-09-21 17:54:51 +08:00
"type-check": "tsc --noEmit --skipLibCheck",
2024-02-05 19:29:47 +08:00
"postinstall": "cd ../proto && buf generate"
2021-12-08 23:43:52 +08:00
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
2024-08-22 23:38:11 +08:00
"@emotion/react": "^11.13.3",
2024-07-31 23:51:00 +08:00
"@emotion/styled": "^11.13.0",
2024-09-21 17:36:53 +08:00
"@github/relative-time-element": "^4.4.3",
2024-01-04 20:05:29 +08:00
"@matejmazur/react-katex": "^3.1.3",
"@mui/joy": "5.0.0-beta.48",
"@radix-ui/react-popover": "^1.1.1",
2024-07-31 23:51:00 +08:00
"@reduxjs/toolkit": "^2.2.7",
"class-variance-authority": "^0.7.0",
2024-04-28 00:58:40 +08:00
"clsx": "^2.1.1",
2023-08-27 16:08:39 +08:00
"copy-to-clipboard": "^3.3.3",
2024-08-22 23:38:11 +08:00
"dayjs": "^1.11.13",
"dompurify": "^3.1.6",
2024-02-24 11:02:46 +08:00
"fuse.js": "^7.0.0",
"highlight.js": "^11.10.0",
2024-09-21 17:36:53 +08:00
"i18next": "^23.15.1",
"katex": "^0.16.11",
2022-02-06 00:13:15 +08:00
"lodash-es": "^4.17.21",
"lucide-react": "^0.437.0",
"mermaid": "^10.9.1",
2024-04-30 22:27:20 +08:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
2023-08-27 16:08:39 +08:00
"react-hot-toast": "^2.4.1",
2024-09-21 17:36:53 +08:00
"react-i18next": "^15.0.2",
"react-redux": "^9.1.2",
2024-09-21 17:36:53 +08:00
"react-router-dom": "^6.26.2",
2024-07-31 23:51:00 +08:00
"react-use": "^17.5.1",
2024-08-22 23:38:11 +08:00
"tailwind-merge": "^2.5.2",
2024-09-21 17:36:53 +08:00
"tailwindcss": "^3.4.12",
"tailwindcss-animate": "^1.0.7",
"textarea-caret": "^3.1.0",
"uuid": "^10.0.0",
2024-08-22 23:38:11 +08:00
"zustand": "^4.5.5"
2021-12-08 23:43:52 +08:00
},
"devDependencies": {
2024-09-21 17:36:53 +08:00
"@bufbuild/buf": "^1.42.0",
2024-09-21 17:25:57 +08:00
"@bufbuild/protobuf": "^2.1.0",
2024-01-27 17:28:06 +08:00
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/d3": "^7.4.3",
"@types/dompurify": "^3.0.5",
2024-01-04 20:07:53 +08:00
"@types/katex": "^0.16.7",
2023-12-23 09:47:43 +08:00
"@types/lodash-es": "^4.17.12",
2024-09-21 17:36:53 +08:00
"@types/node": "^22.5.5",
"@types/qs": "^6.9.16",
"@types/react": "^18.3.8",
2024-04-30 22:27:20 +08:00
"@types/react-dom": "^18.3.0",
2023-11-09 08:26:00 +08:00
"@types/textarea-caret": "^3.0.3",
"@types/uuid": "^10.0.0",
2024-07-31 23:51:00 +08:00
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
2024-08-22 23:38:11 +08:00
"autoprefixer": "^10.4.20",
2024-09-21 17:36:53 +08:00
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
2024-09-21 17:36:53 +08:00
"eslint-plugin-react": "^7.36.1",
2023-08-27 16:08:39 +08:00
"less": "^4.2.0",
2024-01-27 20:20:36 +08:00
"long": "^5.2.3",
2024-07-31 23:51:00 +08:00
"nice-grpc-web": "^3.3.4",
2024-09-21 17:36:53 +08:00
"postcss": "^8.4.47",
"prettier": "^3.3.3",
2024-09-21 17:36:53 +08:00
"protobufjs": "^7.4.0",
"typescript": "^5.6.2",
"vite": "^5.4.7"
}
2021-12-08 23:43:52 +08:00
}