tstor/torrent/front/package.json
Antonio Navarro Perez 80ed4e9e1e more work on front part.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
2020-05-13 19:02:51 +02:00

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"
}
}