1 Star 0 Fork 2

安卫国/fengdeng-storage-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.10 KB
一键复制 编辑 原始数据 按行查看 历史
fengxici 提交于 2021-06-15 22:23 . initial commit,first complete version
{
"name": "storage-web",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "npm run color-less && ng serve -o --proxy-config proxy.conf.json --port 4200 --host 0.0.0.0",
"build": "npm run ng-high-memory build -- --prod",
"test": "ng test",
"lint": "npm run lint:ts && npm run lint:style",
"e2e": "ng e2e",
"ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"hmr": "ng s -o --hmr",
"analyze": "npm run ng-high-memory build -- --prod --source-map",
"analyze:view": "source-map-explorer dist/**/*.js",
"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",
"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"
},
"private": true,
"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",
"@auth0/angular-jwt": "^5.0.2",
"@delon/abc": "^11.0.2",
"@delon/acl": "^11.0.2",
"@delon/auth": "^11.0.2",
"@delon/cache": "^11.0.2",
"@delon/chart": "^11.0.2",
"@delon/form": "^11.0.2",
"@delon/mock": "^11.0.2",
"@delon/theme": "^11.0.2",
"@delon/util": "^11.0.2",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"ajv": "^6.12.6",
"ng-alain": "^11.0.2",
"ng-zorro-antd": "^11.0.0",
"rxjs": "~6.6.0",
"screenfull": "^5.0.2",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1100.5",
"@angular/cli": "~11.0.5",
"@angular/compiler-cli": "~11.0.5",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"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": "~2.0.3",
"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",
"ng-alain": "^11.0.2",
"ng-alain-codelyzer": "^0.0.1",
"ng-alain-plugin-theme": "^11.0.1",
"source-map-explorer": "^2.5.1",
"@delon/testing": "^11.0.2",
"tslint-config-prettier": "^1.18.0",
"pretty-quick": "^3.1.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",
"nz-tslint-rules": "^0.901.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/wanfengluoye/fengdeng-storage-web.git
[email protected]:wanfengluoye/fengdeng-storage-web.git
wanfengluoye
fengdeng-storage-web
fengdeng-storage-web
master

搜索帮助