2 Star 0 Fork 0

MLCNCS/car_front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.23 KB
一键复制 编辑 原始数据 按行查看 历史
Wan Pengcheng 提交于 2019-04-17 21:27 . gohome
{
"name": "ng-alain",
"version": "0.1.3",
"description": "ng-zorro-antd admin panel front-end framework",
"author": "cipchk",
"homepage": "https://cipchk.github.io/ng-alain/",
"bugs": {
"url": "https://github.com/cipchk/ng-alain/issues"
},
"engines": {
"node": ">= 4.2.1",
"npm": ">= 3"
},
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json --host 0.0.0.0 --disable-host-check",
"serve:hmr": "ng serve --hmr -e=hmr",
"build": "ng build --prod --build-optimizer",
"lint": "ng lint",
"e2e": "ng e2e",
"test": "ng test -sr",
"test-coverage": "ng test -sr -cc",
"chore.build": "ng build --prod --build-optimizer --bh ./",
"chore.gh-pages": "run-s chore.build chore.deploy",
"chore.deploy": "gh-pages -d dist",
"chore.alain.pull": "git subtree pull --prefix=src/styles/alain alain master",
"chore.alain.push": "git subtree push --prefix=src/styles/alain alain master"
},
"dependencies": {
"@angular/animations": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"@delon/abc": "^0.8.0",
"@delon/acl": "^0.6.0",
"@delon/auth": "^0.8.0",
"@delon/cache": "^0.8.0",
"@delon/mock": "^0.8.0",
"@delon/theme": "^0.6.0",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "^2.0.0",
"angular-baidu-maps": "^1.0.1",
"angular-qq-maps": "^1.0.1",
"angular-tree-component": "^5.2.1",
"angular-web-storage": "^1.0.1",
"core-js": "^2.5.1",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"g2": "^2.3.12",
"g2-angular": "^1.0.2",
"moment": "^2.19.1",
"ng-tree-antd": "^2.2.2",
"ng-zorro-antd": "^0.6.5",
"ng-zorro-antd-extra": "^1.1.6",
"ng2-dnd": "^4.2.0",
"ng2-file-upload": "^1.2.1",
"ng2-img-cropper": "^0.9.0",
"ngx-color-picker": "^5.0.0",
"ngx-countdown": "^1.0.3",
"rxjs": "^5.5.2",
"screenfull": "^3.3.1",
"simple-line-icons": "^2.4.1",
"sweetalert2": "^7.0.0",
"weather-icons": "^1.3.2",
"xlsx": "^0.14.1",
"xml-js": "^1.6.11",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular/cli": "^1.5.2",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"@angularclass/hmr": "^2.1.3",
"@angularclass/hmr-loader": "^3.0.4",
"@types/jasmine": "~2.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/moment": "^2.13.0",
"@types/node": "~6.0.60",
"codecov": "^3.0.0",
"codelyzer": "~4.0.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-remap-istanbul": "^0.6.0",
"karma-sauce-launcher": "^1.2.0",
"npm-run-all": "^3.0.0",
"protractor": "^5.4.1",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "^2.0.0",
"webpack-bundle-analyzer": "^2.9.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/mlcncs/car_front.git
git@gitee.com:mlcncs/car_front.git
mlcncs
car_front
car_front
master

搜索帮助