UNPKG

@studiocms/ui

Version:

The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.

72 lines 1.73 kB
{ "name": "@studiocms/ui", "version": "0.4.17", "description": "The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.", "repository": { "type": "git", "url": "git+https://github.com/withstudiocms/ui.git" }, "author": { "name": "Louis Escher", "url": "https://studiocms.dev" }, "contributors": [ "louisescher", "TheOtterlord", "Adammatthiesen", "JusticeMatthew" ], "keywords": [ "withastro", "astro-ui-library", "astro-components", "studiocms", "ui-library", "astro-integration" ], "homepage": "https://ui.studiocms.dev", "publishConfig": { "access": "public", "provenance": true }, "sideEffects": false, "files": [ "dist" ], "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./toolbar": { "types": "./dist/toolbar/index.d.ts", "default": "./dist/toolbar/index.js" }, "./components/*": "./dist/components/*", "./css/*": "./dist/css/*", "./utils/*": "./dist/utils/*", "./types": { "types": "./dist/types/index.d.ts", "default": "./dist/types/index.js" } }, "dependencies": { "@iconify-json/heroicons": "^1.2.1", "@iconify/types": "^2.0.0", "astro-transition-event-polyfill": "^1.1.0", "pathe": "^1.1.2" }, "peerDependencies": { "astro": "^4.5 || ^5.0.0-beta.0", "vite": "^5.0.0 || ^6.0.0" }, "devDependencies": { "typescript": "^5.7.2" }, "scripts": { "build": "build-scripts build 'src/**/*.{ts,css}' --build-tsconfig", "dev": "build-scripts dev 'src/**/*.{ts,css}' --build-tsconfig" } }