-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.99 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.99 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
60
61
62
63
64
65
{
"name": "utilplex",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"build:ci": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"serve:ssr:utilplex": "node dist/utilplex/server/server.mjs"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.2.10",
"@angular/common": "^19.2.10",
"@angular/compiler": "^19.2.10",
"@angular/core": "^19.2.10",
"@angular/forms": "^19.2.10",
"@angular/platform-browser": "^19.2.10",
"@angular/platform-browser-dynamic": "^19.2.10",
"@angular/platform-server": "^19.2.13",
"@angular/router": "^19.2.10",
"@angular/ssr": "^19.2.12",
"@ng-select/ng-select": "^14.7.0",
"@stedi/prettier-plugin-jsonata": "^2.1.3",
"express": "~4.21.2",
"js-yaml": "^4.1.0",
"monaco-editor": "^0.52.2",
"ngx-bootstrap": "^19.0.2",
"ngx-monaco-editor-v2": "^19.0.2",
"rxjs": "~7.8.2",
"sql-formatter": "^15.6.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.12",
"@angular-eslint/builder": "19.4.0",
"@angular-eslint/schematics": "19.4.0",
"@angular-eslint/template-parser": "19.4.0",
"@angular/cli": "~19.2.12",
"@angular/compiler-cli": "^19.2.10",
"@types/express": "~4.17.21",
"@types/jasmine": "~5.1.8",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.18",
"angular-eslint": "^19.4.0",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.0",
"jasmine-core": "~5.7.1",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.5.3",
"prettier-eslint": "^16.4.2",
"style-loader": "^4.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.32.1"
}
}