-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 805 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 805 Bytes
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
{
"name": "bloomstack_core",
"repository": {
"type": "git",
"url": "git+https://github.com/DigiThinkIT/bloomstack_core.git"
},
"author": "DigiThinkIT Technologies Pvt. Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/DigiThinkIT/bloomstack_core/issues"
},
"dependencies": {
"@cubejs-client/core": "^0.20.0",
"@cubejs-client/vue": "^0.20.0",
"chart.js": "^2.9.0",
"chartjs-plugin-datalabels": "^0.7.0",
"laue": "^0.2.1",
"vue-chartjs": "^3.5.1",
"vue-google-charts": "^0.3.3",
"vue-nprogress": "^0.1.5",
"vuejs-datepicker": "^1.6.2",
"vuejs-paginate": "^2.1.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"chart.js": "^2.9.0",
"chartjs-plugin-datalabels": "^0.7.0",
"vue-template-compiler": "^2.6.11"
}
}