6 Star 34 Fork 8

ng-alain / delon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 6.57 KB
一键复制 编辑 原始数据 按行查看 历史
卡色 提交于 2024-03-18 15:47 . release(17.3.1): release 17.3.1 (#1789)
{
"name": "delon",
"version": "17.3.1",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
"delon",
"ng-alain",
"alain",
"antd",
"ng-zorro-antd",
"angular"
],
"author": "cipchk <cipchk@qq.com>",
"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.13.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": "bash scripts/ci/lint.sh -ts -less",
"lint:ts": "eslint --cache . --ext .ts,.html",
"lint:fix": "eslint --cache . --ext .ts,.html --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": "node scripts/site/main init && ng-alain-plugin-theme -t=themeCss && ng-alain-plugin-theme -t=colorLess",
"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": "conventional-changelog -p angular -i CHANGELOG.md -s --pkg package.json",
"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",
"postinstall": "ng-less-javascript-enabled-patch"
},
"dependencies": {
"@angular/animations": "^17.2.0",
"@angular/common": "^17.2.0",
"@angular/compiler": "^17.2.0",
"@angular/core": "^17.2.0",
"@angular/forms": "^17.2.0",
"@angular/platform-browser": "^17.2.0",
"@angular/platform-browser-dynamic": "^17.2.0",
"@angular/router": "^17.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3",
"@angular/service-worker": "^17.2.0",
"@angular/platform-server": "^17.2.0",
"@angular/ssr": "^17.2.0",
"express": "^4.18.3",
"@angular/elements": "^17.2.0",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.10",
"echarts": "^5.5.0",
"@stackblitz/sdk": "^1.9.0",
"codesandbox": "^2.2.3",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"extend": "^3.0.2",
"file-saver": "^2.0.5",
"ng-github-button": "^17.0.0",
"ng-zorro-antd": "^17.3.0",
"@angular/cdk": "^17.2.0",
"ngx-countdown": "^17.1.1",
"ngx-highlight-js": "^17.0.0",
"ngx-tinymce": "^17.0.0",
"qrious": "^4.0.2",
"@webcomponents/custom-elements": "^1.6.0",
"aos": "^3.0.0-beta.6",
"@ng-util/monaco-editor": "^17.0.1",
"isutf8": "^4.0.0",
"@github/hotkey": "^2.3.1",
"ng-antd-color-picker": "^1.1.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.1",
"@angular/cli": "^17.2.1",
"@angular/compiler-cli": "^17.2.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"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",
"typescript": "~5.3.2",
"jasmine": "^5.1.0",
"jasmine-spec-reporter": "^7.0.0",
"ts-node": "~10.9.2",
"@angular/language-service": "^17.2.0",
"@types/jasminewd2": "~2.0.13",
"karma-junit-reporter": "^2.0.1",
"karma-spec-reporter": "0.0.36",
"karma-viewport": "^1.0.9",
"@types/aos": "^3.0.7",
"@types/file-saver": "^2.0.7",
"@types/deep-extend": "^0.6.2",
"@types/extend": "^3.0.4",
"@types/mockjs": "^1.0.10",
"@types/parse5": "^7.0.0",
"karma-summary-reporter": "^4.0.1",
"karma-parallel": "^0.3.1",
"chalk": "^5.3.0",
"codecov": "^3.8.3",
"conventional-changelog-cli": "^4.1.0",
"fs-extra": "^11.2.0",
"@types/fs-extra": "^11.0.4",
"husky": "^8.0.3",
"jsonml.js": "^0.1.0",
"klaw-sync": "^6.0.0",
"less-vars-to-js": "^1.3.0",
"less-plugin-clean-css": "^1.5.1",
"less-plugin-npm-import": "^2.1.0",
"mark-twain": "^2.0.3",
"mockjs": "^1.1.0",
"mustache": "^4.2.0",
"ng-packagr": "^17.2.0",
"parse5": "^7.1.2",
"prettier": "^3.2.5",
"readline-sync": "^1.4.10",
"stream": "0.0.2",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-config-clean-order": "^5.4.1",
"source-map-explorer": "^2.5.3",
"xlsx": "^0.18.5",
"jszip": "^3.10.1",
"plyr": "^3.7.8",
"screenfull": "^6.0.2",
"less-bundle-promise": "^1.0.11",
"ng-alain-sts": "^0.0.2",
"ng-alain-plugin-theme": "^16.0.2",
"ng-less-javascript-enabled-patch": "17.0.2",
"tsconfig-paths": "^4.2.0",
"@types/express": "^4.17.21",
"@types/node": "^18.19.22",
"html-minifier-terser": "^7.2.0",
"terser": "^5.29.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-angular": "^18.6.1",
"@angular-eslint/builder": "^17.2.0",
"@angular-eslint/eslint-plugin": "^17.2.0",
"@angular-eslint/eslint-plugin-template": "^17.2.0",
"@angular-eslint/schematics": "^17.2.0",
"@angular-eslint/template-parser": "^17.2.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-jsdoc": "~48.0.6",
"eslint-plugin-prefer-arrow": "~1.2.3",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-deprecation": "~2.0.0",
"lint-staged": "^15.2.2",
"swagger-typescript-api": "^12.0.4",
"sitemap": "^7.1.1"
},
"lint-staged": {
"(schematics|scripts|packages)/**/!(tslint-rules|testing)/!(polyfills).{html,ts}": [
"eslint --fix"
],
"packages/**/*.less": [
"npm run lint:style"
]
},
"packageManager": "yarn@4.0.2"
}
TypeScript
1
https://gitee.com/ng-alain/delon.git
git@gitee.com:ng-alain/delon.git
ng-alain
delon
delon
master

搜索帮助