Files
medusa-store/www/packages/tailwind/package.json
github-actions[bot] 7799647675 chore(docs): Updated UI Reference (automated) (#11578)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2025-02-24 11:23:30 +00:00

22 lines
381 B
JSON

{
"name": "tailwind",
"version": "0.0.0",
"private": true,
"license": "MIT",
"main": "tailwind.config.js",
"publishConfig": {
"access": "public"
},
"files": [
"tailwind.config.js",
"postcss.config.js"
],
"dependencies": {
"@medusajs/ui-preset": "~2.5.1",
"tailwindcss-animate": "^1.0.7"
},
"peerDependencies": {
"docs-ui": "*"
}
}