代码拉取完成,页面将自动刷新
{
"name": "delon",
"version": "19.0.1",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
"delon",
"ng-alain",
"alain",
"antd",
"ng-zorro-antd",
"angular"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-alain/ng-alain/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-alain/delon.git"
},
"homepage": "https://ng-alain.com",
"engines": {
"node": "^18.19.1 || ^20.11.1 || ^22.0.0"
},
"scripts": {
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"prepare": "husky install",
"start": "npm run site:gen && ng s -o --hmr",
"lint": "npm run lint:ts && npm run lint:style",
"lint:ts": "eslint --cache",
"lint:fix": "eslint --cache --fix",
"lint:style": "npx stylelint 'packages/**/*.less'",
"test": "ng test --no-progress --browsers=ChromeHeadlessCI --code-coverage --no-watch",
"test:cli": "bash scripts/ci/build-schematics.sh -t -clone",
"test:integration": "bash scripts/ci/build-schematics.sh -b -t -clone -integration",
"build": "bash scripts/ci/build.sh",
"build_artifacts": "bash scripts/ci/build-artifacts.sh",
"analyze": "npm run ng-high-memory build -- --source-map",
"analyze:view": "source-map-explorer src/dist/browser/*.js",
"site:gen": "tsx scripts/site/index init && ng-alain-plugin-theme -t=themeCss",
"site:build": "npm run site:gen && ng b site && npm run site:ngsw && npm run site:minify && npm run site:sitemap && npm run site:helper",
"site:helper": "bash scripts/ci/helper.sh",
"site:minify": "node scripts/build/minify.js",
"site:sitemap": "node scripts/build/sitemap.js",
"site:ngsw": "node scripts/build/ngsw.js",
"changelog": "npx conventional-changelog -p angular -i CHANGELOG.md --pkg package.json -s",
"pre-publish": "node scripts/publish/publish.js && node scripts/publish/publish-scaffold.js",
"publish:next": "bash scripts/publish/publish.sh -next",
"publish": "bash scripts/publish/publish.sh",
"sync-scaffold-version": "node scripts/publish/sync-scaffold-version.js"
},
"dependencies": {
"@angular/animations": "^19.1.0",
"@angular/cdk": "^19.1.0",
"@angular/common": "^19.1.0",
"@angular/compiler": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/elements": "^19.1.0",
"@angular/forms": "^19.1.0",
"@angular/platform-browser": "^19.1.0",
"@angular/platform-browser-dynamic": "^19.1.0",
"@angular/platform-server": "^19.1.0",
"@angular/router": "^19.1.0",
"@angular/service-worker": "^19.1.0",
"@angular/ssr": "^19.1.0",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.10",
"@github/hotkey": "^3.1.1",
"@ng-util/monaco-editor": "^19.0.0",
"@stackblitz/sdk": "^1.11.0",
"@webcomponents/custom-elements": "^1.6.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"aos": "^3.0.0-beta.6",
"codesandbox": "^2.2.3",
"echarts": "^5.6.0",
"express": "^4.21.2",
"extend": "^3.0.2",
"file-saver": "^2.0.5",
"isutf8": "^4.0.1",
"ng-github-button": "^19.0.0",
"ng-zorro-antd": "^19.0.2",
"ngx-countdown": "^19.0.0",
"ngx-highlight-js": "^19.0.0",
"ngx-tinymce": "^19.0.0",
"qrious": "^4.0.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.2",
"@angular/cli": "^19.1.2",
"@angular/compiler-cli": "^19.1.0",
"@angular/language-service": "^19.1.1",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-angular": "^19.7.0",
"@types/aos": "^3.0.7",
"@types/deep-extend": "^0.6.2",
"@types/express": "^5.0.0",
"@types/extend": "^3.0.4",
"@types/file-saver": "^2.0.7",
"@types/fs-extra": "^11.0.4",
"@types/jasmine": "~5.1.0",
"@types/jasminewd2": "~2.0.13",
"@types/mockjs": "^1.0.10",
"@types/node": "^18.19.1",
"@types/parse5": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"@typescript-eslint/utils": "^8.22.0",
"angular-eslint": "19.0.2",
"chalk": "^5.4.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-jsdoc": "~50.6.3",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-prettier": "~5.2.3",
"eslint-plugin-unused-imports": "^4.1.4",
"fs-extra": "^11.3.0",
"html-minifier-terser": "^7.2.0",
"husky": "^9.1.7",
"jasmine": "^5.5.0",
"jasmine-core": "~5.5.0",
"jasmine-spec-reporter": "^7.0.0",
"jsonml.js": "^0.1.0",
"jszip": "^3.10.1",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-parallel": "^0.3.1",
"karma-spec-reporter": "0.0.36",
"karma-summary-reporter": "^4.0.1",
"karma-viewport": "^1.0.9",
"klaw-sync": "^6.0.0",
"less-bundle-promise": "^1.0.11",
"less-plugin-clean-css": "^1.6.0",
"less-plugin-npm-import": "^2.1.0",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^15.4.3",
"mark-twain": "^2.0.3",
"mockjs": "^1.1.0",
"mustache": "^4.2.0",
"ng-alain-plugin-theme": "^18.0.0",
"ng-alain-sts": "^0.0.2",
"ng-packagr": "^19.1.2",
"parse5": "^7.2.1",
"plyr": "^3.7.8",
"prettier": "^3.4.2",
"readline-sync": "^1.4.10",
"screenfull": "^6.0.2",
"sitemap": "^8.0.0",
"source-map-explorer": "^2.5.3",
"stream": "0.0.3",
"stylelint": "^16.14.1",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"swagger-typescript-api": "^12.0.4",
"terser": "^5.37.0",
"tsx": "^4.19.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"xlsx": "^0.18.5"
},
"lint-staged": {
"(schematics|scripts|packages)/**/!(tslint-rules|testing)/!(polyfills).{html,ts}": [
"eslint --cache"
],
"packages/**/*.less": [
"npm run lint:style"
]
},
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。