-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.87 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.87 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "seed",
"version": "3.4.0",
"description": "Standard Energy Efficiency Data (SEED) Platform™",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
"type": "git",
"url": "github:SEED-platform/seed"
},
"bugs": {
"url": "https://github.com/SEED-platform/seed/issues"
},
"engines": {
"node": ">=24",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.33.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:prod": "ng serve -c production",
"build": "ng build",
"watch": "ng build --watch -c development",
"test": "ng test",
"cspell": "cspell \"**/*\"",
"eslint": "ng lint",
"eslint:fix": "prettier \"src/**/*.ts\" --write && ng lint --fix",
"lint": "run-p -c eslint prettier stylelint",
"lint:fix": "run-p -c eslint:fix prettier:fix stylelint:fix",
"prettier": "prettier \"src/**/*.html\" --check",
"prettier:fix": "prettier \"src/**/*.html\" --write",
"stylelint": "stylelint \"src/**/*.scss\"",
"stylelint:fix": "npm run stylelint -- --fix",
"update-translations": "node --env-file=.env --no-warnings update-translations.mts"
},
"dependencies": {
"@angular/animations": "^21.2.6",
"@angular/cdk": "^21.2.4",
"@angular/common": "^21.2.6",
"@angular/compiler": "^21.2.6",
"@angular/core": "^21.2.6",
"@angular/forms": "^21.2.6",
"@angular/material": "^21.2.4",
"@angular/material-luxon-adapter": "^21.2.4",
"@angular/platform-browser": "^21.2.6",
"@angular/platform-browser-dynamic": "^21.2.6",
"@angular/router": "^21.2.6",
"@fontsource-variable/fira-code": "^5.2.7",
"@fontsource-variable/inter": "^5.2.8",
"@jsverse/transloco": "^8.2.1",
"ag-grid-angular": "^35.2.0",
"ag-grid-community": "^35.2.0",
"chart.js": "^4.5.1",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-zoom": "^2.2.0",
"crypto-es": "^3.1.3",
"cspell": "^9.7.0",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.18.0",
"luxon": "^3.7.2",
"material-icons": "^1.13.14",
"ngx-wig": "^21.0.0",
"ol": "^10.8.0",
"ol-ext": "^4.0.38",
"perfect-scrollbar": "^1.5.6",
"rxjs": "~7.8.2",
"swagger-ui-dist": "^5.32.1",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular/build": "^21.2.5",
"@angular/cli": "^21.2.5",
"@angular/compiler-cli": "^21.2.6",
"@cspell/cspell-types": "^9.7.0",
"@cspell/eslint-plugin": "^9.7.0",
"@dotenvx/dotenvx": "^1.59.1",
"@eslint/js": "^9.39.4",
"@lokalise/node-api": "^15.6.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@tailwindcss/typography": "^0.5.19",
"@types/chroma-js": "^3.1.2",
"@types/decompress": "^4.2.7",
"@types/geojson": "^7946.0.16",
"@types/jasmine": "~6.0.0",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.7.1",
"@types/node": "^24.12.0",
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.6.7",
"angular-eslint": "^21.3.1",
"autoprefixer": "^10.4.27",
"chroma-js": "^3.2.0",
"decompress": "^4.2.1",
"eslint": "^9.39.4",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-github": "^6.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-perfectionist": "^5.7.0",
"eslint-plugin-unused-imports": "^4.4.1",
"jasmine-core": "~6.1.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.2.0",
"npm-run-all": "^4.1.5",
"ora": "^9.3.0",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"stylelint": "^17.6.0",
"stylelint-config-standard-scss": "^17.0.0",
"tailwindcss": "^3.4.19",
"typescript": "~5.9.3",
"typescript-eslint": "^8.58.0"
},
"scarfSettings": {
"enabled": false
}
}