mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(angular-server): init angular-server package (#18950)
This commit is contained in:
39
packages/angular-server/package.json
Normal file
39
packages/angular-server/package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "@ionic/angular-server",
|
||||
"description": "Angular SSR Module for Ionic",
|
||||
"version": "0.0.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "ngc -p ./tsconfig.json",
|
||||
"build.prod": "npm run clean && npm run build",
|
||||
"clean": "rm -rf ./dist"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular-devkit/core": "~8.0.0",
|
||||
"@angular/common": "~8.0.0",
|
||||
"@angular/core": "~8.0.0",
|
||||
"@angular/platform-server": "~8.0.0",
|
||||
"@ionic/core": "*",
|
||||
"rxjs": ">=6.2.0",
|
||||
"zone.js": ">=0.8.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/core": "~8.0.0",
|
||||
"@angular/animations": "~8.0.0",
|
||||
"@angular/common": "~8.0.0",
|
||||
"@angular/compiler": "~8.0.0",
|
||||
"@angular/compiler-cli": "~8.0.0",
|
||||
"@angular/core": "~8.0.0",
|
||||
"@angular/platform-browser": "~8.0.0",
|
||||
"@angular/platform-server": "~8.0.0",
|
||||
"@angular/router": "~8.0.0",
|
||||
"rxjs": "^6.4.0",
|
||||
"tsickle": "^0.34.0",
|
||||
"typescript": "~3.4.3",
|
||||
"zone.js": "~0.9.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user