memos/web/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2021-12-08 23:43:52 +08:00
{
"name": "memos",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
2021-12-13 17:23:35 +08:00
"serve": "vite preview",
"lint": "eslint --ext .js,.ts,.tsx, src"
2021-12-08 23:43:52 +08:00
},
"dependencies": {
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",
"emoji-picker-react": "^3.6.2",
2022-09-19 22:27:50 +08:00
"i18next": "^21.9.2",
2022-02-06 00:13:15 +08:00
"lodash-es": "^4.17.21",
"qs": "^6.11.0",
2022-10-01 00:07:06 +08:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-07-30 00:29:20 +08:00
"react-feather": "^2.0.10",
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",
2022-09-26 21:40:37 +08:00
"react-router-dom": "^6.4.0"
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",
2022-10-01 00:07:06 +08:00
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
2021-12-13 17:23:35 +08:00
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
2022-07-14 19:33:20 +08:00
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.2",
2021-12-13 17:23:35 +08:00
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"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",
"tailwindcss": "^3.0.18",
2021-12-08 23:43:52 +08:00
"typescript": "^4.3.2",
2022-07-14 19:33:20 +08:00
"vite": "^3.0.0"
}
2021-12-08 23:43:52 +08:00
}