-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "@ionic/angular-toolkit",
"version": "6.1.0",
"license": "MIT",
"description": "Schematics 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"
},
"keywords": [
"angular",
"Angular CLI",
"blueprints",
"code generation",
"devkit",
"schematics",
"ionic",
"ionic framework",
"ionicframework"
],
"dependencies": {
"@angular-devkit/core": "^13.0.1",
"@angular-devkit/schematics": "^13.0.1",
"@schematics/angular": "^13.0.1"
},
"devDependencies": {
"lint-staged": "^12.0.2",
"typescript": ">=4.4.2 <4.5"
},
"eslintConfig": {
"extends": [
"../../package.json"
]
},
"schematics": "./collection.json",
"gitHead": "35dbfaa5d93cb165387321a3f8a0f43e604f5d02"
}