{
  "name": "arakawa",
  "version": "0.4.3",
  "description": "Arakawa frontend",
  "homepage": "https://github.com/ninoseki/arakawa",
  "bugs": {
    "url": "https://github.com/ninoseki/arakawa/issues"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ninoseki/arakawa.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:local-report": "vite build --config local-report.vite.config.ts",
    "dev:build": "NODE_ENV=development npm run build --  --mode development",
    "lint": "run-s lint:*",
    "lint:oxlint": "oxlint . --fix",
    "lint:eslint": "eslint . --fix --cache",
    "format": "oxfmt src/",
    "prepack": "npm run build",
    "test:unit": "vitest --config ./report/vite.config.ts",
    "type-check": "vue-tsc --noEmit -p tsconfig.json --composite false",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "setup": "npm install && npx allow-scripts"
  },
  "dependencies": {
    "@bokeh/bokehjs": "3.9.0",
    "@codemirror/lang-sql": "^6.10.0",
    "@formkit/themes": "^2.1.2",
    "@formkit/vue": "^2.1.2",
    "@fortawesome/fontawesome-free": "^7.3.1",
    "@heroicons/vue": "^2.2.0",
    "@highlightjs/vue-plugin": "^2.1.0",
    "@iframe-resizer/child": "5.5.9",
    "@iframe-resizer/parent": "5.5.9",
    "@iframe-resizer/vue": "5.5.9",
    "@revolist/vue3-datagrid": "^4.27.8",
    "alasql": "^4.19.0",
    "apache-arrow": "^21.2.0",
    "chroma-js": "^3.2.0",
    "clipboard": "^2.0.11",
    "codemirror": "^6.0.2",
    "file-saver": "^2.0.5",
    "graphology": "^0.26.0",
    "graphology-layout-forceatlas2": "^0.10.1",
    "highlight.js": "^11.12.0",
    "katex": "^0.16.45",
    "marked": "^18.0.11",
    "marked-highlight": "^2.2.4",
    "moment": "^2.30.1",
    "numeral": "^2.0.6",
    "pinia": "^4.0.3",
    "plotly.js-dist-min": "^3.5.1",
    "ramda": "^0.32.0",
    "seedrandom": "^3.0.5",
    "sigma": "^3.0.3",
    "uuid": "^14.0.2",
    "vega": "6.4.0",
    "vega-embed": "7.2.0",
    "vega-lite": "6.4.3",
    "vue": "^3.5.42",
    "vue-multiselect": "^3.5.0"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^5.3.1",
    "@lavamoat/allow-scripts": "^5.1.0",
    "@lavamoat/preinstall-always-fail": "^3.0.0",
    "@rollup/plugin-replace": "^6.0.3",
    "@storybook/addon-docs": "^10.6.0",
    "@storybook/addon-links": "^10.6.0",
    "@storybook/addon-onboarding": "^10.6.0",
    "@storybook/vue3-vite": "^10.6.0",
    "@tailwindcss/forms": "^0.5.11",
    "@tailwindcss/postcss": "^4.3.3",
    "@tailwindcss/typography": "^0.5.20",
    "@tsconfig/node24": "^24.0.5",
    "@types/chroma-js": "^3.1.2",
    "@types/downloadjs": "^1.4.6",
    "@types/file-saver": "^2.0.7",
    "@types/iframe-resizer": "^4.0.0",
    "@types/katex": "^0.16.7",
    "@types/node": "^24.12.2",
    "@types/numeral": "^2.0.5",
    "@types/ramda": "^0.31.1",
    "@types/seedrandom": "^3.0.8",
    "@vitejs/plugin-vue": "^6.0.8",
    "@vitest/eslint-plugin": "^1.6.27",
    "@vue/eslint-config-typescript": "^14.9.0",
    "@vue/tsconfig": "^0.9.1",
    "eslint": "^10.10.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-oxlint": "^1.81.0",
    "eslint-plugin-simple-import-sort": "^14.0.0",
    "eslint-plugin-storybook": "^10.6.0",
    "graphology-types": "^0.24.8",
    "http-server": "^14.1.1",
    "jsdom": "^30.0.1",
    "npm-run-all2": "^9.0.3",
    "oxfmt": "^0.66.0",
    "oxlint": "^1.81.0",
    "rollup-plugin-copy": "^3.5.0",
    "sass-embedded": "^1.104.0",
    "storybook": "^10.6.0",
    "tailwindcss": "^4.3.3",
    "typescript": "^6.0.3",
    "vite": "^8.2.2",
    "vite-plugin-singlefile": "^2.3.3",
    "vitest": "^5.0.0",
    "vue-tsc": "^3.3.11"
  },
  "lavamoat": {
    "allowScripts": {
      "@lavamoat/preinstall-always-fail#3.0.0": false,
      "mobx-vue-lite>@vueuse/core>@vueuse/shared>vue-demi#0.14.10": false,
      "mobx-vue-lite>@vueuse/core>vue-demi#0.14.10": false,
      "vite>sass>@parcel/watcher#2.5.6": false,
      "vite>esbuild#0.28.2": false
    }
  }
}
