2020-05-08 14:37:43 +00:00
|
|
|
{
|
|
|
|
"name": "distribyted",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "",
|
|
|
|
"dependencies": {
|
|
|
|
"bootstrap": "^4.4.1",
|
2020-05-13 17:02:51 +00:00
|
|
|
"bootstrap-vue": "^2.14.0",
|
2020-05-08 14:37:43 +00:00
|
|
|
"chart.js": "^2.9.3",
|
2020-05-13 17:02:51 +00:00
|
|
|
"chartjs-plugin-stacked100": "^0.7.1",
|
|
|
|
"portal-vue": "^2.1.7",
|
|
|
|
"vue": "^2.6.11"
|
2020-05-08 14:37:43 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "parcel watch index.html --out-dir ../assets",
|
|
|
|
"build": "parcel build index.html"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"parcel-bundler": "^1.12.4"
|
|
|
|
}
|
|
|
|
}
|