{
  "name": "@gmvdev/materials",
  "version": "2.0.0",
  "description": "Stencil Component Starter",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/materials/materials.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll"
  },
  "dependencies": {
    "@material/animation": "~1.0.0",
    "@material/base": "~1.0.0",
    "@material/button": "~2.1.1",
    "@material/card": "~2.1.1",
    "@material/checkbox": "~2.1.1",
    "@material/chips": "~2.1.1",
    "@material/dialog": "~2.1.1",
    "@material/drawer": "^2.1.1",
    "@material/elevation": "~1.1.0",
    "@material/fab": "~2.1.1",
    "@material/floating-label": "~1.1.0",
    "@material/form-field": "~2.1.1",
    "@material/icon-button": "~2.1.1",
    "@material/layout-grid": "0.41.0",
    "@material/line-ripple": "~1.1.0",
    "@material/linear-progress": "~1.1.0",
    "@material/list": "~2.1.1",
    "@material/menu": "~2.1.1",
    "@material/notched-outline": "~1.1.1",
    "@material/radio": "~2.1.1",
    "@material/ripple": "~2.1.1",
    "@material/select": "~2.1.1",
    "@material/snackbar": "~2.1.1",
    "@material/switch": "~2.1.1",
    "@material/tab-bar": "~2.1.1",
    "@material/textfield": "~2.1.1",
    "@material/theme": "~1.1.0",
    "@material/top-app-bar": "^2.1.1",
    "@material/typography": "~1.0.0",
    "material-design-icons": "^3.0.1"
  },
  "devDependencies": {
    "@stencil/core": "1.2.4",
    "@stencil/sass": "1.0.1",
    "@types/jest": "24.0.13",
    "@types/puppeteer": "1.20.4",
    "jest": "24.8.0",
    "jest-cli": "24.8.0",
    "puppeteer": "1.19.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GMV-centravet/materials.git"
  },
  "bugs": {
    "url": "https://github.com/GMV-centravet/materials/issues"
  },
  "homepage": "https://github.com/GMV-centravet/materials",
  "author": "GMV-Centravet",
  "license": "MIT"
}
