-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.63 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
{
"engines": {
"node": ">=18.19.0"
},
"name": "tekniskmuseum",
"version": "0.0.0",
"scripts": {
"prettier": "prettier --end-of-line=crlf --write src/**/*.ts",
"start": "ng serve --host 0.0.0.0",
"build": "ng build",
"build:ci": "ng build --configuration production",
"build:computas": "ng build --configuration computas",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.2",
"@angular/cdk": "^18.0.2",
"@angular/common": "^18.0.2",
"@angular/compiler": "^18.0.2",
"@angular/core": "^18.0.2",
"@angular/forms": "^18.0.2",
"@angular/localize": "^18.0.4",
"@angular/material": "^18.0.2",
"@angular/material-moment-adapter": "^18.2.7",
"@angular/platform-browser": "^18.0.2",
"@angular/platform-browser-dynamic": "^18.0.2",
"@angular/router": "^18.0.2",
"@angular/service-worker": "^18.0.2",
"@canvasjs/angular-charts": "^1.2.0",
"@canvasjs/charts": "^3.10.10",
"angular-moment": "^1.3.0",
"canvas-confetti": "^1.9.3",
"howler": "^2.2.4",
"moment": "^2.30.1",
"rxjs": "~7.8.1",
"socket.io-client": "^4.7.5",
"tslib": "^2.6.3",
"zone.js": "~0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.3",
"@angular/cli": "^18.0.3",
"@angular/compiler-cli": "^18.0.0",
"@types/canvas-confetti": "^1.6.4",
"@types/howler": "^2.2.11",
"angular-eslint": "18.0.1",
"eslint": "^9.3.0",
"prettier": "^2.0.5",
"ts-node": "~8.3.0",
"typescript": "~5.4.2",
"typescript-eslint": "8.0.0-alpha.20"
}
}