mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-02-04 21:28:37 +08:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@ionic/angular",
|
|
"version": "0.0.2-21",
|
|
"description": "Angular specific wrappers for @ionic/core",
|
|
"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": {
|
|
"build": "npm run clean && npm run compile && npm run clean-generated",
|
|
"clean": "rm -rf dist",
|
|
"clean-generated": "node ./scripts/clean.js",
|
|
"compile": "./node_modules/.bin/ngc",
|
|
"deploy": "np --any-branch",
|
|
"tsc": "tsc -p ."
|
|
},
|
|
"main": "./dist/src/index.js",
|
|
"module": "./dist/src/index.js",
|
|
"types": "./dist/src/index.d.ts",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"devDependencies": {
|
|
"@angular/common": "latest",
|
|
"@angular/compiler": "latest",
|
|
"@angular/compiler-cli": "latest",
|
|
"@angular/core": "latest",
|
|
"@angular/forms": "latest",
|
|
"@angular/http": "latest",
|
|
"@angular/platform-browser": "latest",
|
|
"@angular/platform-browser-dynamic": "latest",
|
|
"@danbucholtz/ng-router": "latest",
|
|
"@ionic/core": "next",
|
|
"glob": "7.1.2",
|
|
"ionicons": "~3.0.0",
|
|
"rxjs": "5.5.2",
|
|
"typescript": "~2.5.2",
|
|
"zone.js": "0.8.18"
|
|
},
|
|
"dependencies": {
|
|
"@stencil/core": "next"
|
|
}
|
|
}
|