-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
113 lines (113 loc) · 3.28 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": "bnbHeroCalc",
"version": "0.0.1",
"description": "bnb hero Calc",
"author": "(DKBO) <dk880842@gmail.com>",
"scripts": {
"start": "node build/dev-server.js",
"build": "node build/build.js"
},
"dependencies": {
"deepmerge": "^2.1.0",
"global": "^4.3.2",
"lebab": "^2.7.2",
"npm": "^6.0.1",
"rxjs": "^5.4.1",
"sass-loader": "^7.0.1",
"throttle-debounce": "^1.0.1",
"vue": "^2.3.4",
"vue-router": "^3.0.1",
"vue-rx": "^5.0.0",
"vuex": "^3.0.1",
"web3": "^1.6.1"
},
"devDependencies": {
"autoprefixer": "^8.5.0",
"axios": "^0.24.0",
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.3",
"babel-helper-vue-jsx-merge-props": "^2.0.2",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-vue-jsx": "^3.3.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"buble": "^0.19.3",
"chalk": "^2.4.1",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.1.5",
"cross-spawn": "^6.0.5",
"css-loader": "^0.28.11",
"dayjs": "^1.10.7",
"echarts": "^4.0.4",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-vue": "^2.0.2",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.5.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.1.3",
"function-bind": "^1.1.0",
"gulp": "^3.9.1",
"gulp-replace": "^1.0.0",
"hi-base64": "^0.2.1",
"html-webpack-plugin": "^3.2.0",
"http-proxy-middleware": "^0.18.0",
"inject-loader": "^4.0.1",
"iview": "^2.14.2",
"less": "^3.0.1",
"less-loader": "^4.1.0",
"lolex": "^2.6.0",
"mini-css-extract-plugin": "^0.4.0",
"node-notifier": "^5.1.2",
"node-sass": "^4.5.3",
"opn": "^5.3.0",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"ora": "^2.1.0",
"portfinder": "^1.0.13",
"postcss-filter-gradient": "^1.0.0",
"postcss-loader": "^2.0.6",
"rimraf": "^2.6.0",
"selenium-server": "^3.4.0",
"semver": "^5.3.0",
"shelljs": "^0.8.2",
"style-loader": "^0.21.0",
"toposort": "^2.0.2",
"url-loader": "^1.0.1",
"vue-loader": "^15.0.0",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.4.2",
"vue-test-utils": "^1.0.0-beta.11",
"vue-virtual-scroll-list": "^2.3.3",
"webpack": "^4.8.3",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 7 versions",
"not ie <= 8"
]
}