mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Issue number: # --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - - - ## Does this introduce a breaking change? - [ ] Yes - [ ] No <!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com> Co-authored-by: Sean Perkins <13732623+sean-perkins@users.noreply.github.com> Co-authored-by: ionitron <hi@ionicframework.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sean Perkins <sean@ionic.io> Co-authored-by: Éric Le Maître <eric.erwan.le.maitre@gmail.com> Co-authored-by: Shawn Taylor <shawn@ionic.io>
97 lines
3.0 KiB
JSON
97 lines
3.0 KiB
JSON
{
|
|
"name": "@ionic/angular",
|
|
"version": "7.5.7",
|
|
"description": "Angular specific wrappers for @ionic/core",
|
|
"keywords": [
|
|
"ionic",
|
|
"framework",
|
|
"angular",
|
|
"mobile",
|
|
"app",
|
|
"webapp",
|
|
"capacitor",
|
|
"cordova",
|
|
"progressive web app",
|
|
"pwa"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ionic-team/ionic-framework.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ionic-team/ionic/issues"
|
|
},
|
|
"homepage": "https://ionicframework.com/",
|
|
"scripts": {
|
|
"build": "npm run clean && npm run build.ng && npm run build.core && npm run clean-generated",
|
|
"build.core": "node scripts/build-core.js",
|
|
"build.link": "npm run build && node scripts/link-copy.js",
|
|
"build.ng": "ng-packagr -p ng-package.json -c tsconfig.json",
|
|
"build.watch": "npm run build.ng -- --watch",
|
|
"clean": "node scripts/clean.js",
|
|
"clean-generated": "node ./scripts/clean-generated.js",
|
|
"lint": "npm run eslint && npm run prettier -- --write --cache",
|
|
"lint.fix": "npm run eslint -- --fix",
|
|
"fmt": "npm run eslint -- --fix && npm run prettier -- --write --cache",
|
|
"prettier": "prettier \"**/*.ts\"",
|
|
"eslint": "eslint . --ext .ts",
|
|
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
|
|
"sync": "./scripts/sync.sh",
|
|
"test": "echo 'angular no tests yet'",
|
|
"tsc": "tsc -p .",
|
|
"validate": "npm i && npm run lint && npm run test && npm run build"
|
|
},
|
|
"exports": {
|
|
"./css/*": {
|
|
"style": "./css/*"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@ionic/core": "^7.5.7",
|
|
"ionicons": "^7.0.0",
|
|
"jsonc-parser": "^3.0.0",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": ">=14.0.0",
|
|
"@angular/forms": ">=14.0.0",
|
|
"@angular/router": ">=14.0.0",
|
|
"rxjs": ">=7.5.0",
|
|
"zone.js": ">=0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/core": "^17.0.0",
|
|
"@angular-devkit/schematics": "^17.0.0",
|
|
"@angular-eslint/eslint-plugin": "^14.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "^14.0.0",
|
|
"@angular-eslint/template-parser": "^14.0.0",
|
|
"@angular/cli": "^14.0.0",
|
|
"@angular/common": "^14.0.0",
|
|
"@angular/compiler": "^14.0.0",
|
|
"@angular/compiler-cli": "^14.0.0",
|
|
"@angular/core": "^14.0.0",
|
|
"@angular/forms": "^14.0.0",
|
|
"@angular/platform-browser": "^14.0.0",
|
|
"@angular/platform-browser-dynamic": "^14.0.0",
|
|
"@angular/router": "^14.0.0",
|
|
"@ionic/eslint-config": "^0.3.0",
|
|
"@ionic/prettier-config": "^2.0.0",
|
|
"@schematics/angular": "^17.0.0",
|
|
"@types/node": "12.12.5",
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
"eslint": "^8.0.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"fs-extra": "^7.0.0",
|
|
"ng-packagr": "^14.0.0",
|
|
"prettier": "^2.4.1",
|
|
"rxjs": "~7.5.0",
|
|
"typescript": "~4.7.2",
|
|
"typescript-eslint-language-service": "^5.0.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"prettier": "@ionic/prettier-config",
|
|
"schematics": "./schematics/collection.json"
|
|
}
|