{
  "name": "@cocreate/parallax",
  "version": "1.14.0",
  "description": "A stunning css effect in which the background moves at a slower pace than the foreground. Resulting in 3D effect when users scroll up/down the webpage.",
  "keywords": [
    "parallax",
    "low-code",
    "realtime",
    "realtime-framework",
    "collaboration",
    "shared-editing",
    "html5-framework",
    "javascript-framework"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "webpack --config webpack.config.js",
    "build": "webpack --mode=production --config webpack.config.js",
    "dev": "webpack --config webpack.config.js --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CoCreate-app/CoCreate-parallax.git"
  },
  "author": "CoCreate LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CoCreate-app/CoCreate-parallax/issues"
  },
  "homepage": "https://cocreate.app/docs/parallax",
  "funding": {
    "type": "GitHub Sponsors ❤",
    "url": "https://github.com/sponsors/CoCreate-app"
  },
  "main": "./src/index.js",
  "devDependencies": {
    "@cocreate/webpack": "^1.8.0",
    "css-loader": "^5.1.3",
    "esbuild": "^0.25.2",
    "esbuild-loader": "^4.3.0",
    "mini-css-extract-plugin": "^1.5.0",
    "webpack": "^5.24.4",
    "webpack-cli": "^4.5.0",
    "webpack-log": "^3.0.1"
  },
  "allowScripts": {
    "@cocreate/webpack@1.4.3": true,
    "esbuild@0.25.12": true,
    "esbuild@0.28.1": true
  }
}
