{
    "name": "redux-webextension-example",
    "version": "0.0.1",
    "description": "Example extension showing redux-webextension usage",
    "scripts": {
        "build": "npx webpack",
        "start": "npm run-script build && npx web-ext run -f firefoxdeveloperedition --source-dir ./build/"
    },
    "author": "Gabriel Gironda <gabriel@heavyset.io> (https://www.heavyset.io)",
    "license": "MIT",
    "dependencies": {
        "redux": "^4.0.0"
    },
    "devDependencies": {
        "clean-webpack-plugin": "^0.1.19",
        "copy-webpack-plugin": "^4.5.2",
        "html-webpack-plugin": "^3.2.0",
        "web-ext": "^2.8.0",
        "webpack": "^4.16.5",
        "webpack-cli": "^3.1.0"
    }
}
