UNPKG

m3-svelte

Version:

M3 Svelte implements the Material 3 design system in Svelte. See the [website](https://ktibow.github.io/m3-svelte/) for demos and usage instructions.

75 lines 2.08 kB
{ "name": "m3-svelte", "version": "3.4.12", "license": "Apache-2.0 OR GPL-3.0-only", "repository": "KTibow/m3-svelte", "author": { "name": "KTibow" }, "homepage": "https://github.com/KTibow/m3-svelte", "keywords": [ "svelte", "material", "material 3", "material you", "m3", "ui", "frontend", "design-system", "ui-library", "theming" ], "exports": { ".": { "types": "./package/index.d.ts", "svelte": "./package/index.js" }, "./misc/styles.css": { "import": "./package/misc/styles.css" } }, "devDependencies": { "@sveltejs/adapter-static": "^3.0.8", "@sveltejs/kit": "^2.20.2", "@sveltejs/package": "^2.3.10", "@sveltejs/vite-plugin-svelte": "^5.0.3", "@typescript-eslint/eslint-plugin": "^8.29.0", "@typescript-eslint/parser": "^8.29.0", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.1", "eslint-plugin-svelte": "^3.5.0", "fast-glob": "^3.3.3", "globals": "^16.0.0", "prettier": "^3.5.3", "prettier-plugin-svelte": "^3.3.3", "svelte-check": "^4.1.5", "svelte-highlight": "^7.8.2", "tslib": "^2.8.1", "typescript": "^5.8.2", "vite": "^6.2.4" }, "dependencies": { "@iconify/types": "^2.0.0", "@ktibow/iconset-material-symbols": "^0.0.1742538575", "@material/material-color-utilities": "^0.3.0", "svelte": "^5.25.6" }, "files": [ "package" ], "svelte": "./package/index.js", "types": "./package/index.d.ts", "type": "module", "sideEffects": false, "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "package": "svelte-kit sync && svelte-package -o package", "package-components": "vite build -c vite.config.lib.js", "lint": "prettier --plugin-search-dir . --check . && eslint .", "format": "prettier --plugin-search-dir . --write .", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" } }