{
  "name": "@materializecss/materialize",
  "description": "The responsive front-end library based on Material Design from Google.",
  "author": "The Materialize Team",
  "homepage": "https://materializeweb.com",
  "version": "2.3.3",
  "style": "dist/css/materialize.css",
  "sass": "sass/materialize.scss",
  "typings": "dist/js/materialize.d.ts",
  "license": "MIT",
  "main": "dist/js/materialize.js",
  "module": "./dist/js/materialize.mjs",
  "exports": {
    ".": {
      "import": "./dist/js/materialize.mjs",
      "require": "./dist/js/materialize.cjs.js"
    },
    "./dist/css/*": "./dist/css/*",
    "./sass/*": "./sass/*",
    "./components/*": "./components/*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/materializecss/materialize.git"
  },
  "bugs": {
    "url": "https://github.com/materializecss/materialize/issues"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/materializecss"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/materialize"
    }
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "jasmine-browser-runner runSpecs --config=jasmine.json",
    "build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
    "release": "npm run lint && npm run build -- --environment BUILD:release && node compress.mjs",
    "preversion": "npm run lint && npm test",
    "version": "npm run build -- --environment BUILD:release && node compress.mjs && git add .",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "demo": "live-server",
    "vitest": "vitest"
  },
  "lint-staged": {
    "js/*.js": [
      "prettier --write",
      "git add"
    ]
  },
  "browserslist": [
    "last 2 versions",
    "Chrome >= 30",
    "Firefox >= 30",
    "Safari >= 8"
  ],
  "engine": "node >= 6",
  "dependencies": {
    "normalize.css": "^8.0.1"
  },
  "devDependencies": {
    "@fontsource/material-icons": "^5.2.5",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^11.1.6",
    "@storybook/addon-docs": "^9.0.12",
    "@storybook/addon-themes": "^9.0.12",
    "@storybook/html": "^9.0.12",
    "@storybook/html-vite": "^9.0.12",
    "@types/node": "^20.5.2",
    "archiver": "^7.0.1",
    "autoprefixer": "^10.4.21",
    "eslint": "^9.10.0",
    "eslint-plugin-storybook": "^9.0.12",
    "jasmine": "^5.1.0",
    "jasmine-browser-runner": "^2.5.0",
    "jasmine-core": "^5.2.0",
    "postcss": "^8.4.49",
    "rollup": "^4.59.0",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-scss": "^4.0.0",
    "sass": "^1.77.8",
    "storybook": "^9.0.12",
    "tslib": "^2.6.3",
    "typescript": "^5.4.3",
    "typescript-eslint": "^8.6.0",
    "vitest": "^4.0.18"
  },
  "files": [
    "dist/css",
    "dist/js",
    "sass/**/*.scss",
    "components",
    "LICENSE"
  ],
  "overrides": {
    "storybook": "$storybook"
  }
}
