@md3tail/theme
Version:
An open source plugin based on tailwindcss built with Material Desing 3
35 lines (34 loc) • 738 B
JSON
{
"name": "@md3tail/theme",
"version": "0.0.6",
"description": "An open source plugin based on tailwindcss built with Material Desing 3",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/al-march/md3tail.git",
"directory": "packages/theme"
},
"keywords": [
"Tailwindcss",
"Tailwind plugin",
"Material Design 3",
"CSS library"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"author": "al-march",
"license": "MIT",
"dependencies": {
"@material/material-color-utilities": "^0.2.7",
"tailwindcss": "^3.3.3"
}
}