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.
84 lines • 2.24 kB
JSON
{
"name": "m3-svelte",
"version": "5.3.6",
"license": "Apache-2.0 OR GPL-3.0-only",
"repository": "KTibow/m3-svelte",
"author": {
"name": "KTibow"
},
"homepage": "https://github.com/KTibow/m3-svelte",
"funding": "https://github.com/sponsors/KTibow",
"files": [
"package",
"!package/**/*.test.*",
"!package/**/*.spec.*"
],
"svelte": "./package/index.js",
"types": "./package/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./package/index.d.ts",
"svelte": "./package/index.js"
},
"./misc/styles.css": {
"import": "./package/misc/styles.css",
"style": "./package/misc/styles.css"
},
"./misc/recommended-styles.css": {
"import": "./package/misc/recommended-styles.css",
"style": "./package/misc/recommended-styles.css"
},
"./misc/tailwind-styles.css": {
"style": "./package/misc/tailwind-styles.css"
}
},
"dependencies": {
"@iconify/types": "^2.0.0",
"@ktibow/iconset-material-symbols": "^0.0.1754804347",
"@ktibow/material-color-utilities-nightly": "^0.3.11754876552597",
"svelte": "^5.38.0"
},
"devDependencies": {
"@eslint/compat": "^1.3.2",
"@eslint/js": "^9.33.0",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.27.3",
"@sveltejs/package": "^2.4.1",
"@sveltejs/vite-plugin-svelte": "^6.1.1",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.11.0",
"fast-glob": "^3.3.3",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"publint": "^0.3.12",
"svelte-check": "^4.3.1",
"svelte-highlight": "^7.8.3",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.1"
},
"keywords": [
"svelte",
"material",
"material 3",
"material you",
"m3",
"ui",
"frontend",
"design-system",
"ui-library",
"theming"
],
"sideEffects": false,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && eslint",
"format": "prettier --write .",
"lint": "eslint ."
}
}