1 Star 0 Fork 0

Archer/fe-workflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.45 KB
一键复制 编辑 原始数据 按行查看 历史
luoxue 提交于 2020-01-11 12:39 +08:00 . docs(readme): 本项目第三次革命
{
"name": "box",
"version": "1.0.9",
"private": true,
"description": "前端项目最佳实践集合",
"author": "jijiang",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "webpack-box dev",
"dev:dash": "webpack-dashboard -- webpack-box dev",
"build": "webpack-box build",
"dev:docker": "docker run -v \"$(PWD)\":/usr/src/webpack-box/ docker-webpack-box npm run dev",
"build:docker": "docker build -t docker-webpack-box .",
"info": "pk info",
"test": "jest --color --config jest.config.js",
"cr": "node tools/create-readme",
"cz": "npm run cr && npm run log && git add . && git cz",
"log": "conventional-changelog --config ./node_modules/vue-cli-plugin-commitlint/lib/log -i CHANGELOG.md -s -r 0"
},
"main": "index.js",
"devDependencies": {
"@babel/preset-typescript": "^7.7.7",
"@commitlint/config-conventional": "^8.2.0",
"@pkb/cli": "^1.2.10",
"@pkb/plugin-eslint": "^1.2.10",
"@pkb/plugin-react": "^1.2.13",
"@pkb/plugin-stylelint": "^1.2.10",
"@pkb/plugin-tslint": "^1.2.10",
"@pkb/webpack-box": "^1.2.13",
"@sentry/browser": "^5.11.0",
"babel-jest": "^24.9.0",
"commitizen": "^4.0.3",
"commitlint": "^8.2.0",
"conventional-changelog-cli": "^2.0.28",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-css-modules": "^2.1.0",
"lerna": "^3.15.0",
"lint-staged": "^9.5.0",
"react-test-renderer": "^16.12.0",
"vue-cli-plugin-commitlint": "^1.0.10"
},
"bugs": {
"url": "https://github.com/luoxue-victor/learn_webpack/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/vue-cli-plugin-commitlint/lib/cz"
}
},
"homepage": "https://github.com/luoxue-victor/learn_webpack#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"license": "ISC",
"lint-staged": {
"*.{vue,htm,html,css,sss,less,scss}": [
"webpack-box stylelint",
"git add"
],
"*.{ts,tsx}": [
"webpack-box tslint",
"git add"
],
"*.{js,jsx}": [
"webpack-box eslint",
"git add"
],
"packages/**/*.{js,jsx}": [
"webpack-box eslint",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/luoxue-victor/learn_webpack.git"
},
"sideEffects": true,
"dependencies": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kailong110120130/fe-workflow.git
[email protected]:kailong110120130/fe-workflow.git
kailong110120130
fe-workflow
fe-workflow
master

搜索帮助