{
  "name": "svelte-material-ui",
  "version": "8.0.3",
  "description": "Svelte Material UI Components",
  "keywords": [
    "svelte",
    "svelte3",
    "material-ui",
    "material-design",
    "material",
    "svelte-components",
    "sveltejs"
  ],
  "scripts": {
    "build": "mkdir themes || true && npm run build-bare && npm run build-svelte-light && npm run build-svelte-dark && npm run build-bubblegum-light && npm run build-bubblegum-dark && npm run build-fixation-light && npm run build-fixation-dark && npm run build-material-light && npm run build-material-dark && npm run build-metro-light && npm run build-metro-dark && npm run build-unity-light && npm run build-unity-dark",
    "build-bare": "smui-theme compile bare.css -i theme/ -i node_modules/",
    "build-svelte-light": "smui-theme compile themes/svelte.css -s expanded -i ../site/src/theme -i node_modules/",
    "build-svelte-dark": "smui-theme compile themes/svelte-dark.css -s expanded -i ../site/src/theme/dark -i node_modules/",
    "build-bubblegum-light": "smui-theme compile themes/bubblegum.css -s expanded -i ../site/src/theme/bubblegum -i node_modules/",
    "build-bubblegum-dark": "smui-theme compile themes/bubblegum-dark.css -s expanded -i ../site/src/theme/bubblegum-dark -i node_modules/",
    "build-fixation-light": "smui-theme compile themes/fixation.css -s expanded -i ../site/src/theme/fixation -i node_modules/",
    "build-fixation-dark": "smui-theme compile themes/fixation-dark.css -s expanded -i ../site/src/theme/fixation-dark -i node_modules/",
    "build-material-light": "smui-theme compile themes/material.css -s expanded -i ../site/src/theme/material -i node_modules/",
    "build-material-dark": "smui-theme compile themes/material-dark.css -s expanded -i ../site/src/theme/material-dark -i node_modules/",
    "build-metro-light": "smui-theme compile themes/metro.css -s expanded -i ../site/src/theme/metro -i node_modules/",
    "build-metro-dark": "smui-theme compile themes/metro-dark.css -s expanded -i ../site/src/theme/metro-dark -i node_modules/",
    "build-unity-light": "smui-theme compile themes/unity.css -s expanded -i ../site/src/theme/unity -i node_modules/",
    "build-unity-dark": "smui-theme compile themes/unity-dark.css -s expanded -i ../site/src/theme/unity-dark -i node_modules/",
    "clean": "git status --ignored -u --porcelain . | grep -v node_modules/ | grep -e '^!! ' | sed 's/^!! packages\\/[a-z-]*\\///g' | tr '\\n' ' ' | xargs rm",
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "bare.css",
    "themes"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hperrin/svelte-material-ui.git"
  },
  "author": "Hunter Perrin <hperrin@gmail.com>",
  "bugs": {
    "url": "https://github.com/hperrin/svelte-material-ui/issues"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@smui-extra/accordion": "^8.0.3",
    "@smui-extra/autocomplete": "^8.0.3",
    "@smui-extra/badge": "^8.0.3",
    "@smui-extra/bottom-app-bar": "^8.0.3",
    "@smui-extra/chip-input": "^8.0.3",
    "@smui/banner": "^8.0.3",
    "@smui/button": "^8.0.3",
    "@smui/card": "^8.0.3",
    "@smui/checkbox": "^8.0.3",
    "@smui/chips": "^8.0.3",
    "@smui/circular-progress": "^8.0.3",
    "@smui/common": "^8.0.3",
    "@smui/data-table": "^8.0.3",
    "@smui/dialog": "^8.0.3",
    "@smui/drawer": "^8.0.3",
    "@smui/fab": "^8.0.3",
    "@smui/floating-label": "^8.0.3",
    "@smui/form-field": "^8.0.3",
    "@smui/icon-button": "^8.0.3",
    "@smui/image-list": "^8.0.3",
    "@smui/layout-grid": "^8.0.3",
    "@smui/line-ripple": "^8.0.3",
    "@smui/linear-progress": "^8.0.3",
    "@smui/list": "^8.0.3",
    "@smui/menu": "^8.0.3",
    "@smui/menu-surface": "^8.0.3",
    "@smui/notched-outline": "^8.0.3",
    "@smui/paper": "^8.0.3",
    "@smui/radio": "^8.0.3",
    "@smui/ripple": "^8.0.3",
    "@smui/segmented-button": "^8.0.3",
    "@smui/select": "^8.0.3",
    "@smui/slider": "^8.0.3",
    "@smui/snackbar": "^8.0.3",
    "@smui/switch": "^8.0.3",
    "@smui/tab": "^8.0.3",
    "@smui/tab-bar": "^8.0.3",
    "@smui/tab-indicator": "^8.0.3",
    "@smui/tab-scroller": "^8.0.3",
    "@smui/textfield": "^8.0.3",
    "@smui/tooltip": "^8.0.3",
    "@smui/top-app-bar": "^8.0.3",
    "@smui/touch-target": "^8.0.3"
  },
  "devDependencies": {
    "smui-theme": "^8.0.3"
  },
  "gitHead": "41d78c32560b9baeba6fda53c209733bf15dff7a"
}
