-
Notifications
You must be signed in to change notification settings - Fork 0
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": "hevelius",
"version": "0.4.0-git",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"deploy": "ng run hevelius:deploy",
"sync-openapi": "node scripts/sync-openapi.js"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.11",
"@angular/cdk": "^21.2.9",
"@angular/common": "^21.2.11",
"@angular/compiler": "^21.2.11",
"@angular/core": "^21.2.11",
"@angular/forms": "^21.2.11",
"@angular/material": "^21.2.9",
"@angular/platform-browser": "^21.2.11",
"@angular/router": "^21.2.11",
"leaflet": "^1.9.4",
"rxjs": "^7.8.0",
"tslib": "^2.0.0",
"zone.js": "^0.15.1"
},
"devDependencies": {
"@angular-eslint/builder": "^21.3.1",
"@angular-eslint/eslint-plugin": "^21.3.1",
"@angular-eslint/eslint-plugin-template": "^21.3.1",
"@angular-eslint/template-parser": "^21.3.1",
"@angular/build": "^21.2.9",
"@angular/cli": "^21.2.9",
"@angular/compiler-cli": "^21.2.11",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"eslint": "^9.39.3",
"hevelius-deploy-builder": "file:tools/hevelius-deploy-builder",
"jsdom": "^25.0.0",
"typescript": "^5.8.3",
"vitest": "^4.1.2"
},
"overrides": {
"picomatch": "4.0.4"
}
}