2021-12-08 23:43:52 +08:00
|
|
|
{
|
|
|
|
"name": "memos",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
2023-03-02 10:05:15 +08:00
|
|
|
"lint": "eslint --ext .js,.ts,.tsx, src",
|
|
|
|
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
|
2021-12-08 23:43:52 +08:00
|
|
|
},
|
2023-06-15 22:35:41 +08:00
|
|
|
"packageManager": "pnpm@8.6.1",
|
2021-12-08 23:43:52 +08:00
|
|
|
"dependencies": {
|
2023-08-02 20:20:34 +08:00
|
|
|
"@emotion/react": "^11.11.1",
|
|
|
|
"@emotion/styled": "^11.11.0",
|
2023-07-14 13:09:21 +08:00
|
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
2023-08-02 20:20:34 +08:00
|
|
|
"@mui/joy": "5.0.0-beta.0",
|
2023-07-31 22:26:45 +08:00
|
|
|
"@mui/material": "^5.14.2",
|
|
|
|
"@mui/styled-engine-sc": "^5.12.0",
|
2022-05-21 12:21:06 +08:00
|
|
|
"@reduxjs/toolkit": "^1.8.1",
|
2022-05-22 12:02:58 +08:00
|
|
|
"axios": "^0.27.2",
|
2023-07-15 22:57:57 +08:00
|
|
|
"classnames": "^2.3.2",
|
2022-09-14 19:24:13 +08:00
|
|
|
"copy-to-clipboard": "^3.3.2",
|
2022-10-14 22:29:28 +08:00
|
|
|
"highlight.js": "^11.6.0",
|
2022-09-19 22:27:50 +08:00
|
|
|
"i18next": "^21.9.2",
|
2023-03-05 23:45:33 +08:00
|
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
2022-02-06 00:13:15 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2023-07-29 18:57:09 +08:00
|
|
|
"lucide-react": "^0.263.0",
|
2023-01-18 18:49:48 +08:00
|
|
|
"qrcode.react": "^3.1.0",
|
2022-10-01 00:07:06 +08:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-03-09 08:54:14 +08:00
|
|
|
"react-hot-toast": "^2.4.0",
|
2022-09-19 22:27:50 +08:00
|
|
|
"react-i18next": "^11.18.6",
|
2022-09-16 22:48:41 +08:00
|
|
|
"react-redux": "^8.0.1",
|
2023-03-07 09:24:31 +08:00
|
|
|
"react-router-dom": "^6.8.2",
|
2023-03-08 09:00:10 +08:00
|
|
|
"react-use": "^17.4.0",
|
2023-01-07 13:58:42 +08:00
|
|
|
"semver": "^7.3.8",
|
2023-03-18 22:07:14 +08:00
|
|
|
"tailwindcss": "^3.2.4",
|
2023-07-30 22:55:45 +08:00
|
|
|
"textarea-caret": "^3.1.0",
|
2023-07-14 13:09:21 +08:00
|
|
|
"uuid": "^9.0.0",
|
2023-03-18 22:07:14 +08:00
|
|
|
"zustand": "^4.3.6"
|
2021-12-08 23:43:52 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-31 22:26:45 +08:00
|
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
|
2022-02-06 00:13:15 +08:00
|
|
|
"@types/lodash-es": "^4.17.5",
|
2022-07-10 09:02:56 +08:00
|
|
|
"@types/node": "^18.0.3",
|
2022-07-07 23:11:20 +08:00
|
|
|
"@types/qs": "^6.9.7",
|
2023-08-02 20:20:34 +08:00
|
|
|
"@types/react": "^18.2.18",
|
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-01-07 13:58:42 +08:00
|
|
|
"@types/semver": "^7.3.13",
|
2023-07-30 22:55:45 +08:00
|
|
|
"@types/textarea-caret": "^3.0.1",
|
2023-07-14 13:09:21 +08:00
|
|
|
"@types/uuid": "^9.0.2",
|
2021-12-13 17:23:35 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
|
|
"@typescript-eslint/parser": "^5.6.0",
|
2023-04-16 00:47:40 +08:00
|
|
|
"@vitejs/plugin-react-swc": "^3.3.0",
|
2022-01-31 19:16:01 +08:00
|
|
|
"autoprefixer": "^10.4.2",
|
2023-08-02 20:20:34 +08:00
|
|
|
"eslint": "^8.46.0",
|
2023-01-26 00:35:50 +08:00
|
|
|
"eslint-config-prettier": "^8.6.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2021-12-13 17:23:35 +08:00
|
|
|
"eslint-plugin-react": "^7.27.1",
|
2021-12-08 23:43:52 +08:00
|
|
|
"less": "^4.1.1",
|
2023-04-16 00:47:40 +08:00
|
|
|
"postcss": "^8.4.21",
|
2021-12-13 17:23:35 +08:00
|
|
|
"prettier": "2.5.1",
|
2022-12-11 22:15:52 +08:00
|
|
|
"terser": "^5.16.1",
|
2023-04-16 00:47:40 +08:00
|
|
|
"typescript": "^5.0.4",
|
|
|
|
"vite": "^4.2.1"
|
2022-06-19 11:32:49 +08:00
|
|
|
}
|
2021-12-08 23:43:52 +08:00
|
|
|
}
|