Files
medusa-store/www/packages/tailwind/package.json
github-actions[bot] 869dc751a0 chore(docs): Updated UI Reference (#6347)
* chore(docs): Generated UI Reference

* fixed props typing + added new alert page

* updated ui dependencies

---------

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2024-02-12 19:46:51 +01:00

25 lines
439 B
JSON

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