1 Star 0 Fork 0

江海寄余生/react-project-framework

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.json 1.34 KB
Copy Edit Raw Blame History
江海寄余生 authored 2024-05-14 10:14 +08:00 . init frameworkⅡ
{
"name": "blog-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"dev:mock": "vite --mode mock"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"antd": "^5.12.2",
"lodash": "^4.17.21",
"markdown-navbar": "^1.4.3",
"md-editor-rt": "^4.11.2",
"mockjs": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-markdown-editor-lite": "^1.3.4",
"react-quill": "^2.0.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@types/mockjs": "^1.0.8",
"@types/node": "^20.8.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"axios": "^1.5.1",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"less": "^4.2.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ABCSDSD_123456/react-project-framework.git
git@gitee.com:ABCSDSD_123456/react-project-framework.git
ABCSDSD_123456
react-project-framework
react-project-framework
master

Search