{
  "name": "@aws-amplify/ui-vue",
  "version": "4.4.2",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./styles.css": "./dist/style.css"
  },
  "browser": {
    "./styles.css": "./dist/style.css"
  },
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/aws-amplify/amplify-ui",
    "directory": "packages/vue"
  },
  "files": [
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "vite build",
    "dev": "vite build --watch",
    "clean": "rimraf dist node_modules",
    "check:esm": "node --input-type=module --eval 'import \"@aws-amplify/ui-vue\"'",
    "lint": "yarn typecheck && eslint . --ext .vue,.js,.jsx,.ts,.tsx",
    "test": "jest",
    "test:watch": "yarn test --watch",
    "typecheck": "vue-tsc --noEmit"
  },
  "dependencies": {
    "@aws-amplify/ui": "6.15.2",
    "@vueuse/core": "7.5.5",
    "@xstate/vue": "0.8.1",
    "nanoid": "3.3.8",
    "qrcode": "1.5.0",
    "xstate": "^4.33.6"
  },
  "devDependencies": {
    "@babel/core": "^7.23.2",
    "@babel/preset-env": "^7.23.2",
    "@rollup/plugin-dynamic-import-vars": "^1.4.0",
    "@rushstack/eslint-patch": "^1.5.1",
    "@testing-library/vue": "^6.6.0",
    "@types/node": "18.8.0",
    "@vitejs/plugin-vue-jsx": "^3.1.0",
    "@vue/babel-plugin-jsx": "^1.2.2",
    "@vue/eslint-config-prettier": "^8.0.0",
    "@vue/eslint-config-typescript": "^12.0.0",
    "@vue/test-utils": "^2.4.1",
    "@vue/vue3-jest": "^29.2.6",
    "babel-jest": "^29.7.0",
    "eslint-plugin-vue": "^9.17.0",
    "rollup-plugin-typescript2": "^0.31.2",
    "unplugin-vue-components": "^0.25.0",
    "vite-jest": "^0.1.4"
  },
  "peerDependencies": {
    "@aws-amplify/core": "*",
    "aws-amplify": "^6.14.3",
    "vue": "^3.0"
  }
}