-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 KB
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
{
"name": "@ionic/cordova-builders",
"version": "12.3.0",
"license": "MIT",
"description": "Cordova builders for @ionic/angular apps",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <hi@ionicframework.com> (https://ionicframework.com)",
"scripts": {
"build": "tsc",
"lint": "true",
"watch": "tsc -w",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/angular-toolkit.git"
},
"bugs": {
"url": "https://github.com/ionic-team/angular-toolkit/issues"
},
"eslintConfig": {
"extends": [
"../../package.json"
]
},
"keywords": [
"angular",
"Angular CLI",
"blueprints",
"code generation",
"devkit",
"schematics",
"ionic",
"ionic framework",
"ionicframework"
],
"dependencies": {
"@angular-devkit/architect": "^0.2000.0",
"@angular-devkit/build-angular": "^20.0.0",
"@angular-devkit/core": "^20.0.0",
"@angular-devkit/schematics": "^20.0.0",
"@schematics/angular": "^20.0.0",
"cheerio": "^1.0.0-rc.10",
"colorette": "^2.0.16",
"copy-webpack-plugin": "^12.0.2",
"ws": "^8.2.3"
},
"devDependencies": {
"@angular-eslint/builder": "^20.0.0",
"@angular-eslint/eslint-plugin": "^20.0.0",
"@types/node": "^18.19 || ^20.11 || ^22.0.0",
"@types/ws": "^8.5.12",
"lint-staged": "^15.2.9",
"typescript": ">=5.5.0 <5.9.0"
},
"builders": "./builders.json",
"schematics": "./collection.json",
"gitHead": "35dbfaa5d93cb165387321a3f8a0f43e604f5d02"
}