加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.32 KB
一键复制 编辑 原始数据 按行查看 历史
WindDancer 提交于 2021-08-02 07:03 . ci: 部署到github pages的配置
{
"name": "fake-jira",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.1",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@welldone-software/why-did-you-render": "^6.1.1",
"antd": "^4.15.1",
"craco-less": "^1.17.1",
"dayjs": "^1.10.4",
"history": "^5.0.0",
"jira-dev-tool": "^1.6.59",
"qs": "^6.10.1",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-query": "^3.13.10",
"react-router": "^6.0.0-beta.0",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "4.0.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"json-server": "json-server __json-server-mock__/db.json --watch --port 3001 --middlewares ./__json-server-mock__/middleware.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d build -r https://github.com/WindDancerUBI/WindDancerUBI.github.io.git -b main"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"prettier"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/qs": "^6.9.6",
"@types/react-beautiful-dnd": "^13.1.1",
"@types/react-helmet": "^6.1.1",
"eslint-config-prettier": "^8.1.0",
"gh-pages": "^3.2.3",
"husky": "=4",
"json-server": "^0.16.3",
"lint-staged": ">=10",
"prettier": "2.2.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,css,md,ts,tsx}": "prettier --write"
},
"msw": {
"workerDirectory": "public"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化