UNPKG

@nexim/tailwind-material-colors

Version:

A Tailwind CSS plugin to automatically generate and apply Material Design 3 color palettes.

113 lines (112 loc) 2.72 kB
{ "name": "@nexim/tailwind-material-colors", "version": "1.0.0", "description": "A Tailwind CSS plugin to automatically generate and apply Material Design 3 color palettes.", "keywords": [ "tailwind", "action", "state-management", "typescript", "nexim" ], "homepage": "https://github.com/the-nexim/nanolib/tree/next/packages/tailwind-material-colors#readme", "bugs": { "url": "https://github.com/the-nexim/nanolib/issues" }, "repository": { "type": "git", "url": "https://github.com/the-nexim/nanolib", "directory": "packages/tailwind-material-colors" }, "license": "AGPL-3.0-only", "author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (https://www.njfamirm.ir)", "type": "module", "exports": { ".": { "types": "./dist/main.d.ts", "import": "./dist/main.mjs", "require": "./dist/main.cjs" } }, "main": "./dist/main.cjs", "module": "./dist/main.mjs", "types": "./dist/main.d.ts", "files": [ "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}", "LICENSE", "!**/*.test.js" ], "scripts": { "build": "wireit", "doc": "wireit", "test": "wireit", "watch": "wireit" }, "dependencies": { "@alwatr/package-tracer": "^5.5.3", "@material/material-color-utilities": "^0.3.0", "change-case": "^5.4.4", "tailwindcss": "^4.1.5" }, "devDependencies": { "@alwatr/nano-build": "^5.5.3", "@nexim/typescript-config": "^2.0.1", "ava": "^6.3.0", "typedoc": "^0.28.4", "typedoc-plugin-markdown": "^4.6.3", "typedoc-plugin-no-inherit": "^1.6.1", "typescript": "^5.8.3", "wireit": "^0.14.12" }, "publishConfig": { "access": "public" }, "nano-build": { "platform": "browser" }, "wireit": { "test": { "command": "NODE_OPTIONS=\"$NODE_OPTIONS --enable-source-maps --experimental-vm-modules\" ava" }, "build": { "dependencies": [ "build:type", "build:es" ] }, "build:es": { "command": "yarn nano-build --preset=module", "files": [ "src", "tsconfig.json" ], "clean": "if-file-deleted", "output": [ "dist", "tsconfig.tsbuildinfo" ] }, "build:type": { "command": "tsc --build" }, "watch": { "dependencies": [ "watch:ts" ] }, "watch:ts": { "command": "tsc --build --watch --preserveWatchOutput", "dependencies": [ "watch:es" ] }, "watch:es": { "command": "yarn nano-build --preset=module -- --watch", "service": true }, "doc": { "command": "typedoc" } }, "gitHead": "d0b87b878ba8cd417bd8d6e632673c594c5ce27a" }