代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/ng-zorro 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "ng-zorro-antd",
"version": "0.0.0-NOT-USED",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"engines": {
"node": ">=10.9.0"
},
"scripts": {
"start": "gulp start:dev",
"test": "ng test --watch=false --code-coverage",
"test:watch": "gulp test:watch --tags $tags",
"build": "gulp build:release",
"build:lib": "gulp build:library",
"doc": "gulp build:preview",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --pkg components/package.json && node ./scripts/site/replace-scope-prefix.js",
"format": "prettier --config ./.prettierrc --list-different \"component/**/*{.ts}\"",
"stage-release": "ts-node --project scripts/release/tsconfig.json scripts/release/release.ts",
"ng": "ng",
"gulp": "gulp",
"lint": "tslint -c tslint.json 'components/**/!(demo|testing)/!(polyfills).ts'",
"integration-cli": "npm run build:lib && cd integration/angular-cli && npm run integration",
"integration-rollup": "npm run build:lib&& cd integration/rollup && npm run integration",
"integration-webpack": "npm run build:lib && cd integration/webpack && npm run integration",
"integration": "npm run build:lib && bash ./integration-test.sh"
},
"dependencies": {
"@angular/cdk": "^8.0.0",
"@ant-design/icons-angular": "^8.0.2",
"date-fns": "^1.30.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.3",
"@angular-devkit/build-ng-packagr": "^0.800.1",
"@angular-devkit/core": "^8.2.0",
"@angular-devkit/schematics": "^8.2.0",
"@angular/animations": "^8.2.0",
"@angular/cli": "^8.2.0",
"@angular/common": "^8.2.0",
"@angular/compiler": "^8.2.0",
"@angular/compiler-cli": "^8.2.0",
"@angular/core": "^8.2.0",
"@angular/forms": "^8.2.0",
"@angular/language-service": "^8.2.0",
"@angular/platform-browser": "^8.2.0",
"@angular/platform-browser-dynamic": "^8.2.0",
"@angular/platform-server": "^8.2.0",
"@angular/pwa": "^0.800.1",
"@angular/router": "^8.2.0",
"@angular/service-worker": "^8.2.0",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-angular": "^8.0.0",
"@nguniversal/module-map-ngfactory-loader": "^8.1.1",
"@schematics/angular": "^8.0.1",
"@stackblitz/sdk": "^1.1.1",
"@types/fs-extra": "^7.0.0",
"@types/gulp": "^4.0.6",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/less": "^3.0.0",
"antd-theme-generator": "^1.1.7",
"chalk": "^2.4.1",
"classlist.js": "^1.1.20150312",
"clean-css": "~4.1.11",
"codecov": "^3.0.0",
"codelyzer": "~4.5.0",
"conventional-changelog-cli": "^2.0.1",
"core-js": "^2.5.4",
"detect-port": "^1.3.0",
"fs-extra": "^8.0.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"husky": "^1.0.1",
"jasmine-core": "^2.99.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-jasmine": "^1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-spec-reporter": "0.0.32",
"karma-viewport": "^1.0.4",
"less": "^3.9.0",
"less-plugin-clean-css": "^1.5.1",
"lint-staged": "^8.1.5",
"marked": "^0.6.2",
"minimist": "^1.2.0",
"ng-packagr": "^5.2.0",
"ngx-color": "^3.0.3",
"node-prismjs": "^0.1.1",
"prettier": "^1.16.4",
"prismjs": "^1.10.0",
"protractor": "~5.4.0",
"readline-sync": "^1.4.9",
"remark": "^10.0.1",
"resolve-bin": "^0.4.0",
"rxjs": "^6.5.2",
"sitemap": "^2.1.0",
"ts-node": "^7.0.0",
"tsickle": ">=0.34.0",
"tslib": "^1.9.0",
"tslint": "^5.11.0",
"typescript": "~3.5.3",
"webpack-bundle-analyzer": "^3.0.2",
"yaml-front-matter": "^4.0.0",
"zone.js": "^0.9.1"
},
"lint-staged": {
"components/**/*.ts": [
"./node_modules/.bin/prettier --write",
"git add"
],
"components/**/!(demo|testing)/!(polyfills).ts": [
"tslint -c tslint.json --fix",
"git add"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。