memos/web/package.json

56 lines
1.5 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",
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
2021-12-08 23:43:52 +08:00
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/joy": "^5.0.0-alpha.67",
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",
2022-09-14 19:24:13 +08:00
"copy-to-clipboard": "^3.3.2",
2022-07-16 11:50:40 +08:00
"dayjs": "^1.11.3",
"highlight.js": "^11.6.0",
2022-09-19 22:27:50 +08:00
"i18next": "^21.9.2",
"i18next-browser-languagedetector": "^7.0.1",
2022-02-06 00:13:15 +08:00
"lodash-es": "^4.17.21",
"lucide-react": "^0.105.0",
"qrcode.react": "^3.1.0",
"qs": "^6.11.0",
2022-10-01 00:07:06 +08:00
"react": "^18.2.0",
"react-dom": "^18.2.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",
"react-use": "^17.4.0",
"semver": "^7.3.8",
"tailwindcss": "^3.2.4"
2021-12-08 23:43:52 +08:00
},
"devDependencies": {
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",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/semver": "^7.3.13",
2021-12-13 17:23:35 +08:00
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.2",
2021-12-13 17:23:35 +08:00
"eslint": "^8.4.1",
"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",
"postcss": "^8.4.5",
2021-12-13 17:23:35 +08:00
"prettier": "2.5.1",
2022-12-11 22:15:52 +08:00
"terser": "^5.16.1",
2021-12-08 23:43:52 +08:00
"typescript": "^4.3.2",
"vite": "^4.0.0"
}
2021-12-08 23:43:52 +08:00
}