Commit b58c0809 authored by 神楽坂玲奈's avatar 神楽坂玲奈

1.0.35

parent fdd098fa
{ {
"name": "mycard-mobile", "name": "mycard-mobile",
"version": "1.0.34", "version": "1.0.35",
"license": "UNLISENCED", "license": "UNLISENCED",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --aot --host 0.0.0.0", "start": "ng serve --aot --host 0.0.0.0",
"build": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile/ --deploy-url https://cdn01.moecube.com/mobile/ && npm run fuck", "build": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile/ --deploy-url https://cdn01.moecube.com/mobile/ && npm run fuck",
"build:dev": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile2/ --deploy-url https://cdn01.moecube.com/mobile2/ && npm run fuck", "build:dev": "ng build --i18n-locale zh-CN --prod --source-map --base-href /mobile2/ --deploy-url https://cdn01.moecube.com/mobile2/ && npm run fuck",
"fuck": "patch -i service-worker.patch dist/ngsw-worker.js", "fuck": "patch -i service-worker.patch dist/ngsw-worker.js",
"postinstall": "patch -i webpack.patch -p0 -t", "postinstall": "patch -i webpack.patch -p0 -t",
"lint": "ng lint" "lint": "ng lint"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "6.0.5", "@angular/animations": "6.0.5",
"@angular/cdk": "^6.3.0", "@angular/cdk": "^6.3.0",
"@angular/common": "6.0.5", "@angular/common": "6.0.5",
"@angular/compiler": "6.0.5", "@angular/compiler": "6.0.5",
"@angular/core": "6.0.5", "@angular/core": "6.0.5",
"@angular/forms": "6.0.5", "@angular/forms": "6.0.5",
"@angular/http": "6.0.5", "@angular/http": "6.0.5",
"@angular/material": "^6.3.0", "@angular/material": "^6.3.0",
"@angular/platform-browser": "6.0.5", "@angular/platform-browser": "6.0.5",
"@angular/platform-browser-dynamic": "6.0.5", "@angular/platform-browser-dynamic": "6.0.5",
"@angular/pwa": "^0.6.8", "@angular/pwa": "^0.6.8",
"@angular/router": "6.0.5", "@angular/router": "6.0.5",
"@angular/service-worker": "6.0.5", "@angular/service-worker": "6.0.5",
"core-js": "^2.5.7", "core-js": "^2.5.7",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"material-design-icons": "^3.0.1", "material-design-icons": "^3.0.1",
"raven-js": "^3.26.2", "raven-js": "^3.26.2",
"rxjs": "^6.2.1", "rxjs": "^6.2.1",
"webdav": "^1.5.2", "webdav": "^1.5.2",
"zone.js": "^0.8.26" "zone.js": "^0.8.26"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~0.6.8", "@angular-devkit/build-angular": "~0.6.8",
"@angular/cli": "^6.0.8", "@angular/cli": "^6.0.8",
"@angular/compiler-cli": "6.0.5", "@angular/compiler-cli": "6.0.5",
"@angular/language-service": "6.0.5", "@angular/language-service": "6.0.5",
"@types/lodash": "^4.14.110", "@types/lodash": "^4.14.110",
"@types/node": "^10.3.4", "@types/node": "^10.3.4",
"codelyzer": "^4.0.1", "codelyzer": "^4.0.1",
"prettier": "^1.12.1", "prettier": "^1.12.1",
"tslint": "~5.10.0", "tslint": "~5.10.0",
"typescript": "^2.7.2" "typescript": "^2.7.2"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment