forked from telosnetwork/open-block-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.99 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
{
"name": "open-block-explorer",
"version": "1.2.0",
"description": "..",
"productName": "Telos Block Explorer",
"author": "DonaldPeat <[email protected]>",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "quasar clean && quasar build",
"lint": "eslint --ext .js,.ts,.vue ./",
"test": "jest --coverage",
"test:coverage": "quasar serve test/jest/coverage/lcov-report/ --port 8788"
},
"dependencies": {
"@greymass/eosio": "^0.6.8",
"@quasar/extras": "^1.13.4",
"@telosnetwork/ual-cleos": "^1.13.1",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"csvtojson": "^2.0.10",
"fast-sha256": "^1.3.0",
"highcharts": "^9.3.2",
"highcharts-vue": "^1.4.0",
"moment": "^2.29.4",
"ol": "^6.14.1",
"quasar": "^2.6.2",
"ual-anchor": "1.3.0",
"universal-authenticator-library": "^0.3.0",
"vue": "^3.0.0",
"vue-class-component": "^7.2.6",
"vue-json-viewer": "3",
"vue-router": "^4.0.0",
"vue3-openlayers": "^0.1.63",
"vuex": "^4.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@quasar/app-webpack": "^3.5.3",
"@quasar/quasar-app-extension-testing-unit-jest": "^3.0.0-alpha.10",
"@types/jest": "^27.4.0",
"@types/node": "^12.20.21",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"dotenv": "^14.3.0",
"eslint": "^7.14.0",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-vue": "^9.0.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"vue-property-decorator": "^9.1.2"
},
"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"
}
}