-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.1 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.1 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "phos",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"start:website": "nx run website:serve",
"start:api": "nx run api:serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.4",
"@angular/cdk": "17.3.4",
"@angular/common": "17.3.4",
"@angular/compiler": "17.3.4",
"@angular/core": "17.3.4",
"@angular/forms": "17.3.4",
"@angular/platform-browser": "17.3.4",
"@angular/platform-browser-dynamic": "17.3.4",
"@angular/router": "17.3.4",
"@angular/service-worker": "17.3.4",
"@fortawesome/angular-fontawesome": "^0.14.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@jaames/iro": "5.5.2",
"@nestjs/common": "10.0.2",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "10.4.3",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/platform-express": "10.4.3",
"@nestjs/platform-socket.io": "^10.3.7",
"@nestjs/typeorm": "^10.0.0",
"@nestjs/websockets": "^10.0.2",
"@ngrx/store": "17.0.1",
"@ngrx/store-devtools": "17.0.1",
"aos": "^2.3.4",
"audiomotion-analyzer": "^4.5.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"daisyui": "^4.12.6",
"echarts": "^5.5.0",
"fast-average-color": "^9.4.0",
"gsap": "^3.12.5",
"joi": "^17.11.0",
"lodash": "^4.17.21",
"mysql2": "^3.11.3",
"ngx-echarts": "^17.1.0",
"@angular-slider/ngx-slider": "^17.0.2",
"node-vibrant": "^3.1.6",
"reflect-metadata": "^0.1.13",
"rxjs": "7.8.1",
"socket.io-client": "^4.7.5",
"tslib": "^2.3.0",
"typeorm": "^0.3.20",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.9",
"@angular-devkit/core": "17.3.4",
"@angular-devkit/schematics": "17.3.4",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "17.3.4",
"@angular/language-service": "17.3.4",
"@angular/pwa": "17.3.4",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.2",
"@nx/angular": "19.0.8",
"@nx/eslint": "19.0.8",
"@nx/eslint-plugin": "19.0.8",
"@nx/jest": "19.0.8",
"@nx/nest": "19.0.8",
"@nx/node": "19.0.8",
"@nx/workspace": "19.0.8",
"@schematics/angular": "17.3.4",
"@types/aos": "^3.0.5",
"@types/jest": "29.4.4",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.3.0",
"@typescript-eslint/parser": "7.3.0",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-preset-angular": "14.0.3",
"nx": "19.0.8",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"tailwindcss": "^3.4.3",
"ts-jest": "29.1.1",
"ts-node": "^10.9.1",
"typescript": "5.4.5"
}
}