mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
* chore(input): remove interface .d.ts file, move to .ts file * refactor(angular): start working on providers, etc * chore(angular/dependencies): update deps for angular demo
41 lines
941 B
JSON
41 lines
941 B
JSON
{
|
|
"private": true,
|
|
"name": "@ionic/angular",
|
|
"version": "4.0.0",
|
|
"description": "A powerful framework for building mobile and progressive web apps with TypeScript and Angular",
|
|
"keywords": [
|
|
"ionic",
|
|
"framework",
|
|
"mobile",
|
|
"app",
|
|
"hybrid",
|
|
"webapp",
|
|
"cordova",
|
|
"progressive web app",
|
|
"pwa"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ionic-team/ionic.git"
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"@angular/common": "5.0.1",
|
|
"@angular/compiler": "5.0.1",
|
|
"@angular/compiler-cli": "5.0.1",
|
|
"@angular/core": "5.0.1",
|
|
"@angular/forms": "5.0.1",
|
|
"@angular/http": "5.0.1",
|
|
"@angular/platform-browser": "5.0.1",
|
|
"@angular/platform-browser-dynamic": "5.0.1",
|
|
"@ionic/core": "latest",
|
|
"ionicons": "~3.0.0",
|
|
"rxjs": "5.5.2",
|
|
"zone.js": "0.8.18"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~2.4.2"
|
|
}
|
|
}
|