tailwindcss-anchors
Version:
Anchors for Tailwind CSS provides a simple API for working with CSS anchor positioning, enabling flexible, declarative positioning relative to custom anchors.
74 lines (73 loc) • 1.96 kB
JSON
{
"name": "tailwindcss-anchors",
"version": "0.0.2",
"description": "Anchors for Tailwind CSS provides a simple API for working with CSS anchor positioning, enabling flexible, declarative positioning relative to custom anchors.",
"type": "module",
"source": "index.ts",
"exports": {
".": {
"style": "./index.css",
"types": "./dist/types/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.modern.js",
"default": "./dist/index.modern.js"
},
"./package.json": "./package.json",
"./index.css": "./index.css",
"./index": "./index.css"
},
"style": "index.css",
"types": "./dist/types/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"files": [
"dist",
"index.css",
"LICENSE",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsdown index.ts --dts",
"dev": "tsdown index.ts --dts --watch",
"prepublishOnly": "npm run build"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toolwind/anchors.git"
},
"keywords": [
"css",
"utility-classes",
"anchor",
"anchors",
"anchor positioning",
"anchor-positioning",
"plugin",
"plugins",
"tailwind",
"tailwindcss"
],
"author": "Brandon McConnell",
"license": "MIT",
"bugs": {
"url": "https://github.com/toolwind/anchors/issues"
},
"homepage": "https://github.com/toolwind/anchors#readme",
"devDependencies": {
"@types/node": "^22.15.3",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"npm-run-all": "^4.1.5",
"tailwindcss": "^4.1.4",
"tsdown": "^0.10.1",
"typescript": "^5.8.3"
}
}