web-expressive
Version:
A standard-first frontend toolkit based on Material Expressive design language intent.
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "web-expressive",
"version": "0.5.0",
"description": "A standard-first frontend toolkit based on Material Expressive design language intent.",
"author": "Arby (@mobalti)",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/mobalti/web-expressive.git"
},
"keywords": [
"css",
"design-system",
"material",
"material-3",
"m3-expressive",
"expressive",
"ui",
"theme",
"tokens",
"custom-properties",
"web-standards"
],
"files": [
"dist"
],
"exports": {
"./core.css": "./dist/core.css",
"./components/*": "./dist/components/*",
"./schemes/*": "./dist/schemes/*"
},
"scripts": {
"build": "vite build",
"prepublishOnly": "npm run build",
"format": "prettier --write \"lib/**/*.{css,js}\"",
"format:check": "prettier --check \"lib/**/*.{css,js}\""
},
"devDependencies": {
"glob": "^11.0.0",
"prettier": "3.8.1",
"prettier-plugin-css-order": "^2.2.0",
"vite": "^8.0.0"
}
}