-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.28 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.28 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
102
103
104
105
106
{
"name": "@paddzo/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "~20.3.0",
"@angular/animations": "^20.1.3",
"@angular/cdk": "^20.1.2",
"@angular/common": "^20.1.3",
"@angular/compiler": "^20.1.3",
"@angular/core": "^20.1.3",
"@angular/forms": "^20.1.3",
"@angular/localize": "^21.0.5",
"@angular/platform-browser": "^20.1.3",
"@angular/platform-browser-dynamic": "^20.1.3",
"@angular/platform-server": "^20.1.3",
"@angular/router": "^20.1.3",
"@angular/ssr": "^20.1.3",
"@ng-bootstrap/ng-bootstrap": "^19.0.1",
"@ngx-loading-bar/core": "^7.0.0",
"@ngx-loading-bar/http-client": "^7.0.0",
"@ngx-loading-bar/router": "^7.0.0",
"@ngx-translate/core": "^16.0.4",
"@ngx-translate/http-loader": "^16.0.1",
"@ngxs/storage-plugin": "^20.0.1",
"@ngxs/store": "^20.0.1",
"@popperjs/core": "^2.11.8",
"apexcharts": "^4.5.0",
"bootstrap": "^5.3.3",
"environments": "^1.2.7",
"express": "^4.21.2",
"feather-icons": "^4.29.1",
"ng-apexcharts": "1.17.0",
"ng-select2-component": "^16.0.0",
"ngx-dropzone": "^3.1.0",
"ngx-editor": "^16.0.1",
"ngx-image-zoom": "^2.1.0",
"ngx-owl-carousel-o": "^20.0.0",
"ngx-print": "^2.0.0",
"ngx-toastr": "^19.0.0",
"nodemon": "^3.1.9",
"rxjs": "~7.8.0",
"swiper": "^11.2.4",
"tslib": "^2.3.0",
"uninstall": "^0.0.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/core": "~20.3.0",
"@angular-devkit/schematics": "~20.3.0",
"@angular-eslint/eslint-plugin": "^20.1.1",
"@angular-eslint/eslint-plugin-template": "^20.1.1",
"@angular-eslint/template-parser": "^20.1.1",
"@angular/build": "^20.1.3",
"@angular/cli": "^20.1.3",
"@angular/compiler-cli": "^20.1.3",
"@angular/language-service": "~20.3.0",
"@eslint/js": "^9.8.0",
"@nx/angular": "22.2.3",
"@nx/eslint": "22.2.3",
"@nx/eslint-plugin": "22.2.3",
"@nx/js": "22.2.3",
"@nx/web": "22.2.3",
"@nx/workspace": "22.2.3",
"@schematics/angular": "~20.3.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/express": "^4.17.21",
"@types/feather-icons": "^4.29.4",
"@types/jasmine": "~5.1.0",
"@types/node": "20.19.9",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"@typescript-eslint/utils": "^8.40.0",
"angular-eslint": "^20.3.0",
"autoprefixer": "^10.4.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.3",
"jasmine-core": "~5.2.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"less": "^4.2.0",
"nx": "22.2.3",
"postcss": "^8.4.5",
"prettier": "^3.6.2",
"tailwindcss": "^3.0.2",
"tslib": "^2.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.40.0"
},
"overrides": {
"ngx-owl-carousel-o": {
"@angular/common": "^20.1.2",
"@angular/core": "^20.1.2"
}
},
"packageManager": "yarn@4.12.0"
}