-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.38 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
{
"name": "report-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/cdk": "21.2.0-next.4",
"@angular/common": "21.2.0-next.3",
"@angular/compiler": "21.2.0-next.3",
"@angular/core": "21.2.0-next.3",
"@angular/forms": "21.2.0-next.3",
"@angular/platform-browser": "21.2.0-next.3",
"@angular/platform-server": "21.2.0-next.3",
"@angular/router": "21.2.0-next.3",
"@angular/ssr": "21.2.0-next.2",
"@shikijs/langs": "4.0.2",
"@shikijs/themes": "4.0.2",
"express": "^4.18.2",
"jszip": "^3.10.1",
"ngx-json-viewer": "^3.2.1",
"rxjs": "~7.8.0",
"shiki": "^4.0.0",
"tinyglobby": "^0.2.14",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "21.2.0-next.2",
"@angular/cli": "21.2.0-next.2",
"@angular/compiler-cli": "21.2.0-next.3",
"@types/express": "^4.17.17",
"@types/google.visualization": "^0.0.74",
"@types/jasmine": "~6.0.0",
"jasmine-core": "~6.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.2.0",
"prettier": "^3.5.3",
"typescript": "~5.9.0"
}
}