-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
76 lines (76 loc) · 2.39 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
73
74
75
76
{
"name": "symbol-explorer",
"version": "1.2.3",
"description": "Symbol Block and Network Explorer",
"scripts": {
"build": "vue-cli-service build",
"test:e2e": "vue-cli-service test:e2e --headless",
"lint": "eslint src/ __tests__/ e2e/",
"lint:fix": "eslint src/ __tests__/ e2e/ --fix",
"dev": "vue-cli-service serve",
"lint:css": "stylelint '**/*.vue' src/styles/main.scss --syntax scss",
"start": "node server.js",
"test": "vue-cli-service test:unit",
"version": "echo $npm_package_version"
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-proposal-pipeline-operator": "^7.18.2",
"@mdi/font": "^6.7.96",
"apexcharts": "^3.35.3",
"await-lock": "^2.2.2",
"axios": "^0.27.2",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.22.0",
"chart.js": "^2.9.4",
"leaflet": "^1.8.0",
"leaflet.markercluster": "^1.4.1",
"merkletreejs": "^0.2.31",
"moment-timezone": "^0.5.35",
"nem-sdk": "^1.6.8",
"symbol-sdk": "^2.0.3",
"symbol-statistics-service-typescript-fetch-client": "^1.1.5",
"url-parse": "^1.5.10",
"vue": "^2.6.14",
"vue-apexcharts": "^1.6.2",
"vue-infinite-loading": "^2.4.5",
"vue-material-design-icons": "^5.0.0",
"vue-pdf": "^4.3.0",
"vue-router": "^3.1.6",
"vue-slim-tabs": "^0.4.0",
"vuex": "^3.1.3"
},
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "^7.17.12",
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-e2e-cypress": "^5.0.4",
"@vue/cli-plugin-unit-jest": "^4.5.17",
"@vue/cli-service": "^4.5.17",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.3.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.1",
"cypress": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.1.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^28.1.1",
"prettier": "^2.5.1",
"sass": "1.52.3",
"sass-loader": "^8.0.2",
"sinon": "^14.0.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-processor-html": "^1.0.0",
"timezone-mock": "^1.3.2",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.11"
},
"engines": {
"node": ">=12.0",
"npm": ">=7"
},
"homepage": "https://github.com/nemgrouplimited/symbol-explorer"
}