UNPKG

@kami-ui/theme-shop

Version:

A theme shop exporting multiple themes.

55 lines 1.38 kB
{ "name": "@kami-ui/theme-shop", "author": "Gobind Singh | Hymns Of Web", "version": "0.0.2", "description": "A theme shop exporting multiple themes.", "homepage": "https://github.com/hymnsOfWeb/kami-ui", "repository": { "type": "git", "url": "git+https://github.com/hymnsOfWeb/kami-ui.git" }, "license": "ISC", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "dependencies": { "@kami-ui/types": "0.0.1" }, "devDependencies": { "eslint": "^9.21.0", "@kami-ui/eslint-config": "0.0.1", "@kami-ui/react-theme-common": "1.0.0", "@kami-ui/rollup": "1.0.0", "@kami-ui/tsconfigs": "1.0.0" }, "engines": { "node": ">=16" }, "files": [ "dist" ], "keywords": [ "kami-ui", "kui", "material-ui", "mui", "kami", "react", "theme", "shop", "design language", "design system", "dls", "design language system", "hymns of web", "hymns" ], "scripts": { "prepublish": "pnpm build", "prebuild": "pnpm lint:fix", "build": "rollup -c rollup.config.mjs", "dev": "pnpm build && node ./scripts/watch.cjs", "lint": "prettier \"src/**/*.{ts,js,tsx,jsx}\" --write && eslint \"src/**/*.{ts,js,tsx,jsx}\"", "lint:fix": "prettier \"src/**/*.{ts,js,tsx,jsx}\" --write && eslint \"src/**/*.{ts,js,tsx,jsx}\" --fix" } }