-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "eggs-next-setup",
"version": "0.0.0",
"types": "module",
"description": "A blank schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js"
},
"keywords": [
"schematics"
],
"author": "",
"license": "MIT",
"schematics": "./collection.json",
"dependencies": {
"@angular-devkit/core": "^18.2.9",
"@angular-devkit/schematics": "^18.2.9",
"@angular-devkit/schematics-cli": "^18.2.10",
"@schematics/angular": "^17.3.11",
"axios": "^1.5.0",
"cross-spawn": "^7.0.3",
"execa": "^9.4.1",
"keycloak-angular": "^16.0.1",
"keycloak-js": "^26.0.2",
"node-fetch": "^3.3.2",
"primeflex": "^3.3.1",
"primeng": "^17.18.11",
"prompts": "^2.4.2",
"rxjs": "^7.8.1",
"typescript": "~5.5.2"
},
"devDependencies": {
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"@types/prompts": "^2.4.9",
"jasmine": "^5.0.0",
"node-fetch": "^3.3.2",
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"typescript": "^5.0.0"
}
}