31 Star 89 Fork 23

Gitee 极速下载/ng-zorro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/NG-ZORRO/ng-zorro-antd
克隆/下载
package.json 5.07 KB
一键复制 编辑 原始数据 按行查看 历史
Laffery 提交于 2024-06-06 17:42 . chore(release): release 18.0.0 (#8568)
{
"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": "^18.19.1 || ^20.11.1 || ^22.0.0"
},
"scripts": {
"start": "cross-env NODE_ENV=development gulp start:dev",
"test": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI --code-coverage",
"test:watch": "gulp test:watch --tags",
"test:schematics": "gulp build:schematics && gulp test:schematics",
"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.js --list-different \\\"component/**/*{.ts}\\\"",
"stage-release": "ts-node --project scripts/release/tsconfig.json scripts/release/release.ts",
"ng": "ng",
"gulp": "gulp",
"lint": "npm run lint:script && npm run lint:style",
"lint:script": "eslint --cache . --ext .ts,.html",
"lint:style": "stylelint components/**/*.less",
"lint:fix": "npm run lint-fix:script && npm run lint-fix:style",
"lint-fix:script": "npm run lint:script -- --fix",
"lint-fix:style": "npm run lint:style -- --fix",
"pre-commit": "tsc -p components/tsconfig.json --noEmit && lint-staged",
"prepare": "husky install"
},
"dependencies": {
"@angular/cdk": "^18.0.1",
"@ant-design/icons-angular": "^18.0.0",
"date-fns": "^2.16.1",
"ngx-quicklink": "^0.4.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
"@angular-devkit/core": "^18.0.2",
"@angular-devkit/schematics": "^18.0.2",
"@angular-eslint/builder": "^18.0.1",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@angular-eslint/eslint-plugin-template": "^18.0.1",
"@angular-eslint/schematics": "^18.0.1",
"@angular-eslint/template-parser": "^18.0.1",
"@angular/animations": "^18.0.1",
"@angular/cli": "^18.0.2",
"@angular/common": "^18.0.1",
"@angular/compiler": "^18.0.1",
"@angular/compiler-cli": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/language-service": "^18.0.1",
"@angular/platform-browser": "^18.0.1",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/platform-server": "^18.0.1",
"@angular/router": "^18.0.1",
"@angular/service-worker": "^18.0.1",
"@angular/ssr": "^18.0.2",
"@commitlint/cli": "^13.0.0",
"@commitlint/config-angular": "^13.0.0",
"@ctrl/tinycolor": "^3.6.0",
"@schematics/angular": "^18.0.2",
"@stackblitz/sdk": "^1.5.2",
"@types/d3": "^6.2.0",
"@types/fs-extra": "^9.0.5",
"@types/gulp": "^4.0.7",
"@types/jasmine": "^5.0.0",
"@types/less": "^3.0.2",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^18.19.11",
"@types/parse5": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"chalk": "^4.1.0",
"codecov": "^3.8.1",
"codesandbox": "^2.2.1",
"conventional-changelog-cli": "^2.1.1",
"cron-parser": "^4.6.0",
"cross-env": "^7.0.3",
"d3": "^6.3.1",
"dagre": "^0.8.5",
"dagre-compound": "^0.0.8",
"detect-port": "^1.3.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-header": "~3.1.1",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-jsdoc": "~46.8.2",
"eslint-plugin-prefer-arrow": "~1.2.2",
"eslint-plugin-prettier": "~5.0.0",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"html-minifier-terser": "^5.1.1",
"husky": "^9.0.0",
"jasmine": "^5.0.0",
"jasmine-core": "^5.0.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^5.0.0",
"karma-jasmine-html-reporter": "^2.0.0",
"karma-junit-reporter": "^2.0.1",
"karma-spec-reporter": "^0.0.32",
"karma-viewport": "^1.0.7",
"less": "^4.1.0",
"less-plugin-clean-css": "^1.5.1",
"less-plugin-npm-import": "^2.1.0",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^15.0.0",
"lodash.debounce": "^4.0.8",
"marked": "^4.0.10",
"minimist": "^1.2.5",
"monaco-editor": "^0.33.0",
"ng-packagr": "~18.0.0",
"node-prismjs": "^0.1.2",
"parse5": "^6.0.1",
"postcss": "^8.2.4",
"prettier": "~3.1.0",
"prismjs": "^1.22.0",
"process": "^0.11.10",
"puppeteer": "^20.1.0",
"readline-sync": "^1.4.10",
"remark": "^13.0.0",
"resolve-bin": "^0.4.0",
"rxjs": "~7.8.1",
"sitemap": "^4.1.1",
"stylelint": "^14.9.0",
"stylelint-config-prettier": "^9.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"stylelint-order": "^5.0.0",
"terser": "^5.5.1",
"ts-node": "^10.9.1",
"tslib": "^2.0.3",
"typescript": "~5.4.5",
"yaml-front-matter": "^4.1.1",
"zone.js": "~0.14.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/ng-zorro.git
git@gitee.com:mirrors/ng-zorro.git
mirrors
ng-zorro
ng-zorro
master

搜索帮助