clean
Showing
{ | ||
"name": "mycard-mobile", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"license": "UNLISENCED", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --aot", | ||
"build": "ng build --i18n-locale zh-CN --base-href /mobile/ --prod --build-optimizer", | ||
"build": "ng build --i18n-locale zh-CN --base-href /mobile/ --prod", | ||
"postinstall": "patch -i webpack.patch -p0 -t", | ||
"lint": "ng lint" | ||
}, | ||
... | ... | @@ -28,6 +28,7 @@ |
"hammerjs": "^2.0.8", | ||
"lodash": "^4.17.10", | ||
"material-design-icons": "^3.0.1", | ||
"raven-js": "^3.26.2", | ||
"rxjs": "^6.2.1", | ||
"webdav": "^1.5.2", | ||
"zone.js": "^0.8.26" | ||
... | ... |
Please register or sign in to comment