-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.94 KB
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
{
"name": "dashboard",
"version": "17.0.0",
"description": "oxyl dashboard",
"main": "src/index.js",
"scripts": {
"bundle": "webpack --progress --hide-modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oxylbot/dashboard.git"
},
"author": "oxylbot",
"license": "MIT",
"bugs": {
"url": "https://github.com/oxylbot/dashboard/issues"
},
"homepage": "https://github.com/oxylbot/dashboard#readme",
"dependencies": {
"express": "^4.17.1",
"express-winston": "^4.0.5",
"ioredis": "^4.20.0",
"superagent": "^6.1.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@fortawesome/vue-fontawesome": "2.0.2",
"babel-loader": "8.2.2",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"bootstrap": "4.6.0",
"bootstrap.native": "^3.0.14",
"css-loader": "5.0.1",
"eslint": "7.19.0",
"eslint-config-recommended": "4.0.0",
"eslint-plugin-html": "6.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-vue": "7.5.0",
"favicons-webpack-plugin": "4.2.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "4.5.1",
"mini-css-extract-plugin": "1.3.5",
"node-sass": "^5.0.0",
"pace": "0.0.4",
"pace-progress": "1.0.2",
"sass-loader": "10.1.1",
"style-loader": "2.0.0",
"uglifyjs-webpack-plugin": "2.2.0",
"vue": "2.6.11",
"vue-eslint-parser": "7.4.1",
"vue-loader": "15.9.6",
"vue-router": "3.5.1",
"vue-scroll-reveal": "1.0.11",
"vue-template-compiler": "2.6.11",
"vuex": "3.6.2",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-md5-hash": "0.0.6"
}
}