1 Star 0 Fork 0

ChrisJuven / web-merchant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.77 KB
一键复制 编辑 原始数据 按行查看 历史
chris 提交于 2018-07-13 00:07 . init
{
"name": "web-merchant",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build --prod --build-optimizer",
"test": "ng test",
"lint": "npm run lint:ts && npm run lint:style",
"e2e": "ng e2e",
"analyze": "ng build --prod --build-optimizer --stats-json",
"test-coverage": "ng test --code-coverage --watch=false",
"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",
"hmr": "ng serve -c=hmr"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.0.3",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/router": "^6.0.3",
"core-js": "^2.5.4",
"ng-alain": "^1.1.3",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26",
"ng-zorro-antd": "^1.0.0",
"screenfull": "^3.3.1",
"ajv": "^6.4.0",
"@delon/abc": "^1.1.3",
"@delon/acl": "^1.1.3",
"@delon/auth": "^1.1.3",
"@delon/cache": "^1.1.3",
"@delon/form": "^1.1.3",
"@delon/mock": "^1.1.3",
"@delon/theme": "^1.1.3",
"@delon/util": "^1.1.3",
"tslint-config-prettier": "^1.12.0",
"tslint-language-service": "^0.9.9",
"editorconfig-tools": "^0.1.1",
"lint-staged": "^7.1.2",
"husky": "^0.14.3",
"prettier": "^1.12.1",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.3",
"@angular-devkit/build-angular": "~0.6.8",
"typescript": "~2.7.2",
"@angular/cli": "~6.0.8",
"@angular/language-service": "^6.0.3",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.0",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"less": "~2.7.0",
"less-loader": "~4.0.0",
"@angularclass/hmr": "^2.1.3"
},
"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"
]
}
}
1
https://gitee.com/chrisjuven/web-merchant.git
git@gitee.com:chrisjuven/web-merchant.git
chrisjuven
web-merchant
web-merchant
master

搜索帮助