tailwindcss-jun-layout
Version:
A powerful Tailwind CSS plugin for building dynamic layouts with ease
46 lines • 1.17 kB
JSON
{
"name": "tailwindcss-jun-layout",
"version": "0.8.1",
"description": "A powerful Tailwind CSS plugin for building dynamic layouts with ease",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"author": {
"name": "siriwatk",
"url": "https://x.com/siriwatknp"
},
"repository": {
"type": "git",
"url": "https://github.com/siriwatknp/tailwindcss-jun-layout",
"directory": "packages/tailwindcss-jun-layout"
},
"files": [
"dist"
],
"keywords": [
"layout",
"tailwind",
"tailwind-plugin"
],
"type": "module",
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"peerDependencies": {
"tailwindcss": ">=3.0.0 <4.0.0 || >=4.0.3"
},
"devDependencies": {
"tsup": "^6.6.3",
"typescript": "^4.9.3",
"tailwindcss": ">=3.0.0 <4.0.0 || >=4.0.3"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"typecheck": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"release": "pnpm build && pnpm publish --access public",
"test": "vitest run"
}
}