{
  "name": "altpilot",
  "version": "1.0.1",
  "description": "AI powered image alt text generator for WordPress.org",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "translate-wp": "wp i18n make-pot ./wp-content/plugins/altpilot ./wp-content/plugins/altpilot/languages/altpilot.pot --domain=altpilot",
    "translate": "node ./node_modules/perekladach-json/dist/bundle.js --source=./resources/locales/en.json --from=en --to=de,es,fr,it,pl,sv,fi,pt,ro,sl,sk,nl,da,el,cs,hu,lt,lv,et,hr,ga,bg,no,tr,id,pt-BR,ja,ko,zh-CN,ar,hi,uk,sr -override=false -delay=5 -log=verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m-custom/altpilot-wordpress.git"
  },
  "keywords": [
    "alt",
    "image",
    "ai"
  ],
  "author": "merkulove",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/m-custom/altpilot-wordpress/issues"
  },
  "homepage": "https://altpilot.ai",
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "@babel/register": "^7.25.9",
    "@tailwindcss/postcss": "^4.1.3",
    "@tailwindcss/vite": "^4.1.3",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@typescript-eslint/eslint-plugin": "^8.34.0",
    "@typescript-eslint/parser": "^8.34.0",
    "@vitejs/plugin-react": "^4.3.4",
    "@wordpress/babel-plugin-makepot": "^6.29.0",
    "@wordpress/i18n": "^5.22.0",
    "autoprefixer": "^10.4.21",
    "eslint": "^9.28.0",
    "fancy-log": "^2.0.0",
    "gulp": "^5.0.0",
    "gulp-autoprefixer": "^9.0.0",
    "gulp-clean-css": "^4.3.0",
    "gulp-plumber": "^1.2.1",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.1.4",
    "gulp-sass": "^6.0.1",
    "postcss": "^8.5.3",
    "rollup-plugin-visualizer": "^6.0.3",
    "sass": "^1.86.3",
    "tailwindcss": "^4.1.3",
    "terser-webpack-plugin": "^5.3.14",
    "typescript": "^5.8.3",
    "vite": "^6.2.6",
    "webpack": "^5.99.5",
    "webpack-stream": "^7.0.0"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.7.2",
    "@fortawesome/pro-regular-svg-icons": "^6.7.2",
    "@fortawesome/pro-solid-svg-icons": "^6.7.2",
    "@fortawesome/react-fontawesome": "^0.2.2",
    "@headlessui/react": "^2.2.4",
    "@tailwindcss/vite": "^4.1.3",
    "axios": "^1.8.4",
    "choices.js": "^11.1.0",
    "gulp-zip": "^6.1.0",
    "i18next": "^25.0.0",
    "i18next-browser-languagedetector": "^8.0.4",
    "perekladach-json": "github:d1zmer/perekladach-json",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-i18next": "^15.7.3",
    "react-youtube": "^10.1.0",
    "tailwindcss-animate": "^1.0.7",
    "tippy.js": "^6.3.7"
  }
}
