加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.95 KB
一键复制 编辑 原始数据 按行查看 历史
zhangxinya 提交于 2020-06-18 08:31 . first add
{
"name": "was",
"version": "0.0.1",
"private": true,
"scripts": {
"analyze": "npm run color-less && ng build was --prod --stats-json",
"build:prod": "npm run color-less && node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng build was --prod",
"color-less": "node scripts/color-less.js",
"e2e": "ng e2e was-e2e",
"hmr": "ng serve was -c=hmr",
"hmr:json-server": "ng serve was -c=hmr --proxy-config _mock/proxy.conf.json",
"icon": "ng g ng-alain:plugin icon",
"json-server": "ts-node _mock",
"lint": "npm run lint:ts && npm run lint:style",
"lint:ts": "ng lint was",
"lint:style": "stylelint \"src/**/*.less\"",
"lint-staged": "lint-staged",
"ng": "ng",
"pont:generate": "rimraf ./src/app/core/api && rimraf ./bin/Debug && pont generate",
"start": "npm run color-less && ng serve was",
"start:json-server": "npm run color-less && ng serve was --proxy-config _mock/proxy.conf.json",
"test": "ng test was",
"tslint-check": "tslint-config-prettier-check ./tslint.json"
},
"dependencies": {
"@angular-builders/custom-webpack": "8.2.0",
"@angular-devkit/build-angular": "0.803.14",
"@angular/animations": "8.2.12",
"@angular/cli": "8.3.3",
"@angular/common": "8.2.12",
"@angular/compiler": "8.2.12",
"@angular/compiler-cli": "8.2.12",
"@angular/core": "8.2.12",
"@angular/forms": "8.2.12",
"@angular/language-service": "8.2.5",
"@angular/platform-browser": "8.2.12",
"@angular/platform-browser-dynamic": "8.2.12",
"@angular/router": "8.2.12",
"@angularclass/hmr": "2.1.3",
"@antv/data-set": "0.10.2",
"@antv/g2": "3.5.3",
"@antv/g2-plugin-slider": "2.1.1",
"@delon/abc": "8.5.0",
"@delon/acl": "8.5.0",
"@delon/auth": "8.5.0",
"@delon/cache": "8.5.0",
"@delon/chart": "8.5.0",
"@delon/form": "8.5.0",
"@delon/theme": "8.5.0",
"@delon/util": "8.5.0",
"@kengic/fe-ng": "1.7.18",
"@ngrx/effects": "8.3.0",
"@ngrx/entity": "8.3.0",
"@ngrx/router-store": "8.3.0",
"@ngrx/schematics": "8.3.0",
"@ngrx/store": "8.3.0",
"@ngrx/store-devtools": "8.3.0",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@types/echarts": "4.1.11",
"@types/lodash": "4.14.149",
"@types/node": "12.7.4",
"@types/store": "2.0.2",
"ajv": "6.10.2",
"angular2-uuid": "1.1.1",
"antd-theme-generator": "1.1.7",
"chalk": "2.4.2",
"classlist.js": "^1.1.20150312",
"core-js": "^2.5.7",
"echarts": "4.2.1",
"essence-ng2-print": "^1.1.0",
"less-bundle-promise": "1.0.7",
"lodash": "4.17.15",
"lodash-decorators": "6.0.1",
"ng-alain": "8.5.0",
"ng-packagr": "5.7.0",
"ng-zorro-antd": "8.5.2",
"ngx-echarts": "4.2.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"screenfull": "4.2.1",
"store": "2.0.12",
"ts-node": "7.0.1",
"tsickle": "0.35.0",
"tslib": "1.10.0",
"typescript": "3.5.3",
"viser-ng": "2.5.0",
"web-animations-js": "^2.3.2",
"xlsx": "0.12.13",
"xlsx-style": "0.8.13",
"zone.js": "0.10.2"
},
"devDependencies": {
"@delon/testing": "8.5.0",
"@kengic/pont-engine": "1.0.9",
"@types/jasmine": "2.8.16",
"@types/jasminewd2": "2.0.6",
"@types/jquery": "^3.3.31",
"@types/json-server": "0.14.1",
"codelyzer": "5.1.0",
"husky": "1.3.1",
"jasmine-core": "2.99.1",
"jasmine-spec-reporter": "4.2.1",
"json-server": "0.14.2",
"karma": "4.3.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "2.1.0",
"karma-jasmine": "1.1.2",
"karma-jasmine-html-reporter": "0.2.2",
"lint-staged": "8.2.1",
"ng-alain-codelyzer": "0.0.1",
"prettier": "1.18.2",
"prettier-stylelint": "0.4.2",
"protractor": "5.4.2",
"puppeteer": "1.19.0",
"rimraf": "2.7.1",
"stylelint": "10.1.0",
"stylelint-config-standard": "18.3.0",
"tslint": "5.19.0",
"tslint-config-prettier": "1.18.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化