open-pod-draft-site/package.json

12 lines
168 B
JSON
Raw Permalink Normal View History

2020-07-28 11:26:18 +02:00
{
"dependencies": {
"bootstrap": "^4.5.0"
},
"devDependencies": {
"sass": "^1.26.9"
},
"scripts": {
"start": "parcel index.html howto.html"
}
}