-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.5 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.5 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
{
"name": "newapp",
"version": "0.0.1",
"description": "A Quasar Framework app",
"productName": "Quasar App",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "HolodaevaEkaterina <kata_1998@mail.ru>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.8.7",
"@ionic/pwa-elements": "^1.5.1",
"@quasar/extras": "^1.6.0",
"bitcoinjs-lib": "^5.1.7",
"canvas": "^2.6.1",
"cordova": "^9.0.0",
"dotenv": "^8.2.0",
"electron": "^7.1.7",
"es6-promise": "^4.2.8",
"ethers": "^4.0.44",
"module": "^1.2.5",
"qrcode.vue": "^1.7.0",
"qrious": "^4.0.2",
"qrloop": "^1.0.2",
"quasar": "^1.0.0",
"vue-qrcode-reader": "^2.1.1",
"vue-resource": "^1.5.1",
"vuejs-dialog": "^1.4.1",
"vuex": "^3.1.3"
},
"devDependencies": {
"@babel/preset-env": "^7.8.7",
"@quasar/app": "^1.0.0",
"@quasar/quasar-app-extension-testing": "^1.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^25.1.0",
"devtron": "^1.4.0",
"electron-debug": "^3.0.1",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^14.2.1",
"eslint": "^6.8.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"jest": "^25.1.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}