@svarog-ui/theme-muchandy
Version:
Muchandy theme for Svarog UI components
36 lines (35 loc) • 789 B
JSON
{
"name": "@svarog-ui/theme-muchandy",
"version": "1.9.7",
"description": "Muchandy theme for Svarog UI components",
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"publishConfig": {
"access": "public"
},
"exports": {
".": "./dist/index.js",
"./variables": "./dist/variables.js",
"./components": "./dist/components.js"
},
"files": [
"dist"
],
"scripts": {
"build": "node ../../../scripts/build-theme.mjs muchandy",
"prepublishOnly": "npm run build"
},
"keywords": [
"svarog-ui",
"theme",
"muchandy",
"orange"
],
"author": "Sebastian Huber",
"license": "ISC",
"peerDependencies": {
"svarog-ui-core": ">=2.7.12 <3.0.0"
},
"gitHead": "336d3db2d25e863af7881237a69e1f4095a901f9"
}