-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
91 lines (91 loc) · 2.75 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
{
"name": "paytaca-pos",
"version": "0.4.5",
"description": "Point-of-Sale system with inventory for Bitcoin Cash-accepting merchants",
"productName": "Paytaca POS",
"author": "joemar@paytaca.com",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@bitauth/libauth": "^2.0.0-alpha.8",
"@capacitor-community/barcode-scanner": "^2.1.1",
"@capacitor/app": "^1.1.1",
"@capacitor/camera": "^1.3.1",
"@capacitor/cli": "^3.9.0",
"@capacitor/core": "^3.9.0",
"@capacitor/device": "^1.1.2",
"@capacitor/keyboard": "^1.2.2",
"@capacitor/push-notifications": "^1.0.9",
"@ionic/pwa-elements": "^3.2.2",
"@jsonforms/core": "^3.1.0",
"@jsonforms/vue": "^3.1.0",
"@jsonforms/vue-vanilla": "^3.1.0",
"@noble/secp256k1": "^2.0.0",
"@psf/bch-js": "^6.2.11",
"@quasar/extras": "^1.0.0",
"@vue-leaflet/vue-leaflet": "^0.9.0",
"@vueuse/components": "^10.5.0",
"@vueuse/core": "^10.5.0",
"apexcharts": "^3.37.3",
"axios": "^0.21.4",
"axios-cache-adapter": "^2.7.3",
"capacitor-secure-storage-plugin": "^0.7.1",
"cashc": "^0.8.0",
"cashscript": "^0.8.0",
"core-js": "^3.6.5",
"leaflet": "^1.9.2",
"net": "^1.0.2",
"ping.js": "^0.3.0",
"pinia": "^2.0.22",
"pinia-plugin-persistedstate-2": "^2.0.1",
"quasar": "^2.6.0",
"raw-loader": "^4.0.2",
"rpc-websocket-client": "^1.1.4",
"s-ago": "^2.2.0",
"tls": "^0.0.1",
"translate-google": "^1.5.0",
"vue": "^3.0.0",
"vue-audio-visual": "^3.0.5",
"vue-barcode-reader": "^1.0.3",
"vue-clipboard2": "^0.3.3",
"vue-confetti-explosion": "^1.0.2",
"vue-i18n": "^10.0.0-alpha.5",
"vue-qrcode-component": "^2.1.1",
"vue-router": "^4.0.0",
"vue3-apexcharts": "^1.4.1",
"vue3-qrcode-reader": "0.0.1",
"watchtower-cash-js": "^0.1.30"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@quasar/app-webpack": "^3.0.0",
"browserfs": "^1.4.3",
"dotenv": "^16.0.3",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-webpack-plugin": "^3.1.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "^2.5.1"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}