-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.37 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
{
"name": "vgmq",
"version": "0.25.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "eslint src/**/*.ts --fix & prettier --write \"src/**/*.ts\""
},
"private": true,
"dependencies": {
"@angular/animations": "~17.1.2",
"@angular/cdk": "^17.1.2",
"@angular/common": "~17.1.2",
"@angular/compiler": "~17.1.2",
"@angular/core": "~17.1.2",
"@angular/forms": "~17.1.2",
"@angular/material": "^17.1.2",
"@angular/platform-browser": "~17.1.2",
"@angular/platform-browser-dynamic": "~17.1.2",
"@angular/router": "~17.1.2",
"@angular/youtube-player": "^17.1.2",
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"apexcharts": "^3.49.0",
"bootstrap": "^5.3.2",
"chart.js": "^3.1.1",
"jwt-decode": "^2.2.0",
"luxon": "^2.0.2",
"mdb-angular-ui-kit": "^6.0.0",
"ng-apexcharts": "^1.10.0",
"ng-recaptcha": "^13.2.1",
"ngx-cookie-service": "^17.1.0",
"ngx-infinite-scroll": "^17.0.0",
"ngx-socket-io": "4.6.1",
"rxjs": "~7.5.4",
"standardized-audio-context": "25.3.63",
"tslib": "^2.0.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.1.2",
"@angular-eslint/builder": "17.2.1",
"@angular-eslint/eslint-plugin": "17.2.1",
"@angular-eslint/eslint-plugin-template": "17.2.1",
"@angular-eslint/schematics": "17.2.1",
"@angular-eslint/template-parser": "17.2.1",
"@angular/cli": "~17.1.2",
"@angular/compiler-cli": "~17.1.2",
"@angular/language-service": "~17.1.2",
"@types/jwt-decode": "^2.2.1",
"@types/luxon": "^2.0.4",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"angular-cli-ghpages": "^1.0.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.6",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-unused-imports": "^3.0.0",
"postcss": "^8.4.38",
"prettier": "^2.7.1",
"tailwindcss": "^3.4.3",
"typescript": "~5.3.3"
}
}