-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
126 lines (126 loc) · 4.67 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
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "nexus-browser",
"version": "1.26.0",
"author": "Nexus Concepts",
"homepage": "https://nexusconcepts.com/",
"scripts": {
"prepare": "husky install",
"ng": "ng",
"start": "ng serve",
"build": "npm run packages && ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"capacitor:sync:after": "node patch/fix-cap-bridge.js & cp patch/CAPLog.swift 'node_modules/@capacitor/ios/Capacitor/Capacitor/CAPLog.swift' && cp patch/Logger.java 'node_modules/@capacitor/android/capacitor/src/main/java/com/getcapacitor/Logger.java'",
"lint-fix": "eslint . --ext .ts --fix && prettier \"**/*.ts\" --write",
"deploy": "npm run build && netlify deploy --prod",
"packages": "npm run build-packages || npm run write-packages",
"build-packages": "npx tsc ./scripts/list-plugins.ts > /dev/null",
"write-packages": "node ./scripts/list-plugins.js",
"assets": "npx capacitor-assets generate --iconBackgroundColor '#333333' --iconBackgroundColorDark '#333333' --splashBackgroundColor '#333333' --splashBackgroundColorDark '#333333'"
},
"prettier": "@ionic/prettier-config",
"eslintConfig": {
"extends": "@ionic/eslint-config/recommended"
},
"private": true,
"dependencies": {
"@angular/common": "^19.1.1",
"@angular/core": "^19.1.1",
"@angular/forms": "^19.1.1",
"@angular/platform-browser": "^19.1.1",
"@angular/platform-browser-dynamic": "^19.1.1",
"@angular/router": "^19.1.1",
"@capacitor-community/apple-sign-in": "6.0.0",
"@capacitor-community/bluetooth-le": "6.1.0",
"@capacitor-community/camera-preview": "6.0.1",
"@capacitor-community/keep-awake": "5.0.1",
"@capacitor/action-sheet": "6.0.3",
"@capacitor/android": "6.2.0",
"@capacitor/app": "6.0.2",
"@capacitor/barcode-scanner": "1.0.4",
"@capacitor/browser": "6.0.5",
"@capacitor/camera": "6.1.2",
"@capacitor/clipboard": "6.0.2",
"@capacitor/core": "6.2.0",
"@capacitor/device": "6.0.2",
"@capacitor/dialog": "6.0.2",
"@capacitor/filesystem": "6.0.3",
"@capacitor/geolocation": "6.1.0",
"@capacitor/haptics": "6.0.2",
"@capacitor/inappbrowser": "1.0.3",
"@capacitor/ios": "6.2.0",
"@capacitor/keyboard": "6.0.3",
"@capacitor/local-notifications": "6.1.2",
"@capacitor/motion": "6.0.1",
"@capacitor/network": "6.0.3",
"@capacitor/preferences": "6.0.3",
"@capacitor/screen-orientation": "6.0.3",
"@capacitor/screen-reader": "6.0.3",
"@capacitor/share": "6.0.3",
"@capacitor/splash-screen": "6.0.3",
"@capacitor/status-bar": "6.0.2",
"@capacitor/text-zoom": "6.0.3",
"@capacitor/toast": "6.0.3",
"@capawesome/capacitor-file-picker": "6.2.0",
"@ionic-enterprise/auth": "6.0.5",
"@ionic-enterprise/identity-vault": "5.14.5",
"@ionic-enterprise/secure-storage": "3.0.4",
"@ionic/angular": "7.8.0",
"@ionic/remote-log": "0.0.2",
"@sentry/capacitor": "1.1.0",
"angularx-qrcode": "19.0.0",
"animate.css": "^4.1.1",
"cordova-plugin-advanced-http": "3.3.1",
"cordova-plugin-discover": "github:dtarnawsky/cordova-plugin-discover",
"cordova-plugin-file": "8.1.3",
"cordova-plugin-inappbrowser": "6.0.0",
"ionicons": "7.4.0",
"rxjs": "7.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.2",
"@angular-eslint/builder": "19.0.2",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "^19.1.2",
"@angular/compiler": "^19.1.1",
"@angular/compiler-cli": "^19.1.1",
"@angular/language-service": "^19.1.1",
"@capacitor/cli": "6.2.0",
"@ionic/angular-toolkit": "12.1.1",
"@ionic/eslint-config": "0.4.0",
"@ionic/prettier-config": "4.0.0",
"@types/jasmine": "4.6.0",
"@types/node": "22.10.7",
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "8.57",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"husky": "8.0.3",
"jasmine-core": "5.1.1",
"jasmine-spec-reporter": "7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"tslib": "2.6.2",
"typescript": "5.5.4"
},
"description": "Browser Mobile Application",
"browserslist": [
"Chrome >=61",
"ChromeAndroid >=61",
"Firefox >=63",
"Edge >=79",
"Safari >=13",
"iOS >=13"
]
}