-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.27 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.27 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
66
67
68
69
70
71
72
73
74
{
"name": "utilplex",
"version": "2.4.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": {
"@acrodata/code-editor": "^0.6.0",
"@angular/animations": "^21.1.1",
"@angular/common": "^21.1.1",
"@angular/compiler": "^21.1.1",
"@angular/core": "^21.1.1",
"@angular/forms": "^21.1.1",
"@angular/platform-browser": "^21.1.1",
"@angular/platform-browser-dynamic": "^21.1.1",
"@angular/platform-server": "^21.1.1",
"@angular/router": "^21.1.1",
"@angular/ssr": "^21.1.1",
"@codemirror/commands": "^6.10.1",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/language": "^6.12.1",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.11",
"@lezer/highlight": "^1.2.3",
"@ng-select/ng-select": "^21.2.0",
"codemirror": "^6.0.2",
"express": "~5.2.1",
"js-yaml": "^4.1.1",
"prettier": "^3.8.1",
"rxjs": "~7.8.2",
"sql-formatter": "^15.7.0",
"tslib": "^2.8.1",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular-eslint/builder": "21.1.0",
"@angular-eslint/schematics": "21.1.0",
"@angular-eslint/template-parser": "21.1.0",
"@angular/build": "^21.1.1",
"@angular/cli": "~21.1.1",
"@angular/compiler-cli": "^21.1.1",
"@types/express": "~5.0.6",
"@types/jasmine": "~6.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.0.10",
"angular-eslint": "^21.1.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"jasmine-core": "~6.0.1",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"prettier": "^3.8.1",
"prettier-eslint": "^16.4.2",
"style-loader": "^4.0.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.53.1"
}
}