tailwind-semantic-setup
Version:
🧬 Smart multi-theme tool for better semantic Design Systems
57 lines • 1.42 kB
JSON
{
"name": "tailwind-semantic-setup",
"type": "module",
"source": "index.js",
"version": "1.1.1",
"description": "🧬 Smart multi-theme tool for better semantic Design Systems",
"author": "Chempo González <chempo.glez@gmail.com> (https://github.com/chempogonzalez/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/chempogonzalez/tailwind-semantic-setup.git"
},
"keywords": [
"tailwindcss",
"tailwind",
"semantic",
"theme",
"themes",
"multi-theme",
"preset",
"setup",
"plugin",
"best practices"
],
"exports": {
"types": "./types/index.d.ts",
"require": "./dist/tailwind-semantic-setup.cjs",
"default": "./dist/tailwind-semantic-setup.module.js"
},
"main": "./dist/tailwind-semantic-setup.cjs",
"module": "./dist/tailwind-semantic-setup.module.js",
"types": "./types/index.d.ts",
"files": [
"dist",
"types",
"types.d.ts"
],
"peerDependencies": {
"tailwindcss": ">= 3"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"color": "^4.2.3"
},
"devDependencies": {
"microbundle": "^0.15.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3"
},
"scripts": {
"build": "microbundle",
"dev": "microbundle watch"
}
}