{
  "name": "frontend",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "spago build && parcel build index.html --public-url /web",
    "serve": "parcel index.html --public-url /web",
    "bundle:build": "spago build --purs-args '--codegen corefn'",
    "bundle:dce": "zephyr -f Main.main",
    "bundle:parcel": "parcel build index.html --public-url '/web' --no-source-maps",
    "bundle": "npm run bundle:build && npm run bundle:dce && npm run bundle:parcel"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "cssnano": "^4.1.10",
    "parcel": "^1.12.4"
  },
  "dependencies": {
    "startbootstrap-sb-admin-2": "file:startbootstrap-sb-admin-2"
  }
}