{
  "name": "iwelp",
  "description": "A feedback component library",
  "main": "dist/iwelp.umd.js",
  "module": "dist/iwelp.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/iwelp.es.js",
      "require": "./dist/iwelp.umd.js",
      "types": "./dist/index.d.ts"
    },
    "./*.css": "./*.css",
    "./dist/styles.css": "./dist/style.css"
    
  },
  "files": [
    "dist"
  ],
  "private": false,
  "version": "1.8.8",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build && tsc",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "@ingka/base": "^5.0.5",
    "@ingka/button": "^17.0.0",
    "@ingka/checkbox": "^16.0.1",
    "@ingka/choice": "^9.0.0",
    "@ingka/input-field": "^21.0.1",
    "@ingka/loading": "^7.1.7",
    "@ingka/modal": "^9.0.1",
    "@ingka/pill": "^9.0.1",
    "@ingka/ssr-icon": "^10.6.3",
    "@ingka/text-area": "^16.0.1",
    "@ingka/tooltip": "^13.0.1",
    "prop-types": "^15.8.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "sass": "^1.79.5",
    "typescript": "^5.6.3",
    "vite-plugin-babel-macros": "^1.0.6"
  },
  "devDependencies": {
    "@eslint/js": "^9.11.1",
    "@types/react": "^18.3.10",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.2",
    "eslint": "^9.11.1",
    "eslint-plugin-react": "^7.37.0",
    "eslint-plugin-react-hooks": "^5.1.0-rc.0",
    "eslint-plugin-react-refresh": "^0.4.12",
    "globals": "^15.9.0",
    "vite": "^5.4.8",
    "vite-plugin-css": "^1.0.4"
  },
  "keywords": [
    "iwelp",
    "welp",
    "feedback",
    "ingka"
  ],
  "author": "Emmanuel Ofosu",
  "license": "INGKA GROUP INNER SOURCE LICENCE VERSION 1.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/ingka-group-digital/welp/tree/main/package"
  }
}
