-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
59 lines (59 loc) · 1.52 KB
/
package.json
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.1.2",
"license": "MIT",
"description": "Cordova builders for @ionic/angular apps",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <[email protected]> (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.1802.0",
"@angular-devkit/build-angular": "^18.0.0",
"@angular-devkit/core": "^18.0.0",
"@angular-devkit/schematics": "^18.0.0",
"@schematics/angular": "^18.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": "^18.3.0",
"@angular-eslint/eslint-plugin": "^18.0.1",
"@types/node": "^16.11.7",
"@types/ws": "^8.5.12",
"lint-staged": "^15.2.9",
"typescript": "~5.5.4"
},
"builders": "./builders.json",
"schematics": "./collection.json",
"gitHead": "35dbfaa5d93cb165387321a3f8a0f43e604f5d02"
}