27 Star 145 Fork 30

ng-alain / ng-alain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.73 KB
一键复制 编辑 原始数据 按行查看 历史
卡色 提交于 2024-03-18 15:47 . release(17.3.1): release 17.3.1 (#2495)
{
"name": "ng-alain",
"version": "17.3.1",
"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",
"analyze": "npm run ng-high-memory build -- --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": "npx stylelint 'src/**/*.less'",
"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",
"prepare": "husky install",
"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",
"ng-zorro-antd": "^17.3.0",
"@delon/abc": "^17.3.1",
"@delon/acl": "^17.3.1",
"@delon/auth": "^17.3.1",
"@delon/cache": "^17.3.1",
"@delon/chart": "^17.3.1",
"@delon/form": "^17.3.1",
"@delon/mock": "^17.3.1",
"@delon/theme": "^17.3.1",
"@delon/util": "^17.3.1",
"ngx-tinymce": "^17.0.0",
"screenfull": "^6.0.2"
},
"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",
"@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",
"@angular/language-service": "^17.2.0",
"source-map-explorer": "^2.5.3",
"prettier": "^3.2.5",
"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",
"@delon/testing": "^17.3.1",
"ng-alain": "^17.3.1",
"ng-less-javascript-enabled-patch": "17.0.2",
"@types/jasminewd2": "~2.0.13",
"jasmine-spec-reporter": "^7.0.0",
"protractor": "~7.0.0",
"ts-node": "~10.9.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.2"
},
"lint-staged": {
"(src)/**/*.{html,ts}": [
"eslint --fix"
],
"(src)/**/*.less": [
"npm run lint:style"
]
}
}
TypeScript
1
https://gitee.com/ng-alain/ng-alain.git
git@gitee.com:ng-alain/ng-alain.git
ng-alain
ng-alain
ng-alain
master

搜索帮助