{
  "name": "@visitscotland/component-library",
  "version": "5.58.0",
  "description": "VisitScotland Component Library",
  "author": "VisitScotland",
  "homepage": "https://github.com/visitscotland/vs-component-library#readme",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "require": "./dist/ssr/index.js"
    },
    "./components": {
      "types": "./dist/components/component-entry.d.ts",
      "import": "./dist/components/vs-component-library.mjs",
      "require": "./dist/components/vs-component-library.umd.js"
    },
    "./maps": {
      "import": "./dist/components/vs-component-library-maps.mjs"
    },
    "./style.css": "./dist/components/style.css",
    "./cludo-search-results.css": "./dist/client/styles/third-party/_cludo-search-results.css",
    "./cludo-autocomplete.css": "./dist/client/styles/third-party/_cludo-autocomplete.css"
  },
  "license": "MIT",
  "scripts": {
    "storybook": "yarn theo && storybook dev -p 6006",
    "storybook:host": "yarn theo && storybook dev -h 127.0.0.1 -p 6006",
    "build-storybook": "yarn theo && storybook build",
    "build": "yarn theo && npm-run-all third-party build:vite-no-theo",
    "build:vite": "yarn theo && vite build",
    "build:vite-no-theo": "vite build",
    "test": "yarn theo && jest --config ./test/unit/jest.conf.js",
    "test:no-theo": "jest --config ./test/unit/jest.conf.js",
    "lint": "eslint",
    "lint:all": "yarn lint:src && yarn lint:stories",
    "lint:src": "yarn lint \"src/**/*.{js,vue,ts}\"",
    "lint:stories": "yarn lint \"stories/**/*.{js,vue,ts}\"",
    "lint:fix": "yarn lint \"src/**/*.{js,vue,ts}\" \"stories/**/*.js\" --fix",
    "prettier": "prettier . --list-different",
    "theo": "theo ./src/tokens/tokens.yml --transform web --format map.scss,scss,raw.json,json --dest ./src/assets/tokens",
    "third-party": "node scripts/build-third-party.mjs",
    "commit": "cz",
    "prepare": "husky",
    "prepack": "yarn && yarn build",
    "release:patch": "standard-version --release-as patch",
    "release:minor": "standard-version --release-as minor",
    "release:major": "standard-version --release-as major"
  },
  "lint-staged": {
    "*.{js,vue,ts}": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/visitscotland/vs-component-library.git"
  },
  "keywords": [
    "vue.js",
    "visit scotland",
    "vue",
    "design system",
    "design",
    "system"
  ],
  "devDependencies": {
    "@babel/core": "^7.23.2",
    "@babel/eslint-parser": "^7.21.8",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.23.2",
    "@babel/polyfill": "^7.10.4",
    "@babel/preset-env": "^7.23.2",
    "@babel/preset-react": "7.28.5",
    "@chromatic-com/storybook": "^4.0.0-next.16",
    "@originjs/vite-plugin-require-context": "^1.0.9",
    "@rushstack/eslint-patch": "^1.3.0",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/npm": "^13.1.5",
    "@storybook/addon-a11y": "^9.1.0-alpha.2",
    "@storybook/addon-docs": "9.1.0-alpha.2",
    "@storybook/addon-links": "^9.1.0-alpha.2",
    "@storybook/vue3-vite": "^9.1.0-alpha.2",
    "@types/google.maps": "^3.64.0",
    "@typescript-eslint/eslint-plugin": "^8.38.0",
    "@typescript-eslint/parser": "^8.38.0",
    "@vitejs/plugin-vue": "^5.0.4",
    "@vue/eslint-config-airbnb": "^8.0.0",
    "@vue/test-utils": "^2.3.2",
    "@vue/vue3-jest": "^29.2.4",
    "babel-jest": "^29.5.0",
    "babel-plugin-macros": "^2.4.2",
    "bootstrap": "^5.3.2",
    "chromatic": "^6.17.3",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.2.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-storybook": "^9.1.0-alpha.2",
    "eslint-plugin-vue": "^9.11.1",
    "husky": "^9.1.7",
    "jest": "^29.5.0",
    "jest-axe": "^8.0.0",
    "jest-environment-jsdom": "^29.5.0",
    "jest-serializer-vue": "^3.1.0",
    "lint-staged": "^17.0.2",
    "moxios": "^0.4.0",
    "npm-run-all": "^4.1.5",
    "optimist": "^0.6.1",
    "postcss-safe-parser": "^6.0.0",
    "prettier": "^3.2.5",
    "sass": "^1.62.1",
    "semantic-release": "^25.0.3",
    "standard-version": "^9.5.0",
    "storybook": "^9.1.0-alpha.2",
    "storybook-addon-datalayer-watcher": "^2.0.1",
    "storybook-addon-tag-badges": "^2.0.2",
    "theo": "^8.1.5",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.4",
    "upgrade": "^1.1.0",
    "vite": "^5.2.10",
    "vite-plugin-dts": "^3.7.2",
    "vite-plugin-turbosnap": "^1.0.2",
    "vue": "^3.4.19"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.7.6",
    "@googlemaps/js-api-loader": "^2.0.1",
    "@mapbox/geojson-extent": "^1.0.1",
    "@pinia/testing": "^0.1.3",
    "@rollup/plugin-replace": "^6.0.2",
    "@vuelidate/core": "^2.0.2",
    "@vuelidate/validators": "^2.0.2",
    "axios": "^1.4.0",
    "bootstrap-vue-next": "^0.17.0",
    "glob": "^12.0.0",
    "lodash": "^4.17.21",
    "mapbox-gl": "^1.11.1",
    "mitt": "^3.0.0",
    "pinia": "^3.0.4",
    "swiper": "^12.1.3",
    "vite": "^5.1.3",
    "vue": "^3.3.4",
    "vue-combo-blocks": "^2.1.1",
    "vue-recaptcha": "^2.0.1",
    "vue-youtube-vue-3": "^1.5.0",
    "vue3-charts": "^1.1.33",
    "vue3-lazy-hydration": "^1.2.1",
    "vuelidate": "^0.7.7",
    "yalc": "^1.0.0-pre.53"
  },
  "peerDependencies": {
    "@popperjs/core": "*",
    "postcss": "*"
  },
  "engines": {
    "node": ">= 24.15.0",
    "npm": ">= 6.14.5",
    "yarn": ">= 4.14.1"
  },
  "dependenciesMeta": {
    "husky": {
      "built": true
    }
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not Explorer > 0",
    "IE 11",
    "not ExplorerMobile > 0",
    "not BlackBerry > 0",
    "not OperaMini all",
    "not OperaMobile > 0"
  ],
  "jest": {
    "testPathIgnorePatterns": [
      ".test",
      "node_modules"
    ],
    "jest.pathToJest": "node_modules/.bin/jest"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "bugs": {
    "url": "https://github.com/visitscotland/vs-component-library/issues"
  },
  "resolutions": {
    "minimist": "^0.2.4",
    "json5": "^1.0.2",
    "word-wrap": "^1.2.4",
    "highlight.js": "^10.4.1",
    "semver": "^7.5.4",
    "get-func-name": "^2.0.1",
    "svgo": "3.2.0",
    "tar": "^7.5.13"
  },
  "packageManager": "yarn@4.14.1"
}
