{
  "name": "storefront-checkout",
  "version": "v0.1.1909",
  "start": "",
  "scripts": {
    "build:webpack": "webpack --config webpack.local.config.js --env=development",
    "watch:webpack": "webpack --watch --config webpack.local.config.js --env=development",
    "compodoc": "npx compodoc --theme readthedocs -p tsconfig.json",
    "build:webpack-dev": "webpack  --config webpack.dev.config.js --env=development",
    "build:webpack-qa": "webpack  --config webpack.qa.config.js --env=development",
    "build:webpack-prod": "webpack  --config webpack.config.js --env=production"
  },
  "dependencies": {
    "@aurigma/ui-framework": "^4.6.1",
    "@types/bootstrap": "^4.3.1",
    "@types/jquery": "^3.3.31",
    "@types/jquery.fileupload": "^9.22.6",
    "@types/jqueryui": "^1.12.7",
    "@types/query-string": "^6.3.0",
    "blueimp-file-upload": "^9.22.2",
    "bootstrap3": "^3.3.5",
    "gridjs": "^2.1.0",
    "inputmask": "^5.0.5",
    "jquery": "^3.4.1",
    "jquery-simplegallery": "^0.0.3",
    "jquery.ui.widget": "^1.10.3",
    "jurl": "^0.2.4",
    "lg-zoom.js": "^1.0.1",
    "lightgallery.js": "^1.1.3",
    "moment": "^2.24.0",
    "mustache": "^3.0.1",
    "purl": "^1.0.4",
    "query-string": "^6.8.3",
    "ts-loader": "^6.0.4",
    "typescript": "^3.7.7",
    "webpack": "^4.38.0",
    "webpack-cli": "^3.3.6",
    "webpack-jquery-ui": "^2.0.1"
  },
  "devDependencies": {
    "@compodoc/compodoc": "^1.1.10",
    "@types/mustache": "^0.8.32",
    "@types/purl": "^2.3.30"
  }
}
