This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.54 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
{
"name": "about-me",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"deploy": "ng deploy",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.7",
"@angular/common": "^15.2.7",
"@angular/compiler": "^15.2.7",
"@angular/core": "^15.2.7",
"@angular/forms": "^15.2.7",
"@angular/platform-browser": "^15.2.7",
"@angular/platform-browser-dynamic": "^15.2.7",
"@angular/router": "^15.2.7",
"@fortawesome/angular-fontawesome": "^0.12.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@netlify-builder/deploy": "^5.0.0",
"@ng-bootstrap/ng-bootstrap": "^14.1.0",
"@popperjs/core": "^2.11.7",
"bootstrap": "^5.2.3",
"chart.js": "^4.2.1",
"chartjs-plugin-annotation": "^2.2.1",
"front-matter": "^4.0.2",
"marked": "^4.1.1",
"ng2-charts": "^4.1.1",
"ngx-markdown": "^15.1.2",
"prism-themes": "^1.4.0",
"prismjs": "^1.29.0",
"rxjs": "^7.8.0",
"tslib": "^2.5.0",
"zone.js": "^0.13.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1502.6",
"@angular-devkit/build-angular": "^15.2.6",
"@angular-devkit/build-webpack": "^0.1502.6",
"@angular-devkit/core": "^15.2.6",
"@angular-eslint/builder": "^15.2.1",
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular-eslint/eslint-plugin-template": "^15.2.1",
"@angular-eslint/schematics": "^15.2.1",
"@angular-eslint/template-parser": "^15.2.1",
"@angular/cli": "^15.2.6",
"@angular/compiler-cli": "^15.2.7",
"@angular/language-service": "^15.2.7",
"@types/chart.js": "^2.9.22",
"@types/chartjs-plugin-annotation": "^0.5.0",
"@types/jasmine": "^4.3.1",
"@types/jasminewd2": "~2.0.3",
"@types/marked": "^4.0.7",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"codelyzer": "^6.0.2",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jasmine-core": "^4.6.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"prettier": "^2.0.5",
"protractor": "^7.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}