-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.83 KB
/
package.json
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
{
"name": "seed",
"version": "3.2.2",
"description": "Standard Energy Efficiency Data (SEED) Platform™",
"license": "SEE LICENSE IN LICENSE.md",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "github:SEED-platform/seed"
},
"bugs": {
"url": "https://github.com/SEED-platform/seed/issues"
},
"engines": {
"node": ">=22"
},
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"prettier": "prettier -w src",
"update-translations": "node --env-file=.env --import=tsx update-translations.mts"
},
"dependencies": {
"@angular/animations": "^19.1.0",
"@angular/cdk": "^19.1.0",
"@angular/common": "^19.1.0",
"@angular/compiler": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/forms": "^19.1.0",
"@angular/material": "^19.1.0",
"@angular/material-luxon-adapter": "^19.1.0",
"@angular/platform-browser": "^19.1.0",
"@angular/platform-browser-dynamic": "^19.1.0",
"@angular/router": "^19.1.0",
"@fontsource-variable/inter": "^5.1.1",
"@jsverse/transloco": "^7.5.1",
"crypto-js": "^4.2.0",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"luxon": "^3.5.0",
"perfect-scrollbar": "^1.5.6",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.3",
"@angular/cli": "^19.1.3",
"@angular/compiler-cli": "^19.1.0",
"@cspell/eslint-plugin": "^8.17.2",
"@dotenvx/dotenvx": "^1.33.0",
"@eslint/js": "^9.18.0",
"@lokalise/node-api": "^13.0.0",
"@stylistic/eslint-plugin": "^2.13.0",
"@tailwindcss/typography": "^0.5.16",
"@types/chroma-js": "^2.4.5",
"@types/crypto-js": "^4.2.2",
"@types/decompress": "^4.2.7",
"@types/jasmine": "~5.1.5",
"@types/lodash-es": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.6",
"angular-eslint": "^19.0.2",
"autoprefixer": "^10.4.20",
"chroma-js": "2.4.2",
"decompress": "^4.2.1",
"eslint": "^9.18.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-github": "^5.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-perfectionist": "^4.7.0",
"jasmine-core": "~5.5.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.1.0",
"ora": "^8.1.1",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "~5.7.3",
"typescript-eslint": "^8.21.0"
}
}