fluid-tailwind
Advanced tools
Comparing version 0.1.2 to 0.1.3
103
package.json
{ | ||
"name": "fluid-tailwind", | ||
"version": "0.1.2", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"license": "MIT", | ||
"repository": "https://github.com/barvian/fluid-tailwind", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
"clamp", | ||
"fluid-type", | ||
"fluid", | ||
"tailwindcss", | ||
"tailwind" | ||
], | ||
"scripts": { | ||
"test": "bun test", | ||
"build": "tsup src --format esm,cjs --no-splitting --clean", | ||
"postbuild": "tsc -p tsconfig.build.json --emitDeclarationOnly", | ||
"dev": "bun run build --watch", | ||
"prepublishOnly": "bun run build && bun run test" | ||
}, | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"peerDependencies": { | ||
"tailwindcss": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@tailwindcss/container-queries": "^0.1.1", | ||
"@types/bun": "^1.0.5", | ||
"@types/dlv": "^1.1.4", | ||
"dlv": "^1.1.3", | ||
"jest-diff": "^29.7.0", | ||
"postcss": "^8.4.17", | ||
"prettier": "^2.7.1", | ||
"tailwindcss": "^3.2.0", | ||
"tsup": "^8.0.2", | ||
"typescript": ">=5.0.0" | ||
}, | ||
"dependencies": { | ||
"filter-obj": "^5.1.0", | ||
"map-obj": "^5.0.2", | ||
"picocolors": "^1.0.0", | ||
"tailwindcss-priv": "npm:tailwindcss@3.4.1" | ||
} | ||
"name": "fluid-tailwind", | ||
"version": "0.1.3", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/barvian/fluid-tailwind.git", | ||
"directory": "plugin" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/barvian/fluid-tailwind/issues" | ||
}, | ||
"homepage": "https://fluid.tw", | ||
"keywords": [ | ||
"clamp", | ||
"fluid-type", | ||
"fluid", | ||
"tailwindcss", | ||
"tailwind" | ||
], | ||
"scripts": { | ||
"test": "bun test", | ||
"build": "tsup src --format esm,cjs --no-splitting --clean", | ||
"postbuild": "tsc -p tsconfig.build.json --emitDeclarationOnly", | ||
"dev": "bun run build --watch", | ||
"prepublishOnly": "bun run build && bun run test" | ||
}, | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"peerDependencies": { | ||
"tailwindcss": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@tailwindcss/container-queries": "^0.1.1", | ||
"@types/bun": "^1.0.5", | ||
"@types/dlv": "^1.1.4", | ||
"dlv": "^1.1.3", | ||
"jest-diff": "^29.7.0", | ||
"postcss": "^8.4.17", | ||
"prettier": "^2.7.1", | ||
"tailwindcss": "^3.2.0", | ||
"tsup": "^8.0.2", | ||
"typescript": ">=5.0.0" | ||
}, | ||
"dependencies": { | ||
"filter-obj": "^5.1.0", | ||
"map-obj": "^5.0.2", | ||
"picocolors": "^1.0.0", | ||
"tailwindcss-priv": "npm:tailwindcss@3.4.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# Fluid for Tailwind CSS | ||
[](https://fluid.tw) | ||
@@ -3,0 +3,0 @@ A Tailwind plugin to easily generate fluid `clamp()` values with every built-in utility. |
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 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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
115804
1
1
4
0