mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
18 lines
397 B
JSON
18 lines
397 B
JSON
{
|
|
"name": "ionic-demos",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "ionic demos",
|
|
"author": "Ionic Team <hi@ionic.io> (http://ionic.io)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ionic-angular": "2.0.0-beta.11-201609161747",
|
|
"ionicons": "3.0.0",
|
|
"rxjs": "5.0.0-beta.12"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/compiler-cli": "0.6.2",
|
|
"typescript": "rc"
|
|
}
|
|
}
|