-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.58 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
{
"name": "angular-ids-wc",
"version": "0.0.0",
"private": true,
"dependencies": {
"@angular/animations": "^17.2.1",
"@angular/common": "^17.2.1",
"@angular/compiler": "^17.2.1",
"@angular/core": "^17.2.1",
"@angular/forms": "^17.2.1",
"@angular/platform-browser": "^17.2.1",
"@angular/platform-browser-dynamic": "^17.2.1",
"@angular/router": "^17.2.1",
"ids-enterprise-wc": "^1.0.0-beta.22",
"rxjs": "^7.8.1",
"tslib": "^2.5.2",
"zone.js": "~0.14.2"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:prod": "ng serve --configuration production",
"build": "ng build",
"build:prod": "ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build:stats": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng build --configuration=production --stats-json && webpack-bundle-analyzer dist/demo/stats.json --port auto"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.0",
"@angular-eslint/builder": "16.0.3",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "^17.2.0",
"@angular/compiler-cli": "^17.2.1",
"@angular/language-service": "^17.2.1",
"@types/node": "~20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"eslint": "^8.56.0",
"ts-node": "~10.9.2",
"tslint": "~6.1.0",
"typescript": "~5.2.2",
"webpack-bundle-analyzer": "^4.10.1"
}
}