-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.03 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
{
"name": "mybatboo",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build && npx cap sync",
"build:dev": "ng run mybatboo:build:development",
"build:prod": "ng run mybatboo:build:production && cp _redirects dist/mybatboo",
"build:android": "npm run build:dev && npx cap sync android && npx cap run android",
"build:ios": "npm run build:dev && npx cap sync ios && npx cap run ios",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"android": "npx cap run android",
"ios": "npx cap run ios"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/cdk": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/material": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@capacitor-community/http": "^1.4.1",
"@capacitor/android": "^5.0.3",
"@capacitor/angular": "^2.0.3",
"@capacitor/app": "^5.0.2",
"@capacitor/camera": "^5.0.2",
"@capacitor/core": "^5.0.3",
"@capacitor/filesystem": "^5.0.2",
"@capacitor/geolocation": "^5.0.2",
"@capacitor/ios": "^5.0.3",
"@capacitor/preferences": "^5.0.2",
"@capacitor/toast": "^5.0.2",
"@ionic/angular": "^7.0.6",
"@ionic/cli": "^7.1.1",
"@ionic/pwa-elements": "^3.1.1",
"@mapiacompany/armory": "2.0.1",
"@mapiacompany/ngx-bootstrap-modal": "^0.2.3",
"@mapiacompany/ngx-translate": "0.4.4-rc.4",
"@mapiacompany/styled-components": "^2.2.7",
"@ngrx/effects": "^15.4.0",
"@ngrx/entity": "^15.4.0",
"@ngrx/router-store": "^15.4.0",
"@ngrx/store": "^15.4.0",
"@ngrx/store-devtools": "^15.4.0",
"@types/node": "^18.15.11",
"bootstrap": "~4.6.2",
"capacitor-plugin-safe-area": "^2.0.3",
"cordova-plugin-camera-preview": "^0.12.3",
"fast-average-color": "^9.3.0",
"graphql": "16.6.0",
"graphql-tag": "^2.12.6",
"kakao-maps-sdk": "^1.0.1",
"lottie-web": "^5.11.0",
"ng-zorro-antd": "^16.0.0",
"ngx-bootstrap": "^10.2.0",
"ngx-lottie": "^10.0.0",
"ngx-slider-v2": "^16.0.1",
"ngx-toastr": "^16.2.0",
"rxjs": "~7.8.0",
"tippy.js": "^6.3.1",
"tslib": "^2.3.0",
"tslint": "^6.1.3",
"tslint-angular": "^3.0.3",
"uuid": "^9.0.0",
"webfontloader": "^1.6.28",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/elements": "^16.0.0",
"@capacitor/cli": "^5.0.3",
"@mapiacompany/style-utils": "0.1.12",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"typescript": "~4.9.4"
}
}