lint & update
Signed-off-by:
zh99998 <zh99998@gmail.com>
Showing
... | ... | @@ -7,42 +7,41 @@ |
"start": "ng serve --base-href /mobile/ --deploy-url /mobile --locale zh-CN --output-path mobile --open", | ||
"start:wild": "npm run start -- --host 0.0.0.0 --public-host 192.168.1.131:4200", | ||
"build": "ng build --base-href /mobile/ --locale zh-CN --aot --build-optimizer --extract-css --prod", | ||
"postinstall": "./fuck.sh", | ||
"build:dev": "ng build --base-href /mobile2/ --locale zh-CN --aot --build-optimizer --extract-css", | ||
"lint": "ng lint", | ||
"lint": "ng lint --type-check --fix", | ||
"publish": "npm run build && ./ossutil cp -rf dist oss://mycard/mobile", | ||
"publish:dev": "npm run build:dev && ./ossutil cp -rf dist oss://mycard/mobile2" | ||
}, | ||
"dependencies": { | ||
"@angular/animations": "^4.3.0", | ||
"@angular/animations": "^4.3.6", | ||
"@angular/cdk": "^2.0.0-beta.8", | ||
"@angular/common": "^4.2.4", | ||
"@angular/compiler": "^4.2.4", | ||
"@angular/core": "^4.2.4", | ||
"@angular/forms": "^4.2.4", | ||
"@angular/http": "^4.2.4", | ||
"@angular/common": "^4.3.6", | ||
"@angular/compiler": "^4.3.6", | ||
"@angular/core": "^4.3.6", | ||
"@angular/forms": "^4.3.6", | ||
"@angular/http": "^4.3.6", | ||
"@angular/material": "^2.0.0-beta.8", | ||
"@angular/platform-browser": "^4.2.4", | ||
"@angular/platform-browser-dynamic": "^4.2.4", | ||
"@angular/router": "^4.2.4", | ||
"core-js": "^2.4.1", | ||
"@angular/platform-browser": "^4.3.6", | ||
"@angular/platform-browser-dynamic": "^4.3.6", | ||
"@angular/router": "^4.3.6", | ||
"core-js": "^2.5.0", | ||
"font-awesome": "^4.7.0", | ||
"hammerjs": "^2.0.8", | ||
"lodash": "^4.17.4", | ||
"material-design-icons": "^3.0.1", | ||
"rxjs": "^5.4.2", | ||
"webdav": "^1.0.0-rc1", | ||
"zone.js": "^0.8.14" | ||
"rxjs": "^5.4.3", | ||
"webdav": "^1.0.1", | ||
"zone.js": "^0.8.17" | ||
}, | ||
"devDependencies": { | ||
"@angular/cli": "1.3.0-rc.1", | ||
"@angular/compiler-cli": "^4.2.4", | ||
"@angular/language-service": "^4.2.4", | ||
"@angular/compiler-cli": "^4.3.6", | ||
"@angular/language-service": "^4.3.6", | ||
"@angular/service-worker": "^1.0.0-beta.16", | ||
"@types/lodash": "^4.14.70", | ||
"@types/node": "^8.0.13", | ||
"@types/lodash": "^4.14.74", | ||
"@types/node": "^8.0.24", | ||
"codelyzer": "~3.1.1", | ||
"tslint": "^5.5.0", | ||
"tslint": "^5.6.0", | ||
"typescript": "~2.3.3" | ||
} | ||
} |
Please register or sign in to comment