-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "quasar-project",
"version": "0.0.1",
"description": "A Quasar Project",
"productName": "Quasar App",
"author": "Wilzxcs <[email protected]>",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
"axios": "^1.7.2",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.6",
"bitcore-lib-cash": "^10.0.39",
"browserify": "^17.0.0",
"buffer": "^6.0.3",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qrcode": "^1.5.3",
"qrcode-js-package": "^1.0.4",
"qrcode.vue": "^3.4.1",
"qrious": "^4.0.2",
"quasar": "^2.16.0",
"vue": "^3.4.18",
"vue-router": "^4.0.12",
"vuex": "^4.1.0",
"webpack": "^5.92.1"
},
"devDependencies": {
"@quasar/app-vite": "^1.9.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.14"
},
"engines": {
"node": "^20 || ^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}