mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "@ionic/angular-server",
|
|
"version": "6.0.0-rc.0",
|
|
"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"
|
|
},
|
|
"homepage": "https://ionicframework.com/",
|
|
"scripts": {
|
|
"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": "npm run lint.ts",
|
|
"lint.ts": "tslint --project .",
|
|
"lint.fix": "tslint --project . --fix"
|
|
},
|
|
"ngPackage": {
|
|
"lib": {
|
|
"entryFile": "src/public_api.ts"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": ">=12.0.0",
|
|
"@angular/platform-server": ">=12.0.0",
|
|
"@ionic/angular": "*",
|
|
"rxjs": ">=6.6.0",
|
|
"zone.js": ">=0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@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.0.0-rc.0",
|
|
"ng-packagr": "^12.0.0",
|
|
"typescript": "4.2.4"
|
|
}
|
|
}
|