{
  "name": "quadratic-vote",
  "version": "2.1.0",
  "private": false,
  "type": "module",
  "main": "./dist/quadratic-vote.umd.js",
  "module": "./dist/quadratic-vote.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/quadratic-vote.es.js",
      "require": "./dist/quadratic-vote.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "description": "A React component library for implementing interactive quadratic voting systems with smooth animations. Express voting intensity with animated credit allocation.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/civicbase/quadratic-vote.git"
  },
  "keywords": [
    "react",
    "quadratic-voting",
    "voting-system",
    "react-components",
    "typescript",
    "governance",
    "decision-making",
    "polling",
    "survey",
    "vote-allocation",
    "animated-components",
    "civic-tech",
    "democracy",
    "qv",
    "qvsr",
    "preference-voting"
  ],
  "author": "Alan Mortoni mortoni.alan@hotmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/civicbase/quadratic-vote/issues"
  },
  "homepage": "https://github.com/civicbase/quadratic-vote#readme",
  "scripts": {
    "start": "vite",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "type-check": "tsc --noEmit",
    "preview": "vite preview",
    "coverage": "vitest run --coverage",
    "test": "vitest",
    "test:ui": "vitest --ui --coverage.enabled=true",
    "test:run": "vitest run",
    "semantic-release": "semantic-release",
    "dev": "vite demo",
    "prepublishOnly": "npm run lint && npm run type-check && npm run test:run && npm run build",
    "format": "prettier --write \"src/**/*.{ts,tsx}\"",
    "format:check": "prettier --check \"src/**/*.{ts,tsx}\""
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.1.0",
    "@types/node": "^22.10.2",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "@typescript-eslint/eslint-plugin": "^8.18.2",
    "@typescript-eslint/parser": "^8.18.2",
    "@vitejs/plugin-react": "^4.3.4",
    "@vitest/coverage-v8": "^2.1.8",
    "@vitest/ui": "^2.1.8",
    "eslint": "^9.18.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-typescript": "^3.7.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-react": "^7.37.2",
    "eslint-plugin-react-hooks": "^5.1.0",
    "eslint-plugin-react-refresh": "^0.4.16",
    "framer-motion": "^11.0.0",
    "globals": "^15.14.0",
    "jsdom": "^25.0.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "semantic-release": "^24.2.0",
    "typescript": "^5.7.2",
    "vite": "^5.4.11",
    "vite-plugin-dts": "^4.3.0",
    "vite-tsconfig-paths": "^5.1.3",
    "vitest": "^2.1.8"
  },
  "peerDependencies": {
    "framer-motion": ">=10",
    "react": "16.8.0 || >=17.x",
    "react-dom": "16.8.0 || >=17.x"
  }
}
