{ "name": "vite-plugin-scope-tailwind", "description": "A vite-plugin to encapsulate and scope your TailwindCSS styles to your library and prevent them affecting styles outside", "version": "1.1.3", "main": "./dist/cjs/index.cjs", "types": "./dist/main.d.ts", "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "prepublishOnly": "npm run build" }, "devDependencies": { "@types/node": "^20.2.4", "postcss": "^8.4.23", "typescript": "^5.0.2", "vite": "^4.4.9", "vite-plugin-dts": "^3.5.2", "vite-tsconfig-paths": "^4.2.0" }, "dependencies": { "@types/uniqid": "^5.3.2", "app-root-path": "^3.1.0", "uniqid": "^5.4.0" } }