-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.85 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.85 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
{
"name": "web-moralar",
"version": "0.0.0",
"engines": {
"node": "16.4.0"
},
"scripts": {
"ng": "ng",
"config": "ts-node ./src/assets/scripts/setEnv.ts",
"start": "ng serve --open --proxy-config proxy.conf.json",
"start-prod": "ng serve --open --prod --proxy-config proxy.conf.json",
"build": "ng build --prod --aot && copyfiles staticwebapp.config.json dist/app",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@agm/core": "^3.0.0-beta.0",
"@angular/animations": "^10.2.5",
"@angular/cdk": "^10.2.7",
"@angular/common": "~10.2.3",
"@angular/compiler": "~10.2.3",
"@angular/core": "~10.2.3",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "~10.2.3",
"@angular/localize": "~10.2.3",
"@angular/material": "^10.2.7",
"@angular/platform-browser": "~10.2.3",
"@angular/platform-browser-dynamic": "~10.2.3",
"@angular/router": "~10.2.3",
"@fortawesome/angular-fontawesome": "^0.6.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@hallysonh/ngx-imageviewer": "^2.0.4",
"@ng-bootstrap/ng-bootstrap": "^8.0.0",
"bootstrap": "^4.5.2",
"compressorjs": "^1.0.6",
"dotenv": "^16.3.1",
"date-fns": "^4.1.0",
"gsap": "^3.12.5",
"hammerjs": "^2.0.8",
"lodash": "^4.17.21",
"luxon": "^1.25.0",
"ng-gallery": "^5.1.1",
"ng2-currency-mask": "^9.0.2",
"ngx-image-cropper": "^3.2.1",
"ngx-mask": "^10.0.4",
"rxjs": "~6.6.3",
"sweetalert2": "^11.1.10",
"tslib": "^2.0.0",
"yargs": "^13.3.2",
"zone.js": "~0.11.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1002.0",
"@angular/cli": "~10.2.0",
"@angular/compiler-cli": "~10.2.3",
"@types/googlemaps": "^3.39.13",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.161",
"@types/luxon": "^1.25.0",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"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",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.5"
}
}