1 Star 0 Fork 0

Cesar Lai/react-shop-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.56 KB
一键复制 编辑 原始数据 按行查看 历史
Cesar Lai 提交于 2021-10-14 22:08 . feat: change project info
{
"name": "react-shop-app",
"version": "0.1.0",
"private": true,
"description": "A shop web app sample.",
"author": "Cesar Lai",
"license": "MIT",
"homepage": ".",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"commit": "git-cz"
},
"dependencies": {
"@ant-design/icons": "^4.6.3",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"core-js": "^3.16.2",
"crypto-js": "^4.1.1",
"moment": "^2.29.1",
"next": "11.1.0",
"next-compose-plugins": "^2.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-images": "^1.2.0-beta.7",
"react-markdown": "^7.0.0",
"react-motion": "^0.5.2",
"react-redux": "^7.2.4",
"redux": "^4.1.1",
"redux-actions": "^2.6.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sass": "^1.38.1"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/classnames": "^2.3.1",
"@types/crypto-js": "^4.0.2",
"@types/node": "^16.7.1",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"@types/redux-actions": "^2.6.2",
"@types/redux-devtools-extension": "^2.13.2",
"@types/redux-logger": "^3.0.9",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"commitizen": "^4.2.4",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-order": "^4.1.0",
"typescript": "^4.3.5"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && ls-lint",
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*{.js,.jsx,.ts,.tsx}": [
"eslint --fix",
"prettier --write",
"git add"
],
"*{.css,.scss}": [
"stylelint --fix",
"prettier --write",
"git add"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/CesarLai/react-shop-app.git
git@gitee.com:CesarLai/react-shop-app.git
CesarLai
react-shop-app
react-shop-app
main

搜索帮助