tailwind-variants
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "tailwind-variants", | ||
"version": "0.0.1", | ||
"description": "Class variants management for tailwindcss", | ||
"main": "src/index.js", | ||
"version": "0.0.2", | ||
"description": "🦄 Tailwindcss first-class variant API", | ||
"author": "Junior Garcia <jrgarciadev@gmail.com>", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nextui-org/tailwind-variants" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/nextui-org/tailwind-variants/issues" | ||
}, | ||
"type": "module", | ||
"main": "src/index.ts", | ||
"typings": "./dist/index.d.ts", | ||
"sideEffects": false, | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js", | ||
"types": "./types/index.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "tsup src/index.js && node copy-types.cjs", | ||
"dev": "pnpm build:fast -- --watch", | ||
"clean": "rimraf dist .turbo", | ||
"typecheck": "tsc --noEmit", | ||
"dry-run": "pnpm ts-node tests/dry-run.js", | ||
"prepack": "clean-package", | ||
"postpack": "clean-package restore", | ||
"lint": "eslint -c .eslintrc.json ./src/**/*.{ts,tsx}", | ||
"lint:fix": "eslint --fix -c .eslintrc.json ./src/**/*.{ts,tsx}", | ||
"test": "jest --verbose" | ||
}, | ||
"dependencies": { | ||
"class-variance-authority": "0.4.0", | ||
"tailwind-merge": "^1.8.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.2.0", | ||
"@commitlint/config-conventional": "^17.2.0", | ||
"@swc-node/jest": "^1.5.2", | ||
"@swc/cli": "0.1.57", | ||
"@swc/core": "1.2.198", | ||
"@types/jest": "28.1.1", | ||
"@typescript-eslint/eslint-plugin": "^5.42.0", | ||
"@typescript-eslint/parser": "^5.42.0", | ||
"clean-package": "2.1.1", | ||
"eslint": "^7.29.0", | ||
"eslint-config-prettier": "^8.2.0", | ||
"eslint-config-ts-lambdas": "^1.2.3", | ||
"eslint-import-resolver-typescript": "^2.4.0", | ||
"eslint-loader": "^4.0.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^24.3.6", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"prettier": "^2.2.1", | ||
"prettier-eslint": "^12.0.0", | ||
"prettier-eslint-cli": "^5.0.1", | ||
"ts-node": "^10.9.1", | ||
"tsup": "6.4.0", | ||
"typescript": "4.6.2", | ||
"webpack": "^5.53.0" | ||
}, | ||
"keywords": [ | ||
@@ -16,4 +82,17 @@ "tailwindcss", | ||
], | ||
"author": "Junior Garcia", | ||
"license": "MIT" | ||
"engines": { | ||
"node": ">=16.x", | ||
"pnpm": ">=7.x" | ||
}, | ||
"tsup": { | ||
"clean": true, | ||
"minify": true, | ||
"treeshake": true, | ||
"target": "es2019", | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
] | ||
}, | ||
"packageManager": "pnpm@7.14.2" | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
12626
9
137
0
0
38
0
Yes
2
26
+ Addedtailwind-merge@^1.8.1
+ Addedclass-variance-authority@0.4.0(transitive)
+ Addedtailwind-merge@1.14.0(transitive)