polyfill
Showing
fuck.sh
0 → 100755
... | ... | @@ -6,7 +6,11 @@ |
"ng": "ng", | ||
"start": "ng serve --base-href /mobile/index.html --deploy-url /mobile --locale zh-CN --output-path mobile --open", | ||
"build": "ng build --base-href /mobile/index.html --locale zh-CN --aot --prod", | ||
"lint": "ng lint" | ||
"postinstall": "./fuck.sh", | ||
"build:dev": "ng build --base-href /mobile2/index.html --locale zh-CN --aot", | ||
"lint": "ng lint", | ||
"publish": "npm run build && ./ossutil cp -rf dist oss://mycard/mobile", | ||
"publish:dev": "npm run build:2 && ./ossutil cp -rf dist oss://mycard/mobile2" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
... | ... | @@ -21,13 +25,17 @@ |
"@angular/platform-browser": "^4.0.0", | ||
"@angular/platform-browser-dynamic": "^4.0.0", | ||
"@angular/router": "^4.0.0", | ||
"classlist.js": "^1.1.20150312", | ||
"core-js": "^2.4.1", | ||
"font-awesome": "^4.7.0", | ||
"hammerjs": "^2.0.8", | ||
"intl": "^1.2.5", | ||
"lodash": "^4.17.4", | ||
"material-design-icons": "^3.0.1", | ||
"raf": "^3.3.2", | ||
"rxjs": "^5.1.0", | ||
"url-polyfill": "^1.0.6", | ||
"web-animations-js": "^2.3.1", | ||
"zone.js": "^0.8.4" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment