当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
118 Star 295 Fork 86

田较瘦 / we-vue
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
田较瘦 提交于 2019-09-23 18:23 . clear TODOs
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "lerna run serve --ignore docs --parallel --no-bail -- --colors",
"dev:docs": "lerna run dev --scope docs --stream -- --colors",
"lint": "lerna run lint --parallel -- --color",
"lint:fix": "lerna run lint --parallel -- --color --fix",
"test": "lerna run test --scope we-vue --stream",
"test:watch": "lerna run test:watch --scope we-vue --stream",
"test:coverage": "lerna run test:coverage --scope we-vue --stream",
"test:ci": "lerna run test:coverage --scope we-vue --stream -- --runInBand",
"test:demo": "lerna run test:e2e --scope demo --stream",
"release": "yarn --pure-lockfile && node scripts/release.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx,vue}": [
"eslint --fix",
"git add"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"babel-jest": "^24.8.0",
"commitizen": "^4.0.1",
"concurrently": "^4.0.1",
"conventional-changelog": "^3.0.5",
"conventional-changelog-cli": "^2.0.12",
"cz-conventional-changelog": "^3.0.1",
"eslint": "^6.4.0",
"eslint-config-standard": "^14.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"husky": "^3.0.0",
"inquirer": "^7.0.0",
"lerna": "^3.7.1",
"lint-staged": "^9.3.0",
"prettier": "^1.14.3",
"reflect-metadata": "^0.1.12",
"semver": "^6.0.0",
"shelljs": "^0.8.0",
"stylelint": "^11.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^19.0.0",
"tslint": "^5.16.0",
"typescript": "^3.4.3",
"typestrict": "^1.0.2",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.28.0",
"webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.1"
},
"resolutions": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-bridge.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.0.0"
}
}
JavaScript
1
https://gitee.com/tianyong/we-vue.git
git@gitee.com:tianyong/we-vue.git
tianyong
we-vue
we-vue
master

搜索帮助