加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.25 KB
一键复制 编辑 原始数据 按行查看 历史
tangdou369098655 提交于 2019-08-16 23:49 . 新增提交页面
{
"name": "myng01",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "npm run color-less && ng s -o",
"build": "npm run color-less && node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod",
"test": "ng test",
"lint": "npm run lint:ts && npm run lint:style",
"e2e": "ng e2e",
"analyze": "npm run color-less && node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod --stats-json",
"test-coverage": "ng test --code-coverage --watch=false",
"color-less": "node scripts/color-less.js",
"icon": "ng g ng-alain:plugin icon",
"lint:ts": "tslint -c tslint.json \"src/**/*.ts\" --fix",
"lint:style": "stylelint \"src/**/*.less\" --syntax less --fix",
"lint-staged": "lint-staged",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"hmr": "ng serve -c=hmr"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.0",
"@angular/common": "~8.2.0",
"@angular/compiler": "~8.2.0",
"@angular/core": "~8.2.0",
"@angular/forms": "~8.2.0",
"@angular/platform-browser": "~8.2.0",
"@angular/platform-browser-dynamic": "~8.2.0",
"@angular/router": "~8.2.0",
"ng-alain": "^8.3.0",
"rxjs": "~6.4.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1",
"ng-zorro-antd": "^8.1.2",
"screenfull": "^4.2.1",
"ajv": "^6.10.2",
"@delon/abc": "^8.3.0",
"@delon/acl": "^8.3.0",
"@delon/auth": "^8.3.0",
"@delon/cache": "^8.3.0",
"@delon/form": "^8.3.0",
"@delon/mock": "^8.3.0",
"@delon/theme": "^8.3.0",
"@delon/util": "^8.3.0",
"@delon/chart": "^8.3.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.2",
"@angular/cli": "~8.2.2",
"@angular/compiler-cli": "~8.2.0",
"@angular/language-service": "~8.2.0",
"@types/node": "~8.9.4",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^5.0.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3",
"ng-alain": "^8.3.0",
"ng-alain-codelyzer": "^0.0.1",
"@delon/testing": "^8.3.0",
"antd-theme-generator": "^1.1.7",
"less-bundle-promise": "^1.0.7",
"tslint-config-prettier": "^1.18.0",
"tslint-language-service": "^0.9.9",
"lint-staged": "^8.2.1",
"husky": "^3.0.0",
"prettier": "^1.18.2",
"prettier-stylelint": "^0.4.2",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^18.3.0",
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"stylelint-order": "^3.0.0",
"@angularclass/hmr": "^2.1.3"
},
"lint-staged": {
"linters": {
"src/**/*.ts": [
"npm run lint:ts",
"git add"
],
"src/**/*.less": [
"npm run lint:style",
"git add"
]
},
"ignore": [
"src/assets/*"
]
},
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化