Comparing version 4.12.10 to 5.0.0-alpha.0
{ | ||
"type": "module", | ||
"name": "daisyui", | ||
"version": "4.12.10", | ||
"version": "5.0.0-alpha.0", | ||
"description": "daisyUI - Tailwind CSS Components", | ||
@@ -22,2 +23,3 @@ "author": "Pouya Saadeghi", | ||
"tailwindcss", | ||
"css-library", | ||
"components", | ||
@@ -29,4 +31,3 @@ "ui-library", | ||
"daisyui", | ||
"theming", | ||
"postcss", | ||
"themes", | ||
"design", | ||
@@ -36,13 +37,8 @@ "css", | ||
], | ||
"main": "src/index.js", | ||
"typings": "src/index.d.ts", | ||
"types": "src/index.d.ts", | ||
"main": "index.css", | ||
"files": [ | ||
"src/lib/**/*.js", | ||
"dist/*.js", | ||
"dist/{themes,styled,unstyled,full}.css", | ||
"src/index.js", | ||
"src/theming/*.js", | ||
"src/theming/*.d.ts", | ||
"src/index.d.ts" | ||
"themes", | ||
"components", | ||
"index.css", | ||
"plugin.js" | ||
], | ||
@@ -65,4 +61,3 @@ "engines": { | ||
"lint": "biome lint . --write", | ||
"build": "node src/build", | ||
"build:skipfullcss": "node src/build --skipfullcss", | ||
"build": "node build.js", | ||
"dev": "cd src/docs && npm run dev", | ||
@@ -76,15 +71,8 @@ "playground": "cd src/experiments/playground && npm run dev", | ||
"@biomejs/biome": "1.8.1", | ||
"autoprefixer": "10.4.19", | ||
"@tailwindcss/cli": "^4.0.0-alpha.23", | ||
"commit-and-tag-version": "12.4.1", | ||
"postcss-cli": "11.0.0", | ||
"postcss-import": "16.1.0", | ||
"prejss-cli": "0.3.3", | ||
"tailwindcss": "3.4.4" | ||
}, | ||
"dependencies": { | ||
"css-selector-tokenizer": "^0.8", | ||
"culori": "^3", | ||
"picocolors": "^1", | ||
"postcss-js": "^4" | ||
"postcss": "^8.4.45", | ||
"postcss-js": "^4.0.1", | ||
"tailwindcss": "^4.0.0-alpha.23" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
6
26
Yes
33357
887
1
1
- Removedcss-selector-tokenizer@^0.8
- Removedculori@^3
- Removedpicocolors@^1
- Removedpostcss-js@^4
- Removedcamelcase-css@2.0.1(transitive)
- Removedcss-selector-tokenizer@0.8.0(transitive)
- Removedcssesc@3.0.0(transitive)
- Removedculori@3.3.0(transitive)
- Removedfastparse@1.1.2(transitive)
- Removednanoid@3.3.7(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpostcss@8.4.47(transitive)
- Removedpostcss-js@4.0.1(transitive)
- Removedsource-map-js@1.2.1(transitive)