{
  "name": "instillai-console",
  "version": "0.32.1-alpha",
  "main": "index.js",
  "repository": "https://github.com/instill-ai/console.git",
  "author": "Instill AI",
  "license": "Elastic License 2.0",
  "private": false,
  "@instill-ai/prettier-config-cortex": "workspace:*",
  "dependencies": {
    "@amplitude/analytics-browser": "^1.9.1",
    "@hookform/resolvers": "^3.1.1",
    "@radix-ui/react-checkbox": "^1.0.3",
    "@radix-ui/react-collapsible": "^1.0.2",
    "@radix-ui/react-dialog": "^1.0.3",
    "@radix-ui/react-label": "^2.0.2",
    "@radix-ui/react-scroll-area": "^1.0.4",
    "@radix-ui/react-select": "^1.2.1",
    "@radix-ui/react-separator": "^1.0.3",
    "@radix-ui/react-slot": "^1.0.2",
    "@radix-ui/react-switch": "^1.0.3",
    "@radix-ui/react-tabs": "^1.0.3",
    "@radix-ui/react-toast": "^1.1.4",
    "@tanstack/react-table": "^8.9.3",
    "axios": "^1.5.0",
    "clsx": "^1.1.1",
    "cookie": "^0.5.0",
    "copy-to-clipboard": "^3.3.2",
    "cross-env": "^7.0.3",
    "echarts": "^5.4.2",
    "elkjs": "^0.8.2",
    "next": "^13.5.0",
    "next-mdx-remote": "^4.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.45.0",
    "react-markdown": "^8.0.3",
    "reactflow": "^11.8.3",
    "remark-frontmatter": "^4.0.1",
    "sharp": "^0.30.7",
    "shiki": "^0.11.1",
    "tailwindcss-animate": "^1.0.6",
    "unique-names-generator": "^4.7.1",
    "uuid": "^9.0.0",
    "yup": "^0.32.11",
    "zod": "^3.21.4",
    "zustand": "^4.3.7",
    "@instill-ai/design-system": "0.57.0",
    "@instill-ai/design-tokens": "0.3.5",
    "@instill-ai/prettier-config-cortex": "1.1.0",
    "@instill-ai/eslint-config-cortex": "0.5.2",
    "@instill-ai/toolkit": "0.73.1"
  },
  "devDependencies": {
    "@next/env": "^13.5.0",
    "@playwright/test": "1.39.0",
    "@types/cookie": "^0.5.1",
    "@types/json-schema": "^7.0.11",
    "@types/node": "^17.0.22",
    "@types/prismjs": "^1.26.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@types/uuid": "^9.0.1",
    "autoprefixer": "^10.4.4",
    "dotenv": "^16.0.1",
    "eslint": "^8.13.0",
    "js-yaml": "^4.1.0",
    "lint-staged": ">=10",
    "npm-run-all": "^4.1.5",
    "openapi-types": "^12.1.3",
    "postcss": "^8.4.12",
    "react-is": "^18.2.0",
    "require-from-string": "^2.0.2",
    "tailwindcss": "^3.3.1",
    "typescript": "^4.6.2",
    "webpack": "^5.70.0",
    "webpack-bundle-analyzer": "^4.9.0",
    "eslint-config-next": "latest"
  },
  "engines": {
    "node": ">=14.6.0"
  },
  "packageManager": "pnpm@8.1.0",
  "scripts": {
    "dev": "NEXT_ENV_UPDATE_ENV_FILE=false node next-env.mjs && next dev",
    "build": "next build",
    "start": "next start",
    "test": "echo 'wip'",
    "prettier:fix": "prettier --write",
    "prettier:check": "prettier --check",
    "lint": "next lint",
    "download-airbyte-icons": "node ./downloadAirbyteIcons.js",
    "integration-test": "NEXT_ENV_UPDATE_ENV_FILE=false node next-env.mjs && npx playwright test"
  }
}