1 Star 0 Fork 0

Bex/web_base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.74 KB
一键复制 编辑 原始数据 按行查看 历史
Bex 提交于 2024-07-22 10:58 . feat: add immer@9.0.21
{
"name": "web_base",
"version": "1.0.0",
"description": "前端模板",
"repository": {
"type": "git",
"url": "git+https://github.com/biugle/web_base.git"
},
"keywords": [
"web-base",
"web-template",
"web-app"
],
"author": "Leo <admin@biugle.cn>",
"publisher": "biugle",
"email": "hxbpandaoh@163.com",
"blog": "http://a.biugle.cn",
"license": "MIT",
"bugs": {
"url": "https://github.com/biugle/web_base/issues"
},
"homepage": "https://github.com/biugle/web_base/blob/main/README.md",
"scripts": {
"init": "npm i --ignore-scripts",
"git": "git init",
"husky": "npm run git && husky install && npm run add-husky-scripts && npm run replace-husky-scripts && npm run lint",
"prepare:按需使用(hooks)": "npm run husky",
"add-husky-scripts": "husky add .husky/pre-commit npm_s_run_s_update:hooks && husky add .husky/pre-commit npm_s_run_s_lint && husky add .husky/pre-commit npm_s_run_s_time && husky add .husky/pre-commit git_s_add_s_.",
"replace-husky-scripts": "xcmd replace-file-content .husky/pre-commit _s_ [space]",
"dev": "vite",
"build": "node -v && vite build",
"preview": "npm run build && vite preview --host",
"eslint": "eslint ./ --fix --ext .ts,.tsx,.js,.jsx,.vue",
"prettier": "prettier --write ./**/*.{ts,tsx,js,jsx,vue,html,css,scss,less}",
"lint": "npm run prettier && npm run eslint",
"lint-staged": "npx lint-staged",
"time": "xcmd update-time",
"clean": "npm cache clean --force && xcmd clean",
"update:hooks": "npm i js-xhttp js-xxx js-xcall && npm i js-xcmd -D"
},
"dependencies": {
"@abraham/reflection": "0.12.0",
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.16",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@reduxjs/toolkit": "^1.9.5",
"immer": "9.0.21",
"@sigi/core": "2.12.1",
"@sigi/devtool": "2.12.1",
"@sigi/di": "2.11.3",
"@sigi/react": "2.12.2",
"@sigi/ssr": "2.13.0",
"@sigi/types": "2.11.3",
"ahooks": "^3.8.0",
"antd": "^5.4.6",
"dayjs": "^1.11.11",
"js-xcall": "^1.3.1",
"js-xhttp": "^1.6.3",
"js-xxx": "^2.2.20",
"react": "^17.0.2",
"react-activation": "^0.12.4",
"react-dom": "^17.0.2",
"react-hook-form": "^7.52.0",
"react-redux": "^8.0.5",
"react-router-dom": "^5.3.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@types/node": "^18.16.1",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.1.13",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-spellcheck": "0.0.20",
"eslint-plugin-zob": "^0.4.0",
"husky": "^8.0.3",
"js-xcmd": "^1.5.8",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"terser": "^5.17.1",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-eslint": "^1.8.1"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,vue,html,css,scss,less}": [
"prettier --write",
"eslint --fix",
"git add ."
]
},
"engines": {
"packageManager": "npm@8.0.0",
"nodeVersion": "node>=14",
"react": "<18",
"pnpm": ">=6.20.0",
"git": ">=2.30.0"
},
"time": "8011281720062024"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/doubleam/web_base.git
git@gitee.com:doubleam/web_base.git
doubleam
web_base
web_base
main

搜索帮助