@phongnt3099/thienphucdental-api 1.1.4 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +123 -122
package/package.json CHANGED
@@ -1,122 +1,123 @@
1
- {
2
- "name": "@phongnt3099/thienphucdental-api",
3
- "version": "1.1.4",
4
- "main": "dist/index.js",
5
- "types": "dist/index.d.ts",
6
- "files": [
7
- "nswag/**/*"
8
- ],
9
- "scripts": {
10
- "ng": "ng",
11
- "publish": "gulp build && ng build --configuration production",
12
- "lint": "eslint -c .eslintrc.js --ext .ts src",
13
- "post-publish": "shx mv ./wwwroot/dist/* ./wwwroot/",
14
- "publish-k8s": "gulp build && ng build --configuration k8s --verbose",
15
- "start": "ng serve --host 0.0.0.0 --port 4200",
16
- "hmr": "gulp buildDev && ng serve --host 0.0.0.0 --port 4200 --hmr",
17
- "test": "gulp buildDev && ng test",
18
- "create-dynamic-bundles": "gulp buildDev",
19
- "nswag": "cd nswag/ && refresh.bat"
20
- },
21
- "private": false,
22
- "dependencies": {
23
- "@angular-eslint/eslint-plugin": "^17.2.1",
24
- "@angular/animations": "^17.1.2",
25
- "@angular/cdk": "^17.1.2",
26
- "@angular/common": "^17.1.2",
27
- "@angular/compiler": "^17.1.2",
28
- "@angular/core": "^17.1.2",
29
- "@angular/forms": "^17.1.2",
30
- "@angular/platform-browser": "^17.1.2",
31
- "@angular/platform-browser-dynamic": "^17.1.2",
32
- "@angular/platform-server": "^17.1.2",
33
- "@angular/router": "^17.1.2",
34
- "@awaismirza/angular2-counto": "^0.0.2",
35
- "@azure/msal-browser": "^3.7.1",
36
- "@craftsjs/perfect-scrollbar": "^5.1.0",
37
- "@fullcalendar/angular": "^6.1.20",
38
- "@fullcalendar/core": "^6.1.9",
39
- "@fullcalendar/daygrid": "^6.1.20",
40
- "@fullcalendar/interaction": "^6.1.20",
41
- "@fullcalendar/timegrid": "^6.1.20",
42
- "@microsoft/signalr": "^8.0.0",
43
- "@popperjs/core": "^2.11.8",
44
- "@swimlane/ngx-charts": "^20.5.0",
45
- "abp-ng2-module": "^10.0.0",
46
- "abp-web-resources": "^5.9.1",
47
- "adal-angular": "^1.0.18",
48
- "angular-gridster2": "^17.0.0",
49
- "angular-imask": "^7.1.3",
50
- "angular-oauth2-oidc": "^17.0.1",
51
- "animate.css": "^4.1.1",
52
- "chart.js": "^4.4.0",
53
- "cookieconsent": "^3.1.1",
54
- "core-js": "^3.35.1",
55
- "core-util-is": "^1.0.3",
56
- "famfamfam-flags": "^1.0.0",
57
- "js-cookie": "^3.0.5",
58
- "just-compare": "^2.3.0",
59
- "localforage": "^1.10.0",
60
- "lodash-es": "^4.17.21",
61
- "luxon": "^3.4.4",
62
- "ng-recaptcha": "^13.2.1",
63
- "ng2-file-upload": "^5.0.0",
64
- "ngx-bootstrap": "^12.0.0",
65
- "ngx-image-cropper": "^7.1.2",
66
- "ngx-spinner": "^16.0.2",
67
- "object-path": "^0.11.8",
68
- "perfect-scrollbar": "^1.5.5",
69
- "primeicons": "^6.0.1",
70
- "primeng": "^17.5.0",
71
- "push.js": "^1.0.12",
72
- "quill": "^1.3.7",
73
- "rtl-detect": "^1.1.2",
74
- "rxjs": "^7.8.1",
75
- "simple-line-icons": "^2.5.5",
76
- "sweetalert2": "^11.10.5",
77
- "tippy.js": "^6.3.7",
78
- "tslib": "^2.6.2",
79
- "zone.js": "~0.14.2"
80
- },
81
- "devDependencies": {
82
- "@angular-devkit/build-angular": "^17.1.2",
83
- "@angular/cli": "^17.1.2",
84
- "@angular/compiler-cli": "^17.1.2",
85
- "@angularclass/hmr": "^3.0.0",
86
- "@angularclass/hmr-loader": "^3.0.4",
87
- "@types/jasmine": "~5.1.2",
88
- "@types/jasminewd2": "^2.0.13",
89
- "@types/lodash-es": "^4.17.11",
90
- "@types/luxon": "^3.4.2",
91
- "@types/node": "^20.11.16",
92
- "@typescript-eslint/eslint-plugin": "^6.21.0",
93
- "@typescript-eslint/parser": "^6.21.0",
94
- "codelyzer": "^6.0.2",
95
- "eslint": "^8.54.0",
96
- "eslint-config-prettier": "^9.0.0",
97
- "eslint-plugin-import": "^2.29.0",
98
- "eslint-plugin-prettier": "^5.0.1",
99
- "globby": "^11.0.4",
100
- "gulp": "^4.0.2",
101
- "gulp-clean-css": "^4.3.0",
102
- "gulp-concat": "^2.6.1",
103
- "gulp-less": "^5.0.0",
104
- "gulp-postcss": "^10.0.0",
105
- "gulp-uglify": "^3.0.2",
106
- "jasmine-core": "~5.1.1",
107
- "jasmine-spec-reporter": "~7.0.0",
108
- "karma": "~6.4.2",
109
- "karma-chrome-launcher": "~3.2.0",
110
- "karma-cli": "~2.0.0",
111
- "karma-coverage-istanbul-reporter": "~3.0.3",
112
- "karma-jasmine": "~5.1.0",
113
- "karma-jasmine-html-reporter": "^2.1.0",
114
- "merge-stream": "^2.0.0",
115
- "nswag": "^14.0.3",
116
- "postcss-url": "^10.1.3",
117
- "prettier": "^3.2.5",
118
- "shx": "^0.3.4",
119
- "ts-node": "~10.9.1",
120
- "typescript": "5.2.2"
121
- }
122
- }
1
+ {
2
+ "name": "@phongnt3099/thienphucdental-api",
3
+ "version": "1.1.6",
4
+ "main": "dist/index.js",
5
+ "types": "dist/index.d.ts",
6
+ "files": [
7
+ "nswag/**/*"
8
+ ],
9
+ "scripts": {
10
+ "ng": "ng",
11
+ "publish": "gulp build && ng build --configuration production",
12
+ "lint": "eslint -c .eslintrc.js --ext .ts src",
13
+ "post-publish": "shx mv ./wwwroot/dist/* ./wwwroot/",
14
+ "publish-k8s": "gulp build && ng build --configuration k8s --verbose",
15
+ "start": "ng serve --host 0.0.0.0 --port 4200",
16
+ "hmr": "gulp buildDev && ng serve --host 0.0.0.0 --port 4200 --hmr",
17
+ "test": "gulp buildDev && ng test",
18
+ "create-dynamic-bundles": "gulp buildDev",
19
+ "nswag": "cd nswag/ && refresh.bat"
20
+ },
21
+ "private": false,
22
+ "dependencies": {
23
+ "@angular-eslint/eslint-plugin": "^17.2.1",
24
+ "@angular/animations": "^17.1.2",
25
+ "@angular/cdk": "^17.1.2",
26
+ "@angular/common": "^17.1.2",
27
+ "@angular/compiler": "^17.1.2",
28
+ "@angular/core": "^17.1.2",
29
+ "@angular/forms": "^17.1.2",
30
+ "@angular/platform-browser": "^17.1.2",
31
+ "@angular/platform-browser-dynamic": "^17.1.2",
32
+ "@angular/platform-server": "^17.1.2",
33
+ "@angular/router": "^17.1.2",
34
+ "@awaismirza/angular2-counto": "^0.0.2",
35
+ "@azure/msal-browser": "^3.7.1",
36
+ "@craftsjs/perfect-scrollbar": "^5.1.0",
37
+ "@fullcalendar/angular": "^6.1.20",
38
+ "@fullcalendar/core": "^6.1.9",
39
+ "@fullcalendar/daygrid": "^6.1.20",
40
+ "@fullcalendar/interaction": "^6.1.20",
41
+ "@fullcalendar/timegrid": "^6.1.20",
42
+ "@microsoft/signalr": "^8.0.0",
43
+ "@popperjs/core": "^2.11.8",
44
+ "@swimlane/ngx-charts": "^20.5.0",
45
+ "abp-ng2-module": "^10.0.0",
46
+ "abp-web-resources": "^5.9.1",
47
+ "adal-angular": "^1.0.18",
48
+ "angular-gridster2": "^17.0.0",
49
+ "angular-imask": "^7.1.3",
50
+ "angular-oauth2-oidc": "^17.0.1",
51
+ "animate.css": "^4.1.1",
52
+ "chart.js": "^4.4.0",
53
+ "cookieconsent": "^3.1.1",
54
+ "core-js": "^3.35.1",
55
+ "core-util-is": "^1.0.3",
56
+ "famfamfam-flags": "^1.0.0",
57
+ "js-cookie": "^3.0.5",
58
+ "just-compare": "^2.3.0",
59
+ "localforage": "^1.10.0",
60
+ "lodash-es": "^4.17.21",
61
+ "luxon": "^3.4.4",
62
+ "moment": "^2.30.1",
63
+ "ng-recaptcha": "^13.2.1",
64
+ "ng2-file-upload": "^5.0.0",
65
+ "ngx-bootstrap": "^12.0.0",
66
+ "ngx-image-cropper": "^7.1.2",
67
+ "ngx-spinner": "^16.0.2",
68
+ "object-path": "^0.11.8",
69
+ "perfect-scrollbar": "^1.5.5",
70
+ "primeicons": "^6.0.1",
71
+ "primeng": "^17.5.0",
72
+ "push.js": "^1.0.12",
73
+ "quill": "^1.3.7",
74
+ "rtl-detect": "^1.1.2",
75
+ "rxjs": "^7.8.1",
76
+ "simple-line-icons": "^2.5.5",
77
+ "sweetalert2": "^11.10.5",
78
+ "tippy.js": "^6.3.7",
79
+ "tslib": "^2.6.2",
80
+ "zone.js": "~0.14.2"
81
+ },
82
+ "devDependencies": {
83
+ "@angular-devkit/build-angular": "^17.1.2",
84
+ "@angular/cli": "^17.1.2",
85
+ "@angular/compiler-cli": "^17.1.2",
86
+ "@angularclass/hmr": "^3.0.0",
87
+ "@angularclass/hmr-loader": "^3.0.4",
88
+ "@types/jasmine": "~5.1.2",
89
+ "@types/jasminewd2": "^2.0.13",
90
+ "@types/lodash-es": "^4.17.11",
91
+ "@types/luxon": "^3.4.2",
92
+ "@types/node": "^20.11.16",
93
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
94
+ "@typescript-eslint/parser": "^6.21.0",
95
+ "codelyzer": "^6.0.2",
96
+ "eslint": "^8.54.0",
97
+ "eslint-config-prettier": "^9.0.0",
98
+ "eslint-plugin-import": "^2.29.0",
99
+ "eslint-plugin-prettier": "^5.0.1",
100
+ "globby": "^11.0.4",
101
+ "gulp": "^4.0.2",
102
+ "gulp-clean-css": "^4.3.0",
103
+ "gulp-concat": "^2.6.1",
104
+ "gulp-less": "^5.0.0",
105
+ "gulp-postcss": "^10.0.0",
106
+ "gulp-uglify": "^3.0.2",
107
+ "jasmine-core": "~5.1.1",
108
+ "jasmine-spec-reporter": "~7.0.0",
109
+ "karma": "~6.4.2",
110
+ "karma-chrome-launcher": "~3.2.0",
111
+ "karma-cli": "~2.0.0",
112
+ "karma-coverage-istanbul-reporter": "~3.0.3",
113
+ "karma-jasmine": "~5.1.0",
114
+ "karma-jasmine-html-reporter": "^2.1.0",
115
+ "merge-stream": "^2.0.0",
116
+ "nswag": "^14.0.3",
117
+ "postcss-url": "^10.1.3",
118
+ "prettier": "^3.2.5",
119
+ "shx": "^0.3.4",
120
+ "ts-node": "~10.9.1",
121
+ "typescript": "5.2.2"
122
+ }
123
+ }