{
  "name": "@freee_jp/standard-ui",
  "version": "3.13.5-test.0",
  "author": "freee K.K.",
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./css": "./dist/vibes_2021.min.css"
  },
  "files": [
    "dist",
    "llms.txt",
    "llms-full.txt"
  ],
  "scripts": {
    "build": "yarn build:llms && vite build && cp ../../node_modules/@c-fo/vibes/vibes_2021.min.css ./dist",
    "build:llms": "node ./createLLMsFull.mjs",
    "dev": "vite build -w",
    "lint": "eslint src/**/*.ts* && prettier --check src/**/*.ts*",
    "lint:fix": "eslint --fix src/**/*.ts* && prettier --loglevel warn --write src/**/*.ts*",
    "typecheck": "tsc -p ./tsconfig.json --noEmit --skipLibCheck",
    "clean": "rm -r ./dist",
    "test": "vitest run --coverage",
    "test:watch": "vitest watch"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-is": "^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@c-fo/core-data-combobox": ">=3.6.0",
    "@c-fo/design-tokens": ">=0.2.0",
    "@c-fo/service-adapters": ">=1.0.1",
    "@c-fo/vibes": ">=12.38.0",
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/modifiers": "^7.0.0",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@types/deep-equal": "1.0.4",
    "@types/pluralize": "0.0.30",
    "@types/uuid": "^9.0.0",
    "date-fns": "3.6.0",
    "deep-equal": "2.2.3",
    "deepmerge-ts": "7.0.3",
    "humps": "^2.0.1",
    "jotai": "2.10.1",
    "jotai-optics": "0.4.0",
    "optics-ts": "2.4.1",
    "pluralize": "8.0.0",
    "react-router-dom": "6.17.0",
    "react-transition-group": "^4.4.5",
    "styled-components": "^6.1.0",
    "swr": "2.2.4",
    "type-fest": "^4.13.1",
    "uuid": "^9.0.0"
  }
}
