{
  "name": "arakawa",
  "description": "Arakawa frontend",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ninoseki/arakawa.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ninoseki/arakawa/issues"
  },
  "homepage": "https://github.com/ninoseki/arakawa",
  "type": "module",
  "version": "0.3.0",
  "files": [
    "dist"
  ],
  "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",
    "format": "prettier --write src",
    "lint": "eslint . --fix",
    "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"
  },
  "dependencies": {
    "@bokeh/bokehjs": "3.7.3",
    "@codemirror/lang-sql": "^6.10.0",
    "@formkit/themes": "^1.7.2",
    "@formkit/vue": "^1.7.2",
    "@fortawesome/fontawesome-free": "^7.1.0",
    "@heroicons/vue": "^2.2.0",
    "@highlightjs/vue-plugin": "^2.1.0",
    "@iframe-resizer/child": "5.5.6",
    "@iframe-resizer/parent": "5.5.6",
    "@iframe-resizer/vue": "5.5.6",
    "@popperjs/core": "^2.11.8",
    "@revolist/vue3-datagrid": "^4.20.2",
    "alasql": "^4.17.0",
    "apache-arrow": "^21.1.0",
    "axios": "^1.13.2",
    "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.11.1",
    "katex": "^0.16.15",
    "marked": "^17.0.1",
    "marked-highlight": "^2.2.3",
    "mobx-vue-lite": "^0.4.3",
    "moment": "^2.30.1",
    "numeral": "^2.0.6",
    "pinia": "^3.0.4",
    "plotly.js-dist-min": "^3.1.0",
    "ramda": "^0.32.0",
    "seedrandom": "^3.0.5",
    "sigma": "^3.0.2",
    "url-join": "^5.0.0",
    "uuid": "^13.0.0",
    "vega": "6.2.0",
    "vega-embed": "7.1.0",
    "vega-lite": "6.4.2",
    "vue": "^3.5.27",
    "vue-multiselect": "^3.4.0"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^4.1.3",
    "@eslint/js": "^9.39.2",
    "@rollup/plugin-replace": "^6.0.3",
    "@storybook/addon-docs": "^9.1.17",
    "@storybook/addon-links": "^9.1.17",
    "@storybook/addon-onboarding": "^9.1.17",
    "@storybook/vue3-vite": "^9.1.17",
    "@tailwindcss/forms": "^0.5.11",
    "@tailwindcss/postcss": "^4.1.18",
    "@tailwindcss/typography": "^0.5.19",
    "@tsconfig/node22": "^22.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": "^22.14.1",
    "@types/numeral": "^2.0.5",
    "@types/ramda": "^0.31.1",
    "@types/sanitize-html": "^2.16.0",
    "@types/seedrandom": "^3.0.8",
    "@types/uuid": "^11.0.0",
    "@vitejs/plugin-vue": "^6.0.3",
    "@vitest/eslint-plugin": "^1.6.6",
    "@vue/eslint-config-prettier": "^10.2.0",
    "@vue/eslint-config-typescript": "^14.6.0",
    "@vue/tsconfig": "^0.8.1",
    "eslint": "^9.39.2",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "eslint-plugin-storybook": "^9.1.17",
    "graphology-types": "^0.24.8",
    "http-server": "^14.1.1",
    "jsdom": "^27.4.0",
    "prettier": "^3.8.1",
    "rollup-plugin-copy": "^3.5.0",
    "sass-embedded": "^1.97.1",
    "storybook": "^9.1.17",
    "tailwindcss": "^4.1.18",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vite-plugin-singlefile": "^2.3.0",
    "vite-plugin-vue-devtools": "^8.0.5",
    "vitest": "^4.0.18",
    "vue-tsc": "^3.2.3"
  }
}
