-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.7 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
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
107
108
109
110
111
112
113
114
{
"name": "real-estate",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4888",
"staging": "ng serve --port 4888 --configuration=production",
"start-prod": "ng serve --port 4888 --prod=true --configuration=production",
"build": "ng build --configuration=production --optimization=false",
"buildo": "ng build --configuration=production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "^2.0.3",
"@angular/animations": "^12.2.13",
"@angular/cdk": "^12.2.12",
"@angular/common": "~12.2.13",
"@angular/compiler": "~12.2.13",
"@angular/core": "~12.2.13",
"@angular/forms": "~12.2.13",
"@angular/google-maps": "^12.2.12",
"@angular/material": "^12.2.12",
"@angular/platform-browser": "~12.2.13",
"@angular/platform-browser-dynamic": "~12.2.13",
"@angular/router": "~12.2.13",
"@antv/data-set": "^0.11.7",
"@antv/g2": "^4.1.4",
"@antv/g2plot": "^2.3.3",
"@ckeditor/ckeditor5-angular": "^2.0.2",
"@ckeditor/ckeditor5-build-classic": "^31.0.0",
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@ngneat/transloco": "^2.19.1",
"@ngneat/transloco-messageformat": "^1.3.0",
"@ngx-gallery/core": "^5.0.0-beta.0",
"@ngx-gallery/gallerize": "^5.0.0-beta.0",
"@ngx-gallery/lightbox": "^5.0.0-beta.0",
"@sindresorhus/slugify": "^1.1.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"@types/dinero.js": "^1.6.5",
"@types/google-maps": "^3.2.3",
"@types/googlemaps": "3.43.3",
"@types/lodash": "^4.14.165",
"@types/overlayscrollbars": "^1.12.0",
"ag-grid-angular": "^26.1.0",
"ag-grid-community": "^26.1.0",
"angular-imask": "^6.0.5",
"cashify": "^2.5.0",
"class-transformer": "^0.2.3",
"dinero.js": "^1.9.1",
"flag-icon-css": "^4.1.5",
"lodash": "^4.17.21",
"lottie-web": "5.8.1",
"material-bottom-nav": "^1.2.0",
"messageformat": "^2.3.0",
"ng-zorro-antd": "^12.0.2",
"ngx-currency": "^2.5.3",
"ngx-facebook": "^3.0.0-0",
"ngx-lottie": "^7.0.4",
"ngx-mask": "^12.0.0",
"ngx-pagination": "5.1.1",
"ngx-sharebuttons": "^8.0.5",
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-ngx": "^0.2.3",
"plural-ru": "^2.0.2",
"redux": "^4.0.5",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.6.3",
"spinkit": "^2.0.1",
"string-similarity": "^4.0.4",
"swiper": "^7.2.0",
"tailwindcss": "^2.0.1",
"tslib": "^2.0.0",
"uppy": "^1.21.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.13",
"@angular/cli": "~12.2.13",
"@angular/compiler-cli": "~12.2.13",
"@inventium/antd-scss-theme-plugin": "^1.1.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.19.6",
"autoprefixer": "10.0.4",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.8",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"postcss": "8.1.6",
"postcss-import": "13.0.0",
"postcss-loader": "4.0.4",
"postcss-scss": "3.0.4",
"prettier": "2.4.1",
"protractor": "~7.0.0",
"tailwindcss": "2.0.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"tslint-angular": "^3.0.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "~4.3.5"
}
}