-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
72 lines (72 loc) · 2.1 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
71
72
{
"name": "open-block-explorer",
"version": "1.2.10",
"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",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@quasar/extras": "^1.13.4",
"@wharfkit/antelope": "1.0.10",
"@wharfkit/session": "^1.3.1",
"@wharfkit/transact-plugin-resource-provider": "^1.1.1",
"@wharfkit/wallet-plugin-anchor": "^1.3.4",
"@wharfkit/wallet-plugin-cleos": "^1.2.0",
"@wharfkit/wallet-plugin-privatekey": "^1.1.0",
"@wharfkit/web-renderer": "^1.2.4",
"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",
"pinia": "^2.1.6",
"quasar": "^2.6.2",
"vue": "^3.3.0",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.0.0",
"vue3-openlayers": "^0.1.63"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@pinia/testing": "^0.1.3",
"@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-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.0.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"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": ">= 14.19.0",
"npm": ">= 6.14.16",
"yarn": ">= 1.22.19"
}
}