-
Notifications
You must be signed in to change notification settings - Fork 140
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.82 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
{
"name": "angular-standalone-test-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"copy-preview-styles": "node ./scripts/copy-preview.mjs",
"start": "pnpm copy-preview-styles && ng serve",
"build": "pnpm copy-preview-styles && ng build",
"watch": "pnpm copy-preview-styles && ng build --watch --configuration development",
"test": "playwright test",
"preview": "http-server ./dist/angular-standalone-test-app/browser -p 4173 --proxy http://localhost:4173?"
},
"type": "module",
"private": true,
"dependencies": {
"@angular/animations": "^20.1.4",
"@angular/common": "^20.3.14",
"@angular/compiler": "^20.3.18",
"@angular/core": "^20.3.25",
"@angular/forms": "^20.1.4",
"@angular/platform-browser": "^20.1.4",
"@angular/platform-browser-dynamic": "^20.1.4",
"@angular/router": "^20.1.4",
"@siemens/ix": "workspace:*",
"@siemens/ix-aggrid": "workspace:*",
"@siemens/ix-angular": "workspace:*",
"@siemens/ix-echarts": "workspace:*",
"@siemens/ix-icons": "catalog:",
"ag-grid-angular": "^33.1.1",
"ag-grid-community": "^33.1.1",
"echarts": "^6.0.0",
"echarts-gl": "^2.1.0",
"html-test-app": "workspace:*",
"ngx-echarts": "^20.0.1",
"rxjs": "~7.8.0",
"tslib": "^2.6.3",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.1.4",
"@angular/cli": "^20.1.4",
"@angular/compiler-cli": "^20.1.4",
"@playwright/test": "catalog:",
"@types/jasmine": "~5.1.4",
"@types/node": "^26.5.0",
"framework-tests": "workspace:*",
"http-server": "^14.1.1",
"jasmine-core": "~5.1.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-jasmine": "~5.1.0",
"karma": "~6.4.3",
"typescript": "~5.8.2"
}
}