mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "@ionic/angular-server",
|
|
"version": "8.7.5",
|
|
"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-framework.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ionic-team/ionic-framework/issues"
|
|
},
|
|
"publishConfig": {
|
|
"directory": "dist"
|
|
},
|
|
"homepage": "https://ionicframework.com/",
|
|
"scripts": {
|
|
"test": "echo 'angular no tests yet'",
|
|
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
|
|
"build.prod": "npm run clean && npm run build",
|
|
"build.watch": "npm run build -- --watch",
|
|
"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",
|
|
"sync": "sh ./scripts/sync.sh"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": ">=16.0.0",
|
|
"@angular/platform-server": ">=16.0.0",
|
|
"rxjs": ">=7.5.0",
|
|
"zone.js": ">=0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-eslint/eslint-plugin": "^16.0.0",
|
|
"@angular/animations": "^16.0.0",
|
|
"@angular/common": "^16.0.0",
|
|
"@angular/compiler": "^16.0.0",
|
|
"@angular/compiler-cli": "^16.0.0",
|
|
"@angular/core": "^16.0.0",
|
|
"@angular/platform-browser": "^16.0.0",
|
|
"@angular/platform-browser-dynamic": "^16.0.0",
|
|
"@angular/platform-server": "^16.0.0",
|
|
"@ionic/eslint-config": "^0.4.0",
|
|
"@ionic/prettier-config": "^2.0.0",
|
|
"@types/node": "^20.14.9",
|
|
"eslint": "^8.57.0",
|
|
"ng-packagr": "^16.0.0",
|
|
"prettier": "^2.4.1",
|
|
"rxjs": "^7.8.0",
|
|
"typescript": "~4.9.3"
|
|
},
|
|
"prettier": "@ionic/prettier-config",
|
|
"dependencies": {
|
|
"@ionic/core": "^8.7.5"
|
|
}
|
|
}
|