mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
{
|
|
"name": "@ionic/angular-server",
|
|
"version": "6.1.11",
|
|
"description": "Angular SSR Module for Ionic",
|
|
"keywords": [
|
|
"ionic",
|
|
"angular",
|
|
"universal",
|
|
"ssr",
|
|
"prerender",
|
|
"serverside"
|
|
],
|
|
"author": "Ionic Team",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ionic-team/ionic.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ionic-team/ionic/issues"
|
|
},
|
|
"publishConfig": {
|
|
"directory": "dist"
|
|
},
|
|
"homepage": "https://ionicframework.com/",
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build.prod",
|
|
"test": "echo 'angular no tests yet'",
|
|
"build": "ng-packagr -p package.json -c tsconfig.json",
|
|
"build.prod": "npm run clean && npm run build",
|
|
"clean": "rm -rf ./dist",
|
|
"lint": "eslint . --ext .ts && npm run prettier",
|
|
"lint.fix": "eslint . --ext .ts --fix && npm run prettier.fix",
|
|
"prettier": "prettier \"**/*.ts\" --check",
|
|
"prettier.fix": "prettier \"**/*.ts\" --write"
|
|
},
|
|
"ngPackage": {
|
|
"lib": {
|
|
"entryFile": "src/public_api.ts"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": ">=12.0.0",
|
|
"@angular/platform-server": ">=12.0.0",
|
|
"@ionic/angular": "^6.0.2",
|
|
"rxjs": ">=6.6.0",
|
|
"zone.js": ">=0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-eslint/eslint-plugin": "^12.6.1",
|
|
"@angular/animations": "^12.0.0",
|
|
"@angular/common": "^12.0.0",
|
|
"@angular/compiler": "^12.0.0",
|
|
"@angular/compiler-cli": "^12.0.0",
|
|
"@angular/core": "^12.0.0",
|
|
"@angular/platform-browser": "^12.0.0",
|
|
"@angular/platform-browser-dynamic": "^12.2.10",
|
|
"@angular/platform-server": "^12.0.0",
|
|
"@ionic/core": "^6.1.11",
|
|
"@ionic/eslint-config": "^0.3.0",
|
|
"@ionic/prettier-config": "^2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.2.0",
|
|
"eslint": "^8.1.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"ng-packagr": "^12.0.0",
|
|
"prettier": "^2.4.1",
|
|
"typescript": "4.2.4"
|
|
},
|
|
"prettier": "@ionic/prettier-config"
|
|
}
|