๐Ÿ“ฆ ionic-team / ionic-framework

๐Ÿ“„ package.json ยท 68 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68{
  "name": "@ionic/angular-server",
  "version": "8.7.16",
  "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.16"
  }
}