{
  "name": "@jumpgroup/papyri-banner",
  "version": "1.7.11",
  "main": "dist/index.js",
  "author": "Fabio <fabio@jumpgroup.it>",
  "license": "MIT",
  "description": "Papyri Banner",
  "dependencies": {
    "@babel/plugin-proposal-optional-chaining": "^7.9.0",
    "@emotion/core": "^10.0.28",
    "@jumpgroup/avacy": "2.7.2",
    "emotion": "^10.0.27",
    "js-cookie": "2.1.4"
  },
  "scripts": {
    "build:test": "BABEL_ENV=production parcel build test/index.html test/stubinline.html test/rai-config.html test/local-custom-purpose-google.html test/local-custom-vendors.html test/rai-inline.html --no-source-maps",
    "build:webserver": "BABEL_ENV=production parcel build test/webserver.html --no-source-maps",
    "build:prod": "BABEL_ENV=production parcel build src/index.js src/index.nostub.js src/style.scss --no-source-maps",
    "build:poi": "BABEL_ENV=production parcel test/poi-remote.html --no-source-maps",
    "build:poi-local": "BABEL_ENV=production parcel test/poi-local.html --no-source-maps",
    "start": "parcel test/local.html",
    "start:avacy": "parcel test/avacy.html",
    "start:rai": "parcel test/rai-config.html",
    "start:rai-stub": "parcel test/rai-config-stubinline.html",
    "start:poi": "parcel test/poi-local.html",
    "start:nostub": "parcel test/local-stubinscript.html",
    "start:vendors": "parcel test/local-custom-vendors.html",
    "start:vendors2": "parcel test/local-custom-purpose-google.html"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "babel-plugin-emotion": "^10.0.33",
    "cssnano": "^4.1.10",
    "parcel": "^1.12.4",
    "parcel-plugin-nuke-dist": "^1.0.1",
    "parcel-plugin-static-files-copy": "^2.3.1",
    "posthtml-expressions": "^1.3.2",
    "posthtml-include": "^1.4.3",
    "posthtml-modules": "^0.4.3",
    "sass": "^1.26.5"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/jump-group/frontend-projects/rai-cmp-banner_2020.git"
  },
  "keywords": [
    "banner"
  ]
}
