-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
50 lines (50 loc) · 1.89 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
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": "18.0.0",
"@angular-devkit/build-angular": "18.2.0",
"@angular-eslint/builder": "18.3.0",
"@angular-eslint/eslint-plugin": "18.3.0",
"@angular-eslint/eslint-plugin-template": "18.3.0",
"@angular-eslint/template-parser": "18.3.0",
"@angular/animations": "18.2.0",
"@angular/cli": "18.2.0",
"@angular/common": "18.2.0",
"@angular/compiler": "18.2.0",
"@angular/compiler-cli": "18.2.0",
"@angular/core": "18.2.0",
"@angular/forms": "18.2.0",
"@angular/platform-browser": "18.2.0",
"@angular/platform-browser-dynamic": "18.2.0",
"@angular/router": "18.2.0",
"@types/node": "22.3.0",
"@types/webpack": "5.28.5",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@progress/sitefinity-adminapp-sdk": "15.2.8400",
"@progress/sitefinity-component-framework": "10.0.0",
"css-loader": "5.2.7",
"eslint": "8.57.0",
"postcss": "8.4.41",
"postcss-loader": "7.0.2",
"rxjs": "7.8.1",
"style-loader": "3.3.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.5.4",
"webpack": "5.93.0",
"zone.js": "0.14.10"
}
}