12 lines
168 B
JSON
12 lines
168 B
JSON
|
{
|
||
|
"dependencies": {
|
||
|
"bootstrap": "^4.5.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"sass": "^1.26.9"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "parcel index.html howto.html"
|
||
|
}
|
||
|
}
|