1 Star 0 Fork 29

xiaoyangyangly/react-article-admin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
escook 提交于 2024-01-25 13:47 . update package.json.
{
"name": "article-admin-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"antd": "^5.12.2",
"await-to-js": "^3.0.0",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"immer": "^10.0.3",
"localforage": "^1.10.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.21.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/qs": "^6.9.11",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"less": "^4.2.0",
"rollup-plugin-external-globals": "^0.9.1",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.0.2",
"vite": "^5.0.8",
"vite-plugin-html": "^3.2.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LIYANG_e326/react-article-admin-template.git
git@gitee.com:LIYANG_e326/react-article-admin-template.git
LIYANG_e326
react-article-admin-template
react-article-admin-template
master

搜索帮助