{
  "name": "wpuf-user-directory-free",
  "version": "1.0.0",
  "description": "User Directory module for WP User Frontend Free",
  "author": "weDevs",
  "license": "GPL",
  "private": true,
  "devDependencies": {
    "@babel/core": "^7.28.0",
    "@babel/preset-env": "^7.28.0",
    "@babel/preset-react": "^7.27.1",
    "@tailwindcss/forms": "^0.5.10",
    "@wordpress/dependency-extraction-webpack-plugin": "^6.23.0",
    "autoprefixer": "^10.4.21",
    "babel-loader": "^9.2.1",
    "css-loader": "^7.1.2",
    "mini-css-extract-plugin": "^2.9.2",
    "postcss": "^8.4.38",
    "postcss-loader": "^8.1.1",
    "tailwindcss": "^3.4.17",
    "tailwindcss-scoped-preflight": "^3.5.4",
    "webpack": "^5.101.0",
    "webpack-cli": "^5.1.4"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack --config webpack.config.js --mode=production",
    "dev": "NODE_ENV=development webpack --config webpack.config.js --watch --mode=development",
    "start": "NODE_ENV=development webpack --config webpack.config.js --watch --mode=development"
  },
  "dependencies": {
    "@wordpress/i18n": "^4.52.0"
  }
}
