bixi
Version:
企业级中后台前端解决方案
144 lines (143 loc) • 4.97 kB
JSON
{
"name": "bixi",
"version": "9.8.1",
"description": "企业级中后台前端解决方案",
"keywords": [
"bixi",
"antd",
"ng-zorro-antd",
"angular"
],
"author": "datagrand <it@datagrand.com>",
"license": "MIT",
"bugs": {
"url": "https://git.datagrand.com/frontend_utils/bixi/issues"
},
"repository": {
"type": "git",
"url": "git+https://git.datagrand.com/frontend_utils/bixi.git"
},
"homepage": "https://bixi.datagrand.com",
"scripts": {
"dev:clean": "rimraf src/app/routes/gen",
"dev:generate": "node scripts/site/main init",
"dev:watch": "nodemon -e md --exec 'yarn dev:generate'",
"dev": "(bash ./scripts/dev/watch.sh) & (bash ./scripts/dev/dev.sh)",
"lint:ts": "tslint -p tsconfig.json -c tslint.json 'packages/**/*.ts'",
"lint:style": "stylelint 'packages/**/*.less' --syntax less",
"lint": "yarn lint:ts && yarn lint:style",
"build": "node ./scripts/build/build.js",
"test:ci": "cross-env CI=true ng test --no-progress --browsers=ChromeHeadlessCI --code-coverage --no-watch",
"test": "ng test",
"analyze": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod --stats-json",
"site:gen": "node scripts/site/main init && node scripts/site/scripts/theme.js && node scripts/icons/scan.js",
"site:ge2": "node scripts/site2/main.js",
"site": "yarn run site:gen && ng s -o",
"theme": "node scripts/site/scripts/theme.js",
"site:build": "yarn site:gen && node scripts/build/build-no-lvy && node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --pkg package.json",
"publish:next": "node scripts/publish/publish.js next",
"publish": "node scripts/publish/publish.js",
"commit": "npx git-cz"
},
"dependencies": {
"@angular/animations": "9.1.12",
"@angular/common": "9.1.12",
"@angular/compiler": "9.1.12",
"@angular/core": "9.1.12",
"@angular/forms": "9.1.12",
"@angular/platform-browser": "9.1.12",
"@angular/platform-browser-dynamic": "9.1.12",
"@angular/router": "9.1.12",
"@ant-design/icons-angular": "9.0.1",
"@ngx-translate/core": "12.1.2",
"aos": "3.0.0-beta.6",
"bixi-label": "git+ssh://git@git.datagrand.com:58422/web/labeling-tools.git#v1.1.3",
"dayjs": "1.8.35",
"extend": "3.0.2",
"lodash.clonedeep": "^4.4.2",
"lodash.get": "^4.4.2",
"ng-zorro-antd": "9.3.0",
"rxjs": "6.6.2",
"tinycolor2": "^1.4.2",
"tslib": "1.10.0",
"url-pattern": "1.0.3",
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.901.6",
"@angular/cdk": "9.2.4",
"@angular/cli": "9.1.12",
"@angular/compiler-cli": "9.1.12",
"@angular/language-service": "9.1.12",
"@angularclass/hmr": "2.1.3",
"@sentry/browser": "5.22.3",
"@types/aos": "^3.0.2",
"@types/extend": "^3.0.1",
"@types/fs-extra": "^9.0.1",
"@types/htmlparser2": "^3.10.1",
"@types/jasmine": "^3.5.14",
"@types/jasminewd2": "^2.0.3",
"@types/jszip": "^3.1.6",
"@types/lodash": "^4.14.157",
"@types/lodash.clonedeep": "^4.4.6",
"@types/lodash.get": "^4.4.6",
"@types/node": "^8.9.4",
"@types/tinycolor2": "^1.4.2",
"chalk": "2.4.2",
"codecov": "3.6.1",
"codelyzer": "5.0.0",
"conventional-changelog-cli": "2.0.25",
"cross-env": "^7.0.2",
"fs-extra": "^9.0.1",
"git-cz": "^4.7.0",
"husky": "3.0.9",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.2",
"jsonml.js": "0.1.0",
"karma": "5.2.1",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"karma-junit-reporter": "2.0.1",
"karma-parallel": "0.3.1",
"karma-spec-reporter": "0.0.32",
"karma-summary-reporter": "1.8.0",
"karma-viewport": "1.0.7",
"klaw-sync": "6.0.0",
"less-plugin-clean-css": "1.5.1",
"less-plugin-npm-import": "^2.1.0",
"less-vars-to-js": "1.3.0",
"lint-staged": "8.2.1",
"mark-twain": "2.0.3",
"mustache": "3.1.0",
"ng-packagr": "9.1.3",
"nodemon": "2.0.4",
"prettier": "1.18.2",
"protractor": "5.4.0",
"readline-sync": "1.4.10",
"stylelint": "11.1.1",
"stylelint-config-prettier": "6.0.0",
"stylelint-config-rational-order": "0.1.2",
"stylelint-config-standard": "19.0.0",
"stylelint-declaration-block-no-ignored-properties": "2.1.0",
"stylelint-order": "3.1.1",
"ts-node": "8.10.2",
"tsickle": "0.35.0",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"tslint-language-service": "0.9.9",
"typescript": "3.8.3",
"webpack-bundle-analyzer": "3.6.0"
},
"lint-staged": {
"*.ts": "yarn lint:ts",
"packages/**/*.less": "yarn lint:style"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}