1 Star 0 Fork 1

不若吃茶去 / react-keepAlive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.10 KB
一键复制 编辑 原始数据 按行查看 历史
tangzh 提交于 2021-12-14 17:44 . style: active -> activeName
{
"name": "react-keepAlive",
"version": "0.0.1",
"private": true,
"description": "react17 + antd4 ",
"author": "antes",
"scripts": {
"createApi": "npx pont generate && npm run lint",
"prepare": "husky install",
"lint": "eslint src --fix --ext .ts,.tsx",
"dev": "vite -m development",
"build:beta": "vite build -m beta",
"build": "vite build -m production",
"preview": "vite preview",
"changelog": "auto-changelog -p"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"antd": "^4.17.2",
"core-js": "^3.8.1",
"ramda": "^0.27.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router": "^6.0.0",
"react-router-dom": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime-corejs3": "^7.12.5",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/file-saver": "^2.0.3",
"@types/jest": "^26.0.4",
"@types/node": "^14.14.12",
"@types/postcss-flexbugs-fixes": "^4.2.1",
"@types/postcss-preset-env": "^6.7.2",
"@types/ramda": "^0.27.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.3.0",
"@vitejs/plugin-legacy": "^1.5.1",
"@vitejs/plugin-react": "^1.1.0",
"auto-changelog": "^2.3.0",
"autoprefixer": "^9.8.6",
"babel-core": "^6.26.3",
"babel-preset-react": "^6.24.1",
"commitlint": "^12.1.4",
"cross-env": "^7.0.3",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^7.0.1",
"less": "^4.1.1",
"lint-staged": "^11.0.1",
"node-sass": "^4.14.1",
"postcss": "^8.3.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.5.0",
"sass": "^1.35.2",
"typescript": "^4.4.5",
"typescript-plugin-css-modules": "^3.4.0",
"vite": "2",
"vite-plugin-html": "^2.0.7",
"vite-plugin-style-import": "^1.1.0",
"vite-plugin-svgr": "^0.3.0"
},
"engines": {
"node": ">=10.0.0"
},
"auto-changelog": {
"output": "HISTORY.md",
"template": "keepachangelog.template",
"unreleased": true,
"commitLimit": false
},
"lint-staged": {
"*.{tsx,ts,js}": [
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"sideEffects": [
"*.css",
"*.sass",
"*.scss"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/qianyeyixi-qianyeyixi/react-keepAlive.git
git@gitee.com:qianyeyixi-qianyeyixi/react-keepAlive.git
qianyeyixi-qianyeyixi
react-keepAlive
react-keepAlive
main

搜索帮助