package.json 168 B

1234567891011
  1. {
  2. "dependencies": {
  3. "bootstrap": "^4.5.0"
  4. },
  5. "devDependencies": {
  6. "sass": "^1.26.9"
  7. },
  8. "scripts": {
  9. "start": "parcel index.html howto.html"
  10. }
  11. }