{
  "name": "@etchteam/diamond-ui",
  "version": "2.0.1",
  "description": "",
  "type": "module",
  "scripts": {
    "start": "vite",
    "build": "rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "lint:js": "eslint \"**/*.{ts,js,cjs}\"",
    "lint:css": "stylelint \"styles/**/*.css\"",
    "lint": "npm run lint:js && npm run lint:css",
    "release": "semantic-release"
  },
  "keywords": [],
  "author": "etchteam",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/etchteam/diamond-ui.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "lit": "^3.1.0",
    "modern-normalize": "2.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.4.3",
    "@commitlint/config-conventional": "^18.4.3",
    "@etchteam/eslint-config": "^1.8.0",
    "@etchteam/storybook-addon-design-token-tables": "2.0.0",
    "@etchteam/stylelint-config": "^1.5.0",
    "@rollup/plugin-typescript": "^11.1.5",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^11.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^9.2.6",
    "@semantic-release/npm": "^11.0.2",
    "@semantic-release/release-notes-generator": "^12.1.0",
    "@storybook/addon-essentials": "^8.3.5",
    "@storybook/addon-links": "^8.3.5",
    "@storybook/blocks": "^8.3.5",
    "@storybook/manager-api": "^8.3.5",
    "@storybook/theming": "^8.3.5",
    "@storybook/web-components": "^8.3.5",
    "@storybook/web-components-vite": "^8.3.5",
    "eslint": "^8.56.0",
    "eslint-plugin-lit-a11y": "^1.1.0-next.1",
    "eslint-plugin-spellcheck": "0.0.20",
    "eslint-plugin-storybook": "^0.9.0",
    "glob": "^10.3.10",
    "husky": "^8.0.3",
    "lint-staged": "^15.2.0",
    "lodash": "4.17.21",
    "postcss-import": "^16.0.0",
    "postcss-import-ext-glob": "^2.1.1",
    "prettier": "^3.1.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "rollup": "4.52.5",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-dts": "^6.1.0",
    "rollup-plugin-postcss": "^4.0.2",
    "semantic-release": "^23.0.0",
    "storybook": "^8.3.5",
    "stylelint": "^15.11.0",
    "typescript": "^5.3.3",
    "vite": "7.1.11"
  }
}
