{
  "name": "@8thwall/coaching-overlay",
  "version": "1.0.0",
  "description": "Fallback page displayed when an 8th Wall experience cannot run on the current device",
  "author": "8th Wall Team",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "build": "npx webpack",
    "prepack": "npm run build && cp src/entry.js index.js",
    "watch": "echo \"Test page will be available at: https://localhost:9003\" && npx webpack-dev-server"
  },
  "keywords": [
    "8thwall",
    "coaching overlay",
    "xr",
    "sky",
    "absolute scale",
    "webxr"
  ],
  "files": [
    "dist/coaching-overlay.js",
    "dist/LICENSE",
    "dist/resources",
    "index.js",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-proposal-export-default-from": "^7.14.5",
    "@babel/plugin-proposal-export-namespace-from": "^7.14.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
    "@babel/plugin-proposal-optional-chaining": "^7.14.5",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-modules-commonjs": "^7.14.5",
    "@babel/plugin-transform-object-assign": "^7.14.5",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-typescript": "^7.14.5",
    "@babel/runtime": "^7.29.2",
    "@types/three": "^0.131.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "copy-webpack-plugin": "^13.0.1",
    "css-loader": "^5.2.6",
    "html-loader": "^2.1.2",
    "preact": "^10.5.13",
    "sass": "^1.94.2",
    "sass-loader": "^16.0.6",
    "style-loader": "^3.0.0",
    "three": "^0.132.2",
    "typescript": "^6.0.2",
    "webpack": "^5.103.0",
    "webpack-bundle-analyzer": "^4.4.2",
    "webpack-cli": "^6.0.1",
    "webpack-dev-server": "^5.2.2"
  }
}
