-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.5 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
{
"name": "blog",
"version": "0.0.24",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"browser": {
"crypto": false
},
"overrides": {
"ngx-webstorage": {
"@angular/common": "$@angular/common",
"@angular/core": "$@angular/core"
}
},
"dependencies": {
"@angular/animations": "^19.0.0",
"@angular/cdk": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/material": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/pwa": "^19.0.1",
"@angular/router": "^19.0.0",
"@angular/service-worker": "^19.0.0",
"@tensorflow/tfjs": "^4.13.0",
"angularx-qrcode": "^19.0.0",
"date-fns": "^3.6.0",
"emoji-toolkit": "^6.6.0",
"hammerjs": "^2.0.8",
"highlight.js": "^11.6.0",
"katex": "^0.16.10",
"ngx-webcam": "^0.4.1",
"ngx-webstorage": "^18.0.0",
"normalize.css": "^8.0.1",
"rambda": "^8.5.0",
"remarkable": "^2.0.1",
"remarkable-katex": "^1.2.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.1",
"@angular-eslint/builder": "^18.4.0",
"@angular-eslint/eslint-plugin": "^18.4.0",
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/schematics": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/cli": "^19.0.1",
"@angular/compiler-cli": "^19.0.0",
"@angular/language-service": "^19.0.0",
"@types/hammerjs": "^2.0.45",
"@types/jasmine": "^5.1.4",
"@types/jasminewd2": "^2.0.13",
"@types/mathjax": "^0.0.40",
"@types/node": "^20.10.0",
"@types/ramda": "^0.29.9",
"@types/remarkable": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "^3.1.0",
"rxjs-spy": "^8.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.6.3"
}
}