-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 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
{
"name": "twix-explorer",
"description": "TWIX Block and Network Explorer",
"homepage": "https://github.com/nemgrouplimited/symbol-explorer",
"version": "1.0.0",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"start": "node server.js",
"lint": "vue-cli-service lint",
"lint:css": "stylelint '**/*.vue' src/styles/main.scss --syntax scss",
"test:e2e": "vue-cli-service test:e2e --headless",
"test": "vue-cli-service test:unit",
"version": "echo $npm_package_version"
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
"@mdi/font": "^5.2.45",
"apexcharts": "^3.24.0",
"await-lock": "^2.0.1",
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.7.0",
"chart.js": "^2.9.3",
"core-js": "^2.6.11",
"js-sha3": "^0.8.0",
"leaflet": "^1.6.0",
"leaflet.markercluster": "^1.4.1",
"merkletreejs": "^0.2.9",
"moment-timezone": "^0.5.28",
"symbol-sdk": "^1.0.0",
"url-parse": "^1.4.7",
"utf8": "^3.0.0",
"vue": "^2.6.11",
"vue-apexcharts": "^1.6.0",
"vue-infinite-loading": "^2.4.5",
"vue-material-design-icons": "^4.4.0",
"vue-pdf": "^4.2.0",
"vue-router": "^3.1.6",
"vue-slim-tabs": "^0.3.0",
"vuex": "^3.1.3"
},
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-e2e-cypress": "^4.2.3",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-unit-jest": "^4.4.4",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"cypress": "^7.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^26.0.1",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-processor-html": "^1.0.0",
"vue-jest": "^3.0.5",
"vue-template-compiler": "^2.6.11"
}
}