forked from ValoSpectra/Spectra-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.84 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.84 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
{
"name": "spectra-frontend",
"version": "0.1.3",
"author": {
"name": "Purple Shark UG (haftungsbeschränkt), nobii",
"url": "https://valospectra.com"
},
"scripts": {
"ng": "ng",
"start": "ng serve --configuration development",
"start-docker": "ng serve --port=80 --host 0.0.0.0",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"lint-fix": "ng lint --fix",
"format": "prettier --write src"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.2.1",
"@angular/common": "^20.2.1",
"@angular/compiler": "^20.2.1",
"@angular/core": "^20.2.1",
"@angular/forms": "^20.2.1",
"@angular/platform-browser": "^20.2.1",
"@angular/platform-browser-dynamic": "^20.2.1",
"@angular/router": "^20.2.1",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"@tailwindcss/postcss": "^4.1.10",
"animejs": "^4.0.2",
"express": "^4.21.2",
"lodash": "^4.17.21",
"rxjs": "~7.8.2",
"socket.io-client": "4.8.1",
"tailwindcss": "^4.1.10",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular/build": "^20.2.0",
"@angular/cli": "^20.2.0",
"@angular/compiler-cli": "^20.2.1",
"@types/jasmine": "~5.1.7",
"@types/lodash": "^4",
"angular-eslint": "20.2.0",
"eslint": "^9.28.0",
"eslint-config-prettier": "^9.1.0",
"jasmine-core": "^5.6.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",
"prettier": "3.5.3",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "~5.8.3",
"typescript-eslint": "^8.33.1"
},
"packageManager": "yarn@4.7.0"
}