tailwind-colorize-plugin
Version:
The fluent and expressive way to manipulate colors in Tailwind CSS.
74 lines (73 loc) • 1.75 kB
JSON
{
"name": "tailwind-colorize-plugin",
"description": "The fluent and expressive way to manipulate colors in Tailwind CSS.",
"files": [
"./dist",
"./src",
"./grammar.js"
],
"exports": {
".": {
"import": "./src/index.ts",
"require": "./dist/index.js",
"types": "./src/index.ts"
},
"./extra-colors": {
"import": "./src/extra-colors.ts",
"require": "./dist/extra-colors.js",
"types": "./src/extra-colors.ts"
},
"./lib": {
"import": "./src/lib.ts",
"require": "./dist/lib.js",
"types": "./src/lib.ts"
}
},
"version": "0.5.8",
"license": "MIT",
"scripts": {
"build": "tsc",
"dev": "vite",
"preview": "vite preview",
"compile": "peggy grammar.pegjs --output ./grammar.js",
"test": "jest"
},
"keywords": [
"Tailwind",
"CSS",
"Color",
"Manipulation",
"Plugin"
],
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@jest/globals": "^29.3.1",
"@types/node": "^18.11.18",
"autoprefixer": "^10.4.13",
"coveralls": "^3.1.1",
"eslint": "^8.27.0",
"jest": "^29.3.1",
"jest-coverage-badges": "^1.1.2",
"jest-environment-jsdom": "^29.3.1",
"postcss": "^8.4.19",
"rollup-pluginutils": "^2.8.2",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^3.2.0",
"vite-plugin-commonjs": "^0.5.3",
"vite-plugin-string": "^1.1.2"
},
"dependencies": {
"@types/color": "^3.0.3",
"@types/lodash": "^4.14.188",
"color": "^4.2.3",
"lodash": "^4.4.0",
"peggy": "^2.0.1"
},
"peerDependencies": {
"tailwindcss": "^3.0"
}
}