{
  "name": "@signalwire/cfb",
  "version": "0.0.16",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build:prod": "npm run lint -- --quiet && tsc && vite build",
    "build:staging": "npm run lint && tsc && vite build --mode staging",
    "lint": "eslint .",
    "preview": "vite preview",
    "test": "vitest run"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@floating-ui/react": "^0.27.19",
    "@fortawesome/pro-solid-svg-icons": "^6.3.0",
    "@sw-cfb/core": "0.0.13",
    "i18next": "^23.16.8",
    "i18next-browser-languagedetector": "^7.2.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-i18next": "^13.5.0",
    "reactflow": "^11.11.4",
    "zustand": "^4.5.7"
  },
  "devDependencies": {
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "@vitejs/plugin-react": "^5.2.0",
    "autoprefixer": "^10.4.27",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^4.6.2",
    "happy-dom": "^20.8.8",
    "postcss": "^8.5.8",
    "tailwindcss": "^3.4.19",
    "vite": "^7.3.1",
    "vitest": "^4.1.1"
  }
}
