0 Star 1 Fork 8

openKylin-backup/katello

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
pengyuesheng 提交于 2020-11-20 08:59 . add the api of host batch
{
"name": "katello",
"version": "1.0.0",
"license": "GPL-2.0",
"scripts": {
"storybook": "cross-env NODE_ENV=storybook start-storybook -p 6007",
"storybook:deploy": "cross-env NODE_ENV=storybook storybook-to-ghpages",
"test": "npx jest webpack",
"test:watch": "npx jest webpack --watchAll",
"test:current": "npx jest webpack --watch",
"format": "prettier --single-quote --trailing-comma es5 --write 'webpack/**/*.js'",
"build": "npm run format && npm run lint",
"lint": "npx eslint webpack/",
"lint:fix": "npx eslint --fix webpack/",
"lint:test": "npm run lint && npm test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/katello/katello.git"
},
"bugs": {
"url": "https://projects.theforeman.org/projects/katello/issues"
},
"devDependencies": {
"@sheerun/mutationobserver-shim": "^0.3.3",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"@theforeman/builder": "^4.6.0",
"@theforeman/find-foreman": "^4.8.0",
"axios-mock-adapter": "^1.10.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.2.2",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.4.0",
"jest": "^24.9.0",
"nock": "^12.0.3",
"react-test-renderer": "^16.0.0"
},
"_comment": "We don't include @theforeman/vendor because it's assumed to be present in Foreman",
"dependencies": {
"angular": "1.7.9",
"bootstrap-select": "1.12.4",
"downshift": "^5.4.2",
"humanize-duration": "^3.24.0",
"ngreact": "^0.5.0",
"query-string": "^6.1.0",
"react-bootstrap": "^0.32.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/openkylin-backup/katello.git
git@gitee.com:openkylin-backup/katello.git
openkylin-backup
katello
katello
kylin-develop

搜索帮助