{
  "name": "joplin-webclipper-popup",
  "version": "0.1.0",
  "private": true,
  "homepage": ".",
  "dependencies": {
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "scripts": {
    "build": "webpack --mode=production",
    "watch": "webpack watch --mode=development",
    "postinstall": "node postinstall.js && npm run build"
  },
  "devDependencies": {
    "@babel/core": "^7.23.7",
    "@babel/preset-env": "^7.23.7",
    "@babel/preset-react": "7.23.3",
    "babel-loader": "9.1.3",
    "css-loader": "6.8.1",
    "fs-extra": "11.2.0",
    "html-webpack-plugin": "5.6.0",
    "react-redux": "9.0.4",
    "redux": "5.0.1",
    "style-loader": "3.3.3",
    "webpack": "5.97.1",
    "webpack-cli": "5.1.4"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}
