80ed4e9e1e
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
20 lines
450 B
JSON
20 lines
450 B
JSON
{
|
|
"name": "distribyted",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"dependencies": {
|
|
"bootstrap": "^4.4.1",
|
|
"bootstrap-vue": "^2.14.0",
|
|
"chart.js": "^2.9.3",
|
|
"chartjs-plugin-stacked100": "^0.7.1",
|
|
"portal-vue": "^2.1.7",
|
|
"vue": "^2.6.11"
|
|
},
|
|
"scripts": {
|
|
"dev": "parcel watch index.html --out-dir ../assets",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"devDependencies": {
|
|
"parcel-bundler": "^1.12.4"
|
|
}
|
|
}
|