-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.47 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": "indy-inspector",
"version": "1.0.5-Beta",
"description": "Inspect Hyperledger Indy Transactions in Real-Time. Use the Tykn Indy Inspector to see your transactions happen in the Sovrin network (or your own network) right away.",
"productName": "Tykn Indy Inspector",
"author": "Eduardo Elias Saleh <du7@msn.com>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src --fix",
"test": "echo \"No test specified\" && exit 0",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "^1.6.4",
"axios": "^0.19.2",
"cors": "^2.8.5",
"moment": "^2.24.0",
"quasar": "^1.9.14",
"socket.io": "^2.3.0",
"vue-i18n": "^8.15.5",
"vue-json-pretty": "^1.6.3",
"vue-moment": "^4.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@quasar/app": "^1.6.2",
"@quasar/quasar-app-extension-qmarkdown": "^1.0.24",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.2.2",
"strip-ansi": "6.0.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}