UNPKG

zz-shopify-components

Version:

Reusable Shopify components for theme projects

34 lines 1.03 kB
{ "name": "zz-shopify-components", "version": "0.29.0", "description": "Reusable Shopify components for theme projects", "keywords": [ "shopify", "theme", "components" ], "license": "CC BY-NC-ND", "bin": { "sync-components-cli": "./scripts/postinstall-v3.js" }, "scripts": { "dev": "concurrently -c \"auto\" \"npm:dev:*\"", "dev:tailwind": "npx tailwindcss -i ./style.css -o ./assets/tailwind.css --watch", "dev:shopify": "shopify theme dev --environment fake-us --error-overlay silent", "publish:beta": "node scripts/publish-npm.js beta", "publish:patch": "node scripts/publish-npm.js patch", "publish:minor": "node scripts/publish-npm.js minor", "publish:major": "node scripts/publish-npm.js major" }, "devDependencies": { "@shopify/prettier-plugin-liquid": "^1.5.0", "concurrently": "^9.0.0", "daisyui": "^4.12.23", "prettier": "^3.3.3", "tailwindcss": "^3.4.10", "semver": "^7.7.2" }, "dependencies": { "fs-extra": "^11.3.0" } }