Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

daisyui

Package Overview
Dependencies
Maintainers
1
Versions
602
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daisyui - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

59

package.json
{
"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",

2

README.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc