{
  "name": "@kvass/widgets",
  "version": "1.9.61",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm run build",
    "i18n:build": "curl -s0 https://localize.kvass.no/v2/projects/export?filterTag=widgets --header 'x-api-key: <API_KEY>' -o i18n.zip && unzip -qo i18n.zip -d i18n && rm i18n.zip"
  },
  "dependencies": {
    "@formkit/auto-animate": "^0.8.2",
    "@img-comparison-slider/vue": "^8.0.0",
    "@kvass/location-selector": "^1.0.33",
    "@kvass/map": "^1.0.19",
    "@kvass/storage": "^1.1.0",
    "@kvass/ui": "1.6.60",
    "@kvass/vue3-flatfinder": "^1.0.81",
    "@vueuse/core": "10.9.0",
    "chart.js": "^4.4.2",
    "chartjs-adapter-date-fns": "^3.0.0",
    "chartjs-plugin-datalabels": "^2.2.0",
    "floating-vue": "^5.2.2",
    "lottie-web-vue": "^2.0.7",
    "object-hash": "^3.0.0",
    "ramda": "^0.30.1",
    "vue": "3.5.14",
    "vue-chartjs": "^5.3.1",
    "webfontloader": "^1.6.28",
    "validator": "^13.12.0",
    "validatorjs": "^3.22.1",
    "mingo": "6.0.6"
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "devDependencies": {
    "@types/webfontloader": "^1.6.38",
    "@vitejs/plugin-vue": "^5.2.1",
    "@vue/compiler-sfc": "^3.5.13",
    "cz-conventional-changelog": "^3.3.0",
    "sass": "^1.72.0",
    "typescript": "^5.7.3",
    "vite": "^5.1.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kvass-App/widgets.git"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
