{
  "name": "@constructor-io/constructorio-ui-quizzes",
  "version": "1.19.14",
  "description": "Constructor.io Quizzes UI library for web applications",
  "author": "Constructor.io Corporation",
  "license": "MIT",
  "homepage": "https://github.com/Constructor-io/constructorio-ui-quizzes#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Constructor-io/constructorio-ui-quizzes.git"
  },
  "bugs": {
    "url": "https://github.com/Constructor-io/constructorio-ui-quizzes/issues"
  },
  "main": "lib/cjs/index.js",
  "module": "lib/mjs/index.js",
  "exports": {
    "./styles.css": {
      "import": "./lib/styles.css",
      "require": "./lib/styles.css"
    },
    "./constructorio-ui-quizzes-bundled": {
      "import": "./dist/constructorio-ui-quizzes-bundled.js",
      "require": "./dist/constructorio-ui-quizzes-bundled.js"
    },
    ".": {
      "types": "./lib/types/index.d.ts",
      "import": "./lib/mjs/index.js",
      "require": "./lib/cjs/index.js"
    },
    "./cjs": {
      "import": "./lib/cjs/index.js",
      "types": "./lib/types/index.d.ts",
      "require": "./lib/cjs/index.js"
    }
  },
  "files": [
    "lib/**/*",
    "dist/constructorio-ui-quizzes-bundled.js"
  ],
  "engines": {
    "node": ">=14"
  },
  "types": "lib/types/index.d.ts",
  "scripts": {
    "storybook-docs-dev": "storybook dev --docs -p 6007",
    "lint": "eslint src --ext js,ts,jsx,tsx",
    "check-types": "tsc -p tsconfig-mjs.json --noEmit && tsc -p tsconfig-cjs.json --noEmit",
    "copy-styles": "cp src/styles.css lib/styles.css",
    "prepare": "husky install",
    "dev": "storybook dev -p 6006",
    "storybook:ci": "storybook dev --ci --quiet -p 6006",
    "test": "jest",
    "test-storybook": "test-storybook",
    "test-storybook:watch": "test-storybook --watch",
    "test-storybook:ci": "start-server-and-test storybook:ci http://localhost:6006 test-storybook",
    "build-storybook": "storybook build",
    "build-storybook-docs": "storybook build --docs -o 'docs'",
    "serve-built-storybook": "npx http-server docs",
    "compile": "rm -rf lib && tsc -p tsconfig-mjs.json && tsc -p tsconfig-cjs.json && npm run copy-styles && vite build --config vite.config.bundle.js",
    "check-license": "license-checker --production --onlyAllow 'Apache-2.0;BSD-3-Clause;MIT;0BSD;BSD-2-Clause' --excludePackages 'picocolors@1.0.0'"
  },
  "peerDependencies": {
    "@constructor-io/constructorio-client-javascript": "^2.73.1",
    "react": ">=16.12.0",
    "react-dom": ">=16.12.0",
    "tslib": "^2.4.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@babel/preset-react": "^7.23.3",
    "@babel/preset-typescript": "^7.23.3",
    "@axe-core/react": "^4.7.0",
    "@cspell/eslint-plugin": "^6.18.1",
    "@storybook/addon-a11y": "^10.2.10",
    "@storybook/addon-docs": "^10.2.10",
    "@storybook/addon-links": "^10.2.10",
    "@storybook/react-vite": "^10.2.10",
    "@storybook/test-runner": "0.24.2",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.1",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "@typescript-eslint/eslint-plugin": "^5.47.0",
    "@typescript-eslint/parser": "^5.47.0",
    "chromatic": "^6.21.0",
    "eslint": "^8.57.1",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.9.0",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-storybook": "^10.2.10",
    "eslint-plugin-testing-library": "^6.2.0",
    "fishery": "^2.2.2",
    "husky": "^8.0.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.3.0",
    "jest-fail-on-console": "^3.2.0",
    "license-checker": "^25.0.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "start-server-and-test": "^2.0.0",
    "storybook": "^10.2.10",
    "ts-jest": "^29.1.2",
    "typescript": "^4.9.4",
    "vite": "^7.1.5",
    "vite-plugin-css-injected-by-js": "^3.1.0",
    "whatwg-fetch": "^3.6.20"
  },
  "volta": {
    "node": "22.18.0",
    "npm": "10.9.3"
  }
}
