-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "denmo",
"version": "0.0.1",
"description": "A decentralized Venmo",
"productName": "Denmo",
"cordovaId": "org.cordova.quasar.app",
"author": "Alexander <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@portis/web3": "^2.0.0-beta.12",
"@quasar/extras": "^1.0.0",
"@requestnetwork/request-client.js": "^0.1.1-alpha.4",
"axios": "^0.18.0",
"quasar": "^1.0.0-beta.0",
"web3": "^1.0.0-beta.46"
},
"devDependencies": {
"@quasar/app": "^1.0.0-beta.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"strip-ansi": "=3.0.1"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"resolutions": {
"ajv": "6.8.1"
}
}