memos/web/package.json

86 lines
2.6 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",
2024-10-25 21:55:00 +08:00
"@radix-ui/react-popover": "^1.1.2",
"@reduxjs/toolkit": "^2.3.0",
2024-10-30 20:19:08 +08:00
"@usememos/mui": "0.0.1-alpha.24",
"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.7",
2024-02-24 11:02:46 +08:00
"fuse.js": "^7.0.0",
"highlight.js": "^11.10.0",
2024-10-25 21:55:00 +08:00
"i18next": "^23.16.3",
"katex": "^0.16.11",
2024-09-26 00:03:17 +08:00
"leaflet": "^1.9.4",
2022-02-06 00:13:15 +08:00
"lodash-es": "^4.17.21",
2024-10-25 21:55:00 +08:00
"lucide-react": "^0.453.0",
"mermaid": "^11.3.0",
2024-04-30 22:27:20 +08:00
"react": "^18.3.1",
"react-datepicker": "^7.5.0",
2024-04-30 22:27:20 +08:00
"react-dom": "^18.3.1",
2024-10-25 21:55:00 +08:00
"react-force-graph-2d": "^1.25.7",
2023-08-27 16:08:39 +08:00
"react-hot-toast": "^2.4.1",
2024-10-25 21:55:00 +08:00
"react-i18next": "^15.1.0",
2024-09-26 00:03:17 +08:00
"react-leaflet": "^4.2.1",
"react-redux": "^9.1.2",
2024-10-25 21:55:00 +08:00
"react-router-dom": "^6.27.0",
2024-07-31 23:51:00 +08:00
"react-use": "^17.5.1",
2024-10-25 21:55:00 +08:00
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"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": {
"@bufbuild/buf": "^1.46.0",
"@bufbuild/protobuf": "^2.2.2",
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",
2024-10-25 21:55:00 +08:00
"@types/leaflet": "^1.9.14",
2023-12-23 09:47:43 +08:00
"@types/lodash-es": "^4.17.12",
2024-10-25 21:55:00 +08:00
"@types/node": "^22.8.0",
2024-09-21 17:36:53 +08:00
"@types/qs": "^6.9.16",
2024-10-25 21:55:00 +08:00
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
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",
2024-10-25 21:55:00 +08:00
"@vitejs/plugin-react": "^4.3.3",
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-10-25 21:55:00 +08:00
"eslint-plugin-react": "^7.37.2",
2023-08-27 16:08:39 +08:00
"less": "^4.2.0",
2024-01-27 20:20:36 +08:00
"long": "^5.2.3",
"nice-grpc-web": "^3.3.5",
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",
2024-10-25 21:55:00 +08:00
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
2021-12-08 23:43:52 +08:00
}