-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "@igniteui/angular-schematics",
"version": "19.1.14315",
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
"repository": {
"type": "git",
"url": "https://github.com/IgniteUI/igniteui-cli.git",
"directory": "packages/ng-schematics"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js"
},
"keywords": [
"schematics"
],
"author": "",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^19.0.0",
"@angular-devkit/schematics": "^19.0.0",
"@igniteui/angular-templates": "~19.1.14315",
"@igniteui/cli-core": "~14.3.15",
"@schematics/angular": "~19.0.0",
"minimatch": "^10.0.1",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/jasmine": "^5.1.4",
"@types/minimatch": "^5.1.2",
"@types/node": "^22.5.5",
"jasmine": "^5.3.0",
"typescript": "~5.6.2"
},
"ng-update": {
"migrations": "./src/migrations/migration-collection.json"
}
}