UNPKG

tailwindcss-scoped-preflight

Version:

To avoid style conflicts (CSS collisions/interference side effects) when using Tailwind CSS with other UI libraries like Antd, Vuetify etc.

69 lines (68 loc) 1.83 kB
{ "name": "tailwindcss-scoped-preflight", "version": "4.0.6", "description": "To avoid style conflicts (CSS collisions/interference side effects) when using Tailwind CSS with other UI libraries like Antd, Vuetify etc.", "type": "module", "source": "src/index.ts", "module": "dist/index.js", "main": "dist/index.cjs", "types": "dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "default": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsup", "build/watch": "tsup --watch", "lint": "biome lint", "lint:errors-only": "biome lint --diagnostic-level=error", "lint:safe": "biome lint --write --diagnostic-level=error", "test": "npm run test/build && npm run test/build:vite && playwright test", "test/build": "npx tsx e2e/build-css.ts", "test/build:vite": "npx tsx e2e/build-vite.ts", "test/serve": "http-server ./e2e -p 8080 -c-1", "test/ui": "playwright test --ui" }, "repository": { "type": "git", "url": "git+https://github.com/Roman86/tailwindcss-scoped-preflight.git" }, "keywords": [ "tailwind", "tailwindcss", "plugin", "preflight", "scoped", "local", "selector", "vuetify", "antd" ], "author": "Roman Kozodoi", "license": "MIT", "devDependencies": { "@biomejs/biome": "2.4.7", "@playwright/test": "^1.45.3", "@tailwindcss/postcss": "^4.2.2", "@tailwindcss/vite": "^4.2.2", "@types/node": "^22.1.0", "http-server": "^14.1.1", "postcss-js": "^5.1.0", "tailwindcss": "^4.2.2", "tsup": "^8.5.1", "typescript": "^5.5.4", "vite": "^8.0.1" }, "peerDependencies": { "postcss": "^8", "tailwindcss": "^4" }, "overrides": { "js-yaml": "^4.1.1", "glob": "^11.1.0" } }