memos/web/package.json

69 lines
1.9 KiB
JSON
Raw Normal View History

2021-12-08 23:43:52 +08:00
{
"name": "memos",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --ext .js,.ts,.tsx, src",
2024-03-26 22:35:11 +08:00
"type-check": "tsc --noEmit",
2024-02-05 19:29:47 +08:00
"postinstall": "cd ../proto && buf generate"
2021-12-08 23:43:52 +08:00
},
"dependencies": {
2024-03-06 23:33:00 +08:00
"@emotion/react": "^11.11.4",
2024-04-10 23:19:59 +08:00
"@emotion/styled": "^11.11.5",
"@github/relative-time-element": "^4.4.0",
2024-01-04 20:05:29 +08:00
"@matejmazur/react-katex": "^3.1.3",
2024-03-20 21:32:06 +08:00
"@mui/joy": "5.0.0-beta.32",
"@reduxjs/toolkit": "^2.2.3",
2024-01-13 14:33:50 +08:00
"classnames": "^2.5.1",
2023-08-27 16:08:39 +08:00
"copy-to-clipboard": "^3.3.3",
2024-02-24 11:02:46 +08:00
"fuse.js": "^7.0.0",
2023-10-13 23:29:55 +08:00
"highlight.js": "^11.9.0",
"i18next": "^23.11.2",
2024-03-26 22:35:11 +08:00
"katex": "^0.16.10",
2022-02-06 00:13:15 +08:00
"lodash-es": "^4.17.21",
"lucide-react": "^0.368.0",
2024-03-06 23:33:00 +08:00
"mermaid": "^10.9.0",
2022-10-01 00:07:06 +08:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-08-27 16:08:39 +08:00
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.0",
"react-redux": "^9.1.1",
2024-03-20 21:32:06 +08:00
"react-router-dom": "^6.22.3",
2024-01-27 17:28:06 +08:00
"react-use": "^17.5.0",
2024-04-10 23:19:59 +08:00
"tailwindcss": "^3.4.3",
"textarea-caret": "^3.1.0",
2023-09-15 21:50:50 +08:00
"uuid": "^9.0.1",
2024-03-06 23:33:00 +08:00
"zustand": "^4.5.2"
2021-12-08 23:43:52 +08:00
},
"devDependencies": {
2024-04-10 23:19:59 +08:00
"@bufbuild/buf": "^1.30.1",
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-04-10 23:19:59 +08:00
"@types/node": "^20.12.7",
2024-04-16 21:28:40 +08:00
"@types/qs": "^6.9.15",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
2023-11-09 08:26:00 +08:00
"@types/textarea-caret": "^3.0.3",
2024-01-27 17:28:06 +08:00
"@types/uuid": "^9.0.8",
2024-04-16 21:28:40 +08:00
"@typescript-eslint/eslint-plugin": "^7.7.0",
2024-02-08 08:13:42 +08:00
"@typescript-eslint/parser": "^6.21.0",
2024-01-19 19:20:59 +08:00
"@vitejs/plugin-react": "^4.2.1",
2024-03-26 22:35:11 +08:00
"autoprefixer": "^10.4.19",
2024-03-06 23:33:00 +08:00
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
2024-01-27 17:28:06 +08:00
"eslint-plugin-prettier": "^5.1.3",
2024-03-20 21:32:06 +08:00
"eslint-plugin-react": "^7.34.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-03-20 21:32:06 +08:00
"nice-grpc-web": "^3.3.3",
2024-03-26 22:35:11 +08:00
"postcss": "^8.4.38",
2024-02-04 21:36:11 +08:00
"prettier": "^3.2.5",
2024-01-27 20:20:36 +08:00
"protobufjs": "^7.2.6",
2024-04-10 23:19:59 +08:00
"typescript": "^5.4.5",
2024-04-16 21:28:40 +08:00
"vite": "^5.2.9"
}
2021-12-08 23:43:52 +08:00
}