mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
17 lines
348 B
JSON
17 lines
348 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/storage": "^1.0.3",
|
|
"ionic-angular": "nightly",
|
|
"ionicons": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^2.0.3"
|
|
}
|
|
}
|