6 Star 12 Fork 0

Gitee 极速下载 / WarriorJS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/olistic/warriorjs
克隆/下载
package.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
Matías Olivera 提交于 2018-12-02 21:46 . Update dependencies (#248)
{
"private": true,
"workspaces": [
"packages/*",
"website"
],
"homepage": "https://warrior.js.org",
"repository": "https://github.com/olistic/warriorjs",
"scripts": {
"bootstrap": "lerna bootstrap",
"release": "yarn clean:build && yarn build && yarn test && lerna publish",
"build": "lerna run build --stream --ignore warriorjs-website",
"clean": "yarn clean:build & yarn clean:coverage & yarn clean:modules",
"clean:build": "rm -rf packages/*/lib",
"clean:coverage": "rm -rf coverage",
"clean:modules": "lerna clean --yes",
"lint": "eslint --cache packages/**/src",
"lint:fix": "yarn lint --fix",
"pretest": "yarn lint",
"test": "jest",
"test:coverage": "yarn test --coverage",
"test:watch": "yarn test --watch"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.2.0",
"jest": "^23.6.0",
"lerna": "^2.11.0",
"lint-staged": "^8.1.0",
"prettier": "1.15.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,css,md,yaml}": [
"prettier --write",
"git add"
]
}
}
JavaScript
1
https://gitee.com/mirrors/WarriorJS.git
git@gitee.com:mirrors/WarriorJS.git
mirrors
WarriorJS
WarriorJS
master

搜索帮助