{
    "name": "mediahaven-pro",
    "version": "1.0.0",
    "main": "index.js",
    "scripts": {
        "start:gutenberg": "wp-scripts start src/Builders/Gutenberg/index.js --output-path=build/gutenberg",
        "build:gutenberg": "wp-scripts build src/Builders/Gutenberg/index.js --output-path=build/gutenberg",
        "start:wizard": "wp-scripts start src/Admin/App/Wizard/index.js --output-path=build/wizard",
        "build:wizard": "wp-scripts build src/Admin/App/Wizard/index.js --output-path=build/wizard"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "description": "",
    "devDependencies": {
        "@wordpress/scripts": "^30.16.0",
        "babel-loader": "^10.0.0",
        "babel-preset-env": "^1.7.0",
        "css-loader": "^7.1.2",
        "mini-css-extract-plugin": "^2.9.2",
        "postcss-loader": "^8.1.1",
        "sass": "^1.88.0",
        "sass-loader": "^16.0.5",
        "style-loader": "^4.0.0",
        "webpack": "^5.99.8",
        "webpack-cli": "^6.0.1",
        "webpack-dev-server": "^5.2.1"
    },
    "dependencies": {
        "canvas-confetti": "^1.9.4"
    }
}
