-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
113 lines (113 loc) · 3.21 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
{
"name": "gxb-explorer",
"version": "1.2.1",
"description": "gxchain explorer",
"main": "index.js",
"scripts": {
"start": "test=1 nodemon server/index.js --exec babel-node --watch server",
"clear": "rm -rf dist server-dist",
"prebuild": "npm run clear",
"build": "webpack --progress --hide-modules --config build/webpack.server.config.js && node build/build.js",
"server": "NODE_ENV=production node server-dist/index.js",
"eslint": "eslint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gxchain/gxb-explorer.git"
},
"engines": {
"node": ">= 6.0.0"
},
"keywords": [
"gxchain",
"explorer"
],
"author": "davidlan",
"license": "MIT",
"bugs": {
"url": "https://github.com/gxchain/gxb-explorer/issues"
},
"homepage": "https://github.com/gxchain/gxb-explorer#readme",
"dependencies": {
"async": "^2.5.0",
"bluebird": "^3.5.0",
"body-parser": "^1.18.3",
"bootstrap": "^3.4.1",
"colors": "^1.1.2",
"cron": "^1.3.0",
"debug": "^2.2.0",
"echarts": "^4.1.0",
"express": "^4.16.4",
"figlet": "^1.2.0",
"gscatterjs-core": "^0.1.2",
"gxbjs": "^1.5.0",
"gxc-frontend-base": "^0.1.5",
"hashjs": "^1.2.0",
"ipfs-api": "^20.0.1",
"jdenticon": "^1.8.0",
"jquery": "^3.5.1",
"js-sha256": "^0.9.0",
"level": "^6.0.1",
"morgan": "^1.9.1",
"papaparse": "^5.3.0",
"prismjs": "^1.21.0",
"superagent": "^4.0.0",
"vue": "^2.3.3",
"vue-bootstrap-pagination": "^2.10.3",
"vue-echarts": "^3.0.9",
"vue-i18n": "^7.3.2",
"vue-resource": "^1.3.4",
"vue-router": "^2.6.0",
"vue-timeago": "^3.3.6",
"vuex": "^2.3.1",
"wabt": "^1.0.6"
},
"devDependencies": {
"@babel/runtime": "^7.2.0",
"archiver": "^2.0.0",
"autoprefixer": "^7.1.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^2.0.1",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^4.18.2",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.3.1",
"eslint-plugin-vue": "^2.1.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.1.3",
"html-webpack-plugin": "^2.28.0",
"less": "^3.10.1",
"less-loader": "^5.0.0",
"nodemon": "^1.11.0",
"opn": "^5.1.0",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"ora": "^1.2.0",
"rimraf": "^2.6.0",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"url-loader": "^1.1.2",
"vue-loader": "^12.1.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
}
}