* update next * updated react * update eslint * finish updating eslint * fix content lint errors * fix docs test * fix vale action * fix installation errors
22 lines
381 B
JSON
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": "^1.1.2",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"peerDependencies": {
|
|
"docs-ui": "*"
|
|
}
|
|
}
|