This repository has been archived by the owner on Feb 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.89 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
{
"name": "dashbi",
"version": "0.4.0",
"description": "Dashbi is light framework that lets you build own dashboards corresponding your needs",
"main": "index.js",
"scripts": {
"lint": "npx eslint ."
},
"repository": {
"type": "git",
"url": "git@github.com:marverix/dashbi.git"
},
"keywords": [
"dashboard",
"framework",
"kpi",
"graphs",
"node.js",
"vue.js",
"nedb",
"standalone",
"lightweight"
],
"author": "Marek Sierociński <marek.sierocinski@marverix.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/marverix/dashbi/issues"
},
"homepage": "https://github.com/marverix/dashbi#readme",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@bitbar/finka": "^2.0.2",
"@stomp/stompjs": "^4.0.8",
"ajv": "^6.12.2",
"axios": "^0.21.1",
"babel-loader": "^8.1.0",
"chalk": "^4.0.0",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^2.6.11",
"css-loader": "^3.5.2",
"express": "^4.17.1",
"file-loader": "^6.0.0",
"flexgrid.less": "^0.1.0",
"font-awesome": "^4.7.0",
"helmet": "^3.22.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.2.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"nedb": "^1.8.0",
"node-sass": "^4.14.0",
"normalize.css": "^8.0.1",
"promise": "^8.1.0",
"rimraf": "^3.0.2",
"sass-loader": "^8.0.2",
"stomp-broker-js": "git+https://github.com/marverix/StompBrokerJS.git",
"url-loader": "^4.1.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.1",
"vue-router": "^3.1.6",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.2.0",
"webpack": "^4.43.0",
"websocket": "^1.0.31"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-utils": "^2.0.0",
"mocha": "^7.1.1"
}
}