{
  "name": "ag-event",
  "version": "1.0.47",
  "description": "Events",
  "main": "index.js",
  "private": false,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack.config.js --mode production",
    "start": "webpack serve --config webpack.config.js",
    "config": "webpack --config webpack.build.config.js --mode production",
    "release": "webpack --config webpack.config.release.js --mode production"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@agn/util": "../Util",
    "@babel/core": "^7.20.12",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "ag-event": "file:",
    "babel-loader": "^9.1.2",
    "css-loader": "^6.7.3",
    "html-webpack-plugin": "^5.5.0",
    "style-loader": "^3.3.1",
    "web-vitals": "^4.2.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.11.1",
    "webpack-merge": "^5.9.0"
  },
  "devDependencies": {
    "copy-webpack-plugin": "^11.0.0"
  }
}
