mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
chore(package): update angular package.json
This commit is contained in:
2714
packages/ionic-angular/package-lock.json
generated
2714
packages/ionic-angular/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -20,11 +20,12 @@
|
|||||||
"url": "https://github.com/ionic-team/ionic.git"
|
"url": "https://github.com/ionic-team/ionic.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "stencil build",
|
||||||
|
"dev": "stencil build --dev --watch",
|
||||||
"test": "gulp validate",
|
"test": "gulp validate",
|
||||||
"test:generators": "jasmine-node ./tooling/spec",
|
"test:generators": "jasmine-node ./tooling/spec",
|
||||||
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link",
|
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link",
|
||||||
"link.stencil": "npm link @stencil/core",
|
"link.stencil": "npm link @stencil/core"
|
||||||
"build.stencil": "stencil build"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "4.1.3",
|
"@angular/common": "4.1.3",
|
||||||
@ -35,7 +36,7 @@
|
|||||||
"@angular/http": "4.1.3",
|
"@angular/http": "4.1.3",
|
||||||
"@angular/platform-browser": "4.1.3",
|
"@angular/platform-browser": "4.1.3",
|
||||||
"@angular/platform-browser-dynamic": "4.1.3",
|
"@angular/platform-browser-dynamic": "4.1.3",
|
||||||
"@ionic/core": "0.0.1",
|
"@ionic/core": "^0.0.1",
|
||||||
"ionicons": "~3.0.0",
|
"ionicons": "~3.0.0",
|
||||||
"rxjs": "5.4.0",
|
"rxjs": "5.4.0",
|
||||||
"zone.js": "0.8.12"
|
"zone.js": "0.8.12"
|
||||||
|
Reference in New Issue
Block a user