-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
118 lines (118 loc) · 3.33 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "fluxapi",
"version": "2.5.0",
"description": "Flux API features information about Flux network",
"main": "index.js",
"scripts": {
"start": "nodemon --ignore './src/fluxHashes' index.js",
"test": "mocha --timeout -1",
"lint": "eslint --ext .js,.vue ./",
"lint:fix": "eslint --ext .js,.vue ./ --fix",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"author": "Tadeas Kmenta",
"contributors": [
{
"name": "Tadeas Kmenta",
"email": "[email protected]"
},
{
"name": "Valter Silva",
"email": "[email protected]"
},
{
"name": "Simon Jewell",
"email": "[email protected]"
},
{
"name": "Robert Andrew Andasan"
}
],
"license": "MIT",
"dependencies": {
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/timegrid": "^5.11.0",
"@fullcalendar/vue": "^5.11.0",
"apexcharts": "^3.35.4",
"apicache": "^1.6.3",
"axios": "^0.26.1",
"axios-rate-limit": "^1.3.0",
"bitgo-utxo-lib": "https://github.com/zelcore-io/bitgo-utxo-lib",
"bootstrap": "^4.6.0",
"bson": "^4.6.2",
"chai": "^4.3.6",
"chai-json-schema": "^1.5.1",
"chartist": "^0.11.4",
"compression": "^1.7.4",
"config": "^3.3.7",
"core-js": "^3.22.0",
"cors": "^2.8.5",
"d3": "^7.4.4",
"datamaps": "^0.5.9",
"easy-pie-chart": "^2.1.7",
"element-ui": "^2.15.8",
"export-to-csv": "^0.2.1",
"express": "^4.17.3",
"firebase-admin": "^11.5.0",
"fuse.js": "^6.5.3",
"google-maps": "^4.3.3",
"inquirer": "^8.2.2",
"lru-cache": "^7.8.1",
"mocha": "^10.0.0",
"mongodb": "^4.5.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.15",
"pact-lang-api": "https://github.com/zelcore-io/pact-lang-api",
"perfect-scrollbar": "^1.5.5",
"qs": "^6.10.3",
"supertest": "^6.2.3",
"sweetalert2": "^11.4.8",
"topojson": "^3.0.2",
"ttl-localstorage": "^2.0.0",
"v-tooltip": "^2.1.3",
"vee-validate": "^3.4.14",
"vue": "^2.6.14",
"vue-apexcharts": "^1.6.2",
"vue-clickaway": "^2.2.2",
"vue-d3-network": "^0.1.28",
"vue-element-loading": "^2.0.2",
"vue-form-wizard": "^0.8.4",
"vue-google-charts": "^1.1.0",
"vue-nav-tabs": "^0.5.7",
"vue-router": "^3.5.3",
"vue2-google-maps": "^0.10.7",
"vue2-transitions": "^0.3.0",
"zelcorejs": "https://github.com/zelcore-io/zelcorejs"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-function-bind": "^7.16.7",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/eslint-config-airbnb": "^6.0.0",
"babel-plugin-component": "^1.1.1",
"copy-webpack-plugin": "^10.2.4",
"es6-promise": "^4.2.8",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-vue": "^8.6.0",
"eslint-plugin-vuejs-accessibility": "^1.1.1",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"vue-eslint-parser": "^8.3.0",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}