UNPKG

azion-theme

Version:
67 lines (66 loc) 1.69 kB
{ "name": "azion-theme", "type": "module", "version": "1.20.0", "author": "aziontech", "contributors": [ { "name": "Eduardo de Cesaro Amarante", "url": "https://duda.azion.app/" }, { "name": "Robson Junior", "url": "https://www.robsonjunior.dev/" }, { "name": "Luis Igreja" } ], "exports": { ".": "./default.js", "./widget": "./widget.js", "./tokens": "./tokens.js", "./tokens/primitive": "./tokens.js", "./tokens/brand": "./tokens.js", "./tokens/semantic/text": "./tokens.js", "./tokens/semantic/backgrounds": "./tokens.js", "./tokens/semantic/borders": "./tokens.js", "./tokens/build/preset": "./src/tokens/build/preset.js", "./tokens/build/tailwind-helper": "./src/tokens/build/tailwind-helper.js", "./tokens/build/tailwind-plugin": "./src/tokens/build/tailwind-plugin.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "conventional-changelog-conventionalcommits": "^8.0.0", "semantic-release": "^24.0.0", "tailwindcss": "^3.4.17" }, "peerDependencies": { "tailwindcss": "^3.4.0" }, "keywords": [ "css", "brand", "design", "system", "primevue", "azion", "css", "azion", "theme", "theme-base" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/aziontech/azion-theme.git" }, "bugs": { "url": "https://github.com/aziontech/azion-theme/issues" }, "homepage": "https://github.com/aziontech/azion-theme#readme" }