-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 2.35 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
{
"name": "hunter",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "rm -rf /build && ng build --output-path build/",
"watch": "ng build --watch --configuration development",
"build-image": "docker compose -f docker-compose.yml build",
"push-image": "docker push msc24x/hunter-backend:latest"
},
"private": true,
"dependencies": {
"@angular/animations": "~16.0.2",
"@angular/cdk": "^16.2.14",
"@angular/common": "~16.0.2",
"@angular/compiler": "~16.0.2",
"@angular/core": "~16.0.2",
"@angular/forms": "~16.0.2",
"@angular/material": "^16.2.14",
"@angular/platform-browser": "~16.0.2",
"@angular/platform-browser-dynamic": "~16.0.2",
"@angular/router": "~16.0.2",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"ace-builds": "^1.4.14",
"assert": "^2.0.0",
"body-parser": "^1.19.1",
"express": "^4.17.2",
"fs": "^0.0.1-security",
"katex": "^0.16.0",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"rxjs": "~7.4.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tslib": "^2.3.0",
"typescript": "^4.9.3",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.0.2",
"@angular/cli": "~16.0.2",
"@angular/compiler-cli": "~16.0.2",
"@eslint/js": "^9.9.0",
"@types/jasmine": "~3.10.0",
"@types/katex": "^0.14.0",
"@types/node": "^12.20.42",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"argon2": "^0.28.3",
"crypto-browserify": "^3.12.0",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"nodemon": "^2.0.15",
"typescript-eslint": "^8.0.1"
},
"browser": {}
}