{
  "name": "@hyva-themes/magento2-default-theme",
  "version": "3.0.0",
  "description": "Hyvä-Themes Default Theme, a TailwindCSS and Alpine.js based Magento frontend theme that makes eCommerce happy.",
  "type": "module",
  "dependencies": {
    "@hyva-themes/hyva-modules": "^1.1.1",
    "@tailwindcss/cli": "^4.1.12",
    "@tailwindcss/forms": "^0.5.10",
    "tailwindcss": "^4.1.12"
  },
  "scripts": {
    "start": "npm run watch",
    "generate": "npx hyva-sources && npx hyva-tokens",
    "prewatch": "npm run generate",
    "watch": "npx tailwindcss -i tailwind-source.css -o ../css/styles.css --watch",
    "prebuild": "npm run generate",
    "build": "npx tailwindcss -i tailwind-source.css -o ../css/styles.css --minify"
  },
  "engine-strict": true,
  "engines": {
    "node": ">=20.0.0"
  },
  "browserslist": [
    "> 0.2% and not dead"
  ],
  "author": "Hyvä Themes BV",
  "license": "proprietary",
  "private": true
}
