1 Star 0 Fork 0

寒月笑天/ng-alain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.53 KB
一键复制 编辑 原始数据 按行查看 历史
卡色 提交于 2021-01-13 03:17 . release(11.2.0): release 11.2.0 (#1909)
{
"name": "ng-alain",
"version": "11.2.0",
"description": "ng-zorro-antd admin panel front-end framework",
"author": "cipchk <cipchk@qq.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/ng-alain/ng-alain.git"
},
"bugs": {
"url": "https://github.com/ng-alain/ng-alain/issues"
},
"homepage": "https://ng-alain.com",
"license": "MIT",
"keywords": [
"delon",
"antd",
"ng-zorro-antd",
"angular",
"component",
"scaffold"
],
"scripts": {
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"ng": "ng",
"start": "ng s -o",
"hmr": "ng s -o --hmr",
"build": "npm run ng-high-memory build -- --prod",
"analyze": "npm run ng-high-memory build -- --prod --source-map",
"analyze:view": "source-map-explorer dist/**/*.js",
"lint": "npm run lint:ts && npm run lint:style",
"lint:ts": "ng lint --fix",
"lint:style": "stylelint \"src/**/*.less\" --syntax less --fix",
"pretty-quick": "pretty-quick",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"e2e": "ng e2e",
"test": "ng test --watch",
"test-coverage": "ng test --code-coverage --watch=false",
"color-less": "ng-alain-plugin-theme -t=colorLess",
"theme": "ng-alain-plugin-theme -t=themeCss",
"icon": "ng g ng-alain:plugin icon"
},
"dependencies": {
"@angular/animations": "~11.0.5",
"@angular/common": "~11.0.5",
"@angular/compiler": "~11.0.5",
"@angular/core": "~11.0.5",
"@angular/forms": "~11.0.5",
"@angular/platform-browser": "~11.0.5",
"@angular/platform-browser-dynamic": "~11.0.5",
"@angular/router": "~11.0.5",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@delon/abc": "^11.2.0",
"@delon/acl": "^11.2.0",
"@delon/auth": "^11.2.0",
"@delon/cache": "^11.2.0",
"@delon/chart": "^11.2.0",
"@delon/form": "^11.2.0",
"@delon/mock": "^11.2.0",
"@delon/theme": "^11.2.0",
"@delon/util": "^11.2.0",
"ngx-tinymce": "^11.0.0",
"ngx-ueditor": "^11.0.0",
"screenfull": "^5.1.0",
"qrious": "^4.0.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.5",
"@angular/cli": "~11.0.5",
"@angular/compiler-cli": "~11.0.5",
"@angular/language-service": "~11.0.2",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.2",
"codecov": "^3.7.0",
"tslint-config-prettier": "^1.18.0",
"husky": "^4.2.3",
"prettier": "^2.2.1",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-order": "^4.1.0",
"source-map-explorer": "^2.5.1",
"pretty-quick": "^3.1.0",
"@delon/testing": "^11.2.0",
"ng-alain": "^11.2.0",
"ng-alain-codelyzer": "^0.0.1",
"ng-alain-plugin-theme": "^11.0.1",
"nz-tslint-rules": "^0.901.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inlazy/ng-alain.git
git@gitee.com:inlazy/ng-alain.git
inlazy
ng-alain
ng-alain
master

搜索帮助