Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "daisyui", | ||
"version": "0.2.2", | ||
"description": "Styled and unstyled UI Components based on Tailwind CSS", | ||
"version": "0.2.3", | ||
"description": "CSS components for Tailwind CSS", | ||
"author": "Pouya Saadeghi", | ||
"license": "MIT", | ||
"homepage": "https://github.com/saadeghi/daisyui#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/saadeghi/daisyui.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/saadeghi/daisyui/issues" | ||
}, | ||
"keywords": [ | ||
"design-system", | ||
"tailwindcss", | ||
"components", | ||
"ui-library", | ||
"component", | ||
"framework", | ||
"tailwind", | ||
"theming", | ||
"postcss", | ||
"design", | ||
"css", | ||
"ui" | ||
], | ||
"main": "base.js", | ||
@@ -19,12 +43,22 @@ "typings": "base.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/saadeghi/daisyui.git" | ||
"postcss": { | ||
"plugins": { | ||
"postcss-import": [], | ||
"tailwindcss": "tailwind.config.js", | ||
"postcss-nested": { | ||
"bubble": [ | ||
"screen" | ||
] | ||
}, | ||
"autoprefixer": [], | ||
"cssnano": { | ||
"preset": [ | ||
"default", | ||
{ | ||
"mergeRules": false | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"author": "Pouya Saadeghi", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/saadeghi/daisyui/issues" | ||
}, | ||
"homepage": "https://github.com/saadeghi/daisyui#readme", | ||
"devDependencies": { | ||
@@ -40,2 +74,5 @@ "autoprefixer": "^10.0.4", | ||
}, | ||
"peerDependencies": { | ||
"tailwindcss": "^2.0.0" | ||
}, | ||
"scripts": { | ||
@@ -42,0 +79,0 @@ "postcss": "postcss base/index.css -o dist/base.css && postcss styled/index.css -o dist/styled.css", |
@@ -5,3 +5,3 @@ <div align="center"> | ||
Modern CSS components for [Tailwind CSS ↗︎][tailwind-url] | ||
CSS components for [Tailwind CSS ↗︎][tailwind-url] | ||
Styled + unstyled UI components | ||
@@ -8,0 +8,0 @@ Scalable, [Themeable][theming-url] and designer-friendly |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
106859
0
0
1