287fd85918
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
17 lines
368 B
JSON
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"
|
|
}
|
|
}
|