{
  "name": "@leb90/reactpify",
  "version": "1.0.1",
  "description": "🚀 The easiest way to add React components to any Shopify theme with Vite, Tailwind CSS, and intelligent Liquid auto-generation",
  "keywords": [
    "shopify",
    "react",
    "liquid",
    "ecommerce",
    "theme",
    "components",
    "vite",
    "tailwind",
    "shopify-theme",
    "react-shopify",
    "auto-generation",
    "metaobjects"
  ],
  "author": "leb1990 <leb1990@example.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/leb90/reactpify"
  },
  "homepage": "https://github.com/reactpify/reactpify#readme",
  "bugs": {
    "url": "https://github.com/reactpify/reactpify/issues"
  },
  "main": "vite.config.ts",
  "bin": {
    "reactpify": "./scripts/setup.js"
  },
  "files": [
    "vite-plugins/",
    "src/",
    "scripts/",
    "README.md",
    "LICENSE",
    "tailwind.config.js",
    "postcss.config.js",
    "tsconfig.json",
    "vite.config.ts"
  ],
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "type": "module",
  "scripts": {
    "watch": "vite build --watch --mode development",
    "build": "vite build",
    "dev": "shopify theme dev --store=test-forleb.myshopify.com",
    "dev:theme": "shopify theme dev --store=test-forleb.myshopify.com --theme=150788800766",
    "preview": "vite preview",
    "lint": "eslint .",
    "shopify:push": "npm run build && shopify theme push --store=test-forleb.myshopify.com",
    "shopify:push:dev": "npm run build && shopify theme push --store=test-forleb.myshopify.com --theme=150788800766",
    "shopify:push:prod": "npm run build && shopify theme push --store=test-forleb.myshopify.com --theme=$SHOPIFY_PROD_THEME_ID",
    "shopify:pull": "shopify theme pull --store=test-forleb.myshopify.com",
    "shopify:pull:dev": "shopify theme pull --store=test-forleb.myshopify.com --theme=150788800766",
    "setup": "node scripts/setup.js",
    "env:dev": "node scripts/shopify-env.js dev",
    "env:dev:theme": "node scripts/shopify-env.js dev:theme",
    "env:push": "npm run build && node scripts/shopify-env.js push",
    "env:push:dev": "npm run build && node scripts/shopify-env.js push:dev",
    "env:push:prod": "npm run build && node scripts/shopify-env.js push:prod",
    "env:pull": "node scripts/shopify-env.js pull",
    "env:pull:dev": "node scripts/shopify-env.js pull:dev",
    "clean": "cross-env rm -rf assets/reactpify.js sections/product-* sections/newsletter-* sections/countdown-* sections/cart-*"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^2.8.2",
    "@types/node": "^24.0.15",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-redux": "^9.2.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.30.1",
    "@types/react": "^19.1.8",
    "@types/react-dom": "^19.1.6",
    "@vitejs/plugin-react": "^4.6.0",
    "autoprefixer": "^10.4.21",
    "chokidar": "^4.0.3",
    "cross-env": "^7.0.3",
    "cross-env-shell": "^7.0.3",
    "dotenv-cli": "^8.0.0",
    "eslint": "^9.30.1",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-refresh": "^0.4.20",
    "globals": "^16.3.0",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.11",
    "tsx": "^4.20.3",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.35.1",
    "vite": "^7.0.4"
  }
}
