-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.72 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
{
"name": "neo-explorer",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@cityofzion/neon-js": "^5.0.0-next.13",
"axios": "^0.21.1",
"bignumber": "^1.1.0",
"bootstrap": "4.6.0",
"bootstrap-vue": "2.15.0",
"chart.js": "2.9.4",
"compression-webpack-plugin": "^5.0.1",
"copy-webpack-plugin": "^9.0.1",
"core-js": "3.6.5",
"element-plus": "^1.0.1-alpha.23",
"element-ui": "^2.15.6",
"ethers": "^5.5.2",
"google-maps": "4.3.3",
"javascript-time-ago": "^2.3.8",
"jquery": "^3.6.0",
"json2csv": "^5.0.6",
"less-loader": "^10.0.1",
"neon-js": "^1.1.2",
"nouislider": "14.6.0",
"pretty-print-json": "^1.0.3",
"prismjs": "^1.25.0",
"timeago.js": "^4.0.2",
"vue": "3.0.5",
"vue-i18n": "^9.1.7",
"vue-loading-overlay": "^4.0.3",
"vue-number-scroll": "^2.0.1",
"vue-router": "4.0.1",
"vue-simple-uploader": "^0.7.6",
"vue-toastification": "1.7.11",
"vue3-ace-editor": "^2.2.1",
"vuex": "^3.6.2",
"vux": "^2.10.1",
"websocket": "^1.0.34"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.10",
"@vue/cli-plugin-eslint": "4.5.10",
"@vue/cli-plugin-router": "4.5.10",
"@vue/cli-service": "4.5.10",
"@vue/compiler-sfc": "3.0.5",
"@vue/eslint-config-prettier": "6.0.0",
"axios": "^0.21.1",
"babel-eslint": "10.1.0",
"babel-plugin-component": "1.1.1",
"echarts": "^5.1.2",
"eslint": "7.17.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "7.4.1",
"node-sass": "5.0.0",
"prettier": "2.2.1",
"sass-loader": "^10.1.1"
}
}