Files
medusa-store/www/packages/tailwind/package.json
github-actions[bot] 423b6d94dc chore(docs): Updated UI Reference (automated) (#13968)
* chore(docs): Generated + Updated UI Reference (automated)

* fix react-docs-generator not resolving external types

* sort undefined

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2025-11-05 18:00:46 +02: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.11.3",
"tailwindcss-animate": "^1.0.7"
},
"peerDependencies": {
"docs-ui": "*"
}
}