Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 394 B
{
  "name": "HochzeitChristiane",
  "version": "1.0.0",
  "main": "build/index.html",
  "license": "MIT",
  "dependencies": {
    "basiclightbox": "^5.0.4",
    "parcel": "^2.0.0-beta.2"
  },
  "scripts": {
    "start": "parcel serve ./src/index.html --host 0.0.0.0",
    "build": "parcel build ./src/index.html"
  },
  "devDependencies": {
    "@parcel/transformer-sass": "2.0.0-beta.2"
  }
}