加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.84 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ng-alain",
"version": "10.0.0-beta.3",
"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": "ng",
"start": "ng serve -o",
"hmr": "ng serve -c=hmr",
"build": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod",
"analyze": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod --stats-json",
"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": "~10.0.4",
"@angular/common": "~10.0.4",
"@angular/compiler": "~10.0.4",
"@angular/core": "~10.0.4",
"@angular/forms": "~10.0.4",
"@angular/platform-browser": "~10.0.4",
"@angular/platform-browser-dynamic": "~10.0.4",
"@angular/router": "~10.0.4",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3",
"@antv/data-set": "^0.11.4",
"@antv/g2": "^4.0.13",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"ajv": "^6.12.3",
"@delon/abc": "^10.0.0-beta.3",
"@delon/acl": "^10.0.0-beta.3",
"@delon/auth": "^10.0.0-beta.3",
"@delon/cache": "^10.0.0-beta.3",
"@delon/chart": "^10.0.0-beta.3",
"@delon/form": "^10.0.0-beta.3",
"@delon/mock": "^10.0.0-beta.3",
"@delon/theme": "^10.0.0-beta.3",
"@delon/util": "^10.0.0-beta.3",
"file-saver": "^2.0.2",
"ng-zorro-antd": "^10.0.0-beta.4",
"ngx-tinymce": "^10.0.0",
"ngx-ueditor": "^10.0.0",
"ngx-countdown": "^10.0.0",
"screenfull": "^5.0.2",
"qrious": "^4.0.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1000.3",
"@angular/cli": "~10.0.3",
"@angular/compiler-cli": "~10.0.4",
"@angular/language-service": "~10.0.4",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~3.9.5",
"@angularclass/hmr": "^2.1.3",
"@types/jszip": "^3.4.1",
"@types/mockjs": "^1.0.2",
"codecov": "^3.7.0",
"tslint-config-prettier": "^1.18.0",
"husky": "^4.2.3",
"mockjs": "^1.1.0",
"prettier": "^2.0.5",
"stylelint": "^13.3.1",
"stylelint-config-prettier": "^8.0.1",
"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.0.0",
"webpack-bundle-analyzer": "^3.6.1",
"xlsx": "^0.16.4",
"pretty-quick": "^2.0.1",
"@delon/testing": "^10.0.0-beta.3",
"ng-alain": "^10.0.0-beta.3",
"ng-alain-codelyzer": "^0.0.1",
"ng-alain-plugin-theme": "^10.0.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化