package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of material-dynamic-colors Show documentation
Show all versions of material-dynamic-colors Show documentation
This project is based on https://material-foundation.github.io/material-theme-builder and uses official color utilities from Material Design.
The newest version!
{
"author": "Leonardo Rafal Wehrmeister",
"description": "This project is based on https://material-foundation.github.io/material-theme-builder and uses official color utilities from Material Design.",
"homepage": "https://github.com/leonardorafael/material-dynamic-colors",
"version": "1.1.2",
"name": "material-dynamic-colors",
"license": "MIT",
"type": "module",
"scripts": {
"build": "node ./build/build.js",
"test": "vitest run --root=./test"
},
"dependencies": {
"@material/material-color-utilities": "^0.2.7"
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vitest": "^0.32.4"
},
"files": [
"dist/cdn",
"src/cdn",
"index.d.ts",
"index.js",
"cli.js"
],
"bin": {
"material-dynamic-colors": "./cli.js"
},
"keywords": [
"material-design",
"dynamic-colors",
"palette",
"theme"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/leonardorafael/material-dynamic-colors.git"
},
"bugs": {
"url": "https://github.com/leonardorafael/material-dynamic-colors/issues"
}
}