{
  "name": "@agiflowai/frontend-web-theme",
  "version": "0.0.0",
  "description": "Tailwind theme configuration for the web",
  "main": "./dist/index.js",
  "jsnext:main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "homepage": "https://github.com/AgiFlow/agiflow-sdks/tree/main/packages/frontend/web-theme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./tailwind": "./dist/tailwind.cjs",
    "./tailwind.scss": "./dist/tailwind.scss",
    "./tailwind.css": "./dist/tailwind.css",
    "./.storybook/globalStyle": "./.storybook/globalStyle.ts"
  },
  "peerDependencies": {
    "tailwindcss": "3.4.3"
  },
  "dependencies": {
    "@mertasan/tailwindcss-variables": "2.6.1",
    "@tailwindcss/container-queries": "0.1.1",
    "@tailwindcss/forms": "0.5.4",
    "colord": "2.9.3",
    "prettier-plugin-tailwindcss": "0.5.14",
    "remcalc": "1.0.10",
    "tailwindcss-animate": "1.0.7",
    "tailwind-gradient-mask-image": "1.1.0",
    "tailwind-merge": "2.1.0",
    "tailwind-scrollbar": "3.0.4",
    "@agiflowai/frontend-shared-theme": "0.0.0"
  },
  "devDependencies": {
    "@rushstack/eslint-config": "3.7.0",
    "@types/node": "20.10.5",
    "@types/react": "18.3.1",
    "autoprefixer": "10.4.19",
    "chromatic": "6.22.0",
    "eslint": "8.57.0",
    "jest": "29.7.0",
    "postcss": "8.4.35",
    "postcss-loader": "8.1.0",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rollup": "4.17.2",
    "rollup-plugin-copy": "3.4.0",
    "tailwindcss": "3.4.3",
    "typescript": "5.4.5",
    "webpack": "5.91.0",
    "@agiflowai/rig-eslint-config": "0.0.1",
    "@agiflowai/rig-prettier-config": "1.0.1",
    "@agiflowai/rig-rollup-config": "0.0.1",
    "@agiflowai/tool-cli": "0.0.1",
    "@agiflowai/rig-typescript-config": "0.0.1"
  },
  "author": "Vuong Ngo",
  "license": "MIT",
  "scripts": {
    "build": "st build ts package",
    "build:watch": "st build ts package --watch",
    "test": "echo \"Error: no test specified\"",
    "lint": "pnpm run lint:js",
    "lint:js": "eslint --ext .ts --ext .tsx src/",
    "lint:js:fix": "eslint --ext .ts --ext .tsx --cache --quiet --fix src/",
    "fixcode": "pnpm run lint:js:fix",
    "clean": "agiflowrun env clean",
    "typecheck": "tsc --noEmit"
  }
}