-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.9 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.9 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
{
"name": "progress-sitefinity-adminapp-extensions",
"version": "0.0.1",
"description": "Provides extensions for the backend of the Progress Sitefinity Admin App",
"scripts": {
"submodule:update": "git submodule update --remote",
"debug:cli": "node --max-old-space-size=8192 --inspect-brk ./node_modules/@angular/cli/bin/ng build",
"start": "ng serve --port 3000",
"build": "ng build",
"build:prod": "ng build -c prod",
"lint": "ng lint",
"lint:fix": "ng lint --fix"
},
"private": true,
"devDependencies": {
"@angular-builders/custom-webpack": "19.0.0",
"@angular-devkit/build-angular": "19.2.19",
"@angular-eslint/builder": "19.1.0",
"@angular-eslint/eslint-plugin": "19.1.0",
"@angular-eslint/eslint-plugin-template": "19.1.0",
"@angular-eslint/template-parser": "19.1.0",
"@angular/animations": "19.2.18",
"@angular/cli": "19.2.19",
"@angular/common": "19.2.18",
"@angular/compiler": "19.2.18",
"@angular/compiler-cli": "19.2.18",
"@angular/core": "19.2.18",
"@angular/forms": "19.2.18",
"@angular/platform-browser": "19.2.18",
"@angular/platform-browser-dynamic": "19.2.18",
"@angular/router": "19.2.18",
"@types/node": "22.13.4",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.1",
"@progress/sitefinity-component-framework": "12.0.0",
"@progress/sitefinity-adminapp-sdk": "15.4.8628",
"css-loader": "5.2.7",
"eslint": "9.20.1",
"postcss": "8.5.3",
"postcss-loader": "7.0.2",
"rxjs": "7.8.1",
"style-loader": "3.3.1",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.5.4",
"webpack": "5.98.0",
"zone.js": "0.15.0"
}
}