tstor/torrent/front/package.json
Antonio Navarro Perez 287fd85918 First dashboard iteration
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-05-08 16:37:43 +02:00

17 lines
368 B
JSON

{
"name": "distribyted",
"version": "0.1.0",
"description": "",
"dependencies": {
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"chartjs-plugin-stacked100": "^0.7.1"
},
"scripts": {
"dev": "parcel watch index.html --out-dir ../assets",
"build": "parcel build index.html"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
}
}