{
  "name": "@stenajs-webui/elements",
  "version": "23.18.0",
  "type": "module",
  "description": "",
  "author": "mattias800",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StenaIT/stenajs-webui.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.es.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.es.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": [
    "**/*.css"
  ],
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "build": "yarn tsc -p tsconfig.build.json && yarn vite build",
    "start": "yarn tsc -p tsconfig.build.json && yarn vite build --watch",
    "test": "vitest run --passWithNoTests",
    "clean": "rimraf dist",
    "prepare": "yarn clean && yarn build",
    "predeploy": "cd example && yarn install && yarn build",
    "deploy": "gh-pages -d example/build"
  },
  "dependencies": {
    "@lottiefiles/dotlottie-react": "^0.10.0",
    "@react-aria/focus": "^3.19.1",
    "@stenajs-webui/core": "23.18.0",
    "@stenajs-webui/theme": "23.18.0",
    "classnames": "^2.5.1"
  },
  "peerDependencies": {
    "@emotion/react": ">=11.14.0",
    "@emotion/styled": ">=11.14.0",
    "@fortawesome/fontawesome-svg-core": ">=6.7.2",
    "@fortawesome/react-fontawesome": ">=0.2.2",
    "@types/react": ">=19.0.7",
    "@types/react-dom": ">=19.0.3",
    "@types/styled-system": ">=5.1.23",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0",
    "styled-system": ">=5.1.5"
  },
  "devDependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@fortawesome/fontawesome-svg-core": "6.7.2",
    "@fortawesome/react-fontawesome": "0.2.2",
    "@types/react": "^19.0.7",
    "@types/react-dom": "^19.0.3",
    "@types/styled-system": "^5.1.23",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "styled-system": "^5.1.5"
  },
  "files": [
    "dist"
  ],
  "gitHead": "235e894e09b8fd5092b222022bfc6c057af659c0",
  "publishConfig": {
    "access": "public"
  }
}
