1 Star 0 Fork 157

阿U / erupt-web

forked from YuePeng / erupt-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.27 KB
一键复制 编辑 原始数据 按行查看 历史
YuePeng 提交于 2021-04-30 15:25 . 1、优化代码
{
"name": "erupt-web",
"version": "1.7.0",
"description": "",
"author": {
"name": "YuePeng",
"email": "erupts@126.com"
},
"homepage": "https://www.erupt.xyz",
"bugs": {
"url": ""
},
"license": "Apache License 2.0",
"keywords": [
"antd",
"ng-zorro-antd",
"alain",
"angular",
"component",
"scaffold",
"erupt",
"yuepeng"
],
"scripts": {
"ng": "ng",
"start": "npm run color-less && ng serve --port 4400 -o --host 127.0.0.1 --proxy-config proxy.config.json",
"electron": "electron --debug=5858 ./electron/main.ts",
"hmr": "npm run color-less && ng serve -c=hmr",
"build": "npm run color-less && ng build --prod --build-optimizer",
"build-start": "npm run color-less && ng build --prod && lite-server --baseDir /Users/liyuepeng/git/erupt/erupt-web/src/main/resources/public",
"analyze": "ng build --prod --build-optimizer --stats-json",
"lint": "npm run lint:ts && npm run lint:style",
"lint:ts": "tslint -p src/tsconfig.app.json -c tslint.json 'src/**/*.ts'",
"lint:style": "stylelint 'src/**/*.less' --syntax less",
"lint-staged": "lint-staged",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"e2e": "ng e2e",
"test": "ng test --watch",
"test-coverage": "ng test --code-coverage --watch=false",
"color-less": "node scripts/color-less.js",
"icon": "ng g ng-alain:plugin icon"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.11",
"@angular/common": "~8.2.11",
"@angular/compiler": "~8.2.11",
"@angular/core": "~8.2.11",
"@angular/forms": "~8.2.11",
"@angular/platform-browser": "~8.2.11",
"@angular/platform-browser-dynamic": "~8.2.11",
"@angular/pwa": "^0.901.1",
"@angular/router": "~8.2.11",
"@angular/service-worker": "~8.2.11",
"@antv/g2plot": "~0.11.32",
"@delon/abc": "^8.8.0",
"@delon/acl": "^8.8.0",
"@delon/auth": "^8.8.0",
"@delon/cache": "^8.8.0",
"@delon/chart": "^8.8.0",
"@delon/mock": "^8.8.0",
"@delon/theme": "^8.8.0",
"@delon/util": "^8.8.0",
"classlist.js": "^1.1.20150312",
"font-awesome": "^4.7.0",
"intl": "^1.2.5",
"moment": "^2.24.0",
"monaco-editor": "^0.14.0",
"ng-zorro-antd": "^8.5.2",
"ngx-ueditor": "^2.1.3",
"qrious": "^4.0.2",
"rxjs": "~6.4.0",
"screenfull": "^5.0.0",
"ts-md5": "^1.2.7",
"tslib": "^1.10.0",
"web-animations-js": "^2.3.2",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.14",
"@angular/cli": "~8.3.14",
"@angular/compiler-cli": "~8.2.11",
"@angular/language-service": "~8.2.11",
"@angularclass/hmr": "^2.1.3",
"@delon/testing": "^8.8.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/jszip": "^3.1.6",
"@types/mockjs": "^1.0.2",
"@types/node": "~8.9.4",
"antd-theme-generator": "^1.1.7",
"babel-polyfill": "^6.26.0",
"codecov": "^3.6.1",
"codelyzer": "^5.0.0",
"gh-pages": "^2.1.1",
"husky": "^3.0.9",
"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",
"less-bundle-promise": "^1.0.7",
"lint-staged": "^8.2.1",
"lite-server": "^2.5.4",
"mockjs": "^1.1.0",
"ng-alain": "^8.8.0",
"ng-alain-codelyzer": "^0.0.1",
"prettier": "^1.18.2",
"prettier-stylelint": "^0.4.2",
"protractor": "~5.4.0",
"stylelint": "^11.1.1",
"stylelint-config-prettier": "^6.0.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^19.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"stylelint-order": "^3.1.1",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "~3.5.3",
"webpack-bundle-analyzer": "^3.6.0",
"xlsx": "^0.15.1"
},
"lint-staged": {
"*.{cmd,html,json,md,sh,txt,xml,yml}": [
"editorconfig-tools fix",
"git add"
],
"*.ts": [
"npm run lint:ts",
"prettier --write",
"git add"
],
"*.less": [
"npm run lint:style",
"prettier --write",
"git add"
]
}
}
TypeScript
1
https://gitee.com/pickmetech/erupt-web.git
git@gitee.com:pickmetech/erupt-web.git
pickmetech
erupt-web
erupt-web
master

搜索帮助