{
  "name": "ioloco-ui",
  "version": "0.9.96",
  "description": "Stylex UI components for React",
  "author": {
    "name": "Besjan Sejrani"
  },
  "private": false,
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "ioloco-ui.css"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./styles": "./dist/ioloco-ui.css",
    "./components/*": "./dist/Components/*",
    "./tokens.stylex": "./dist/tokens.stylex.js",
    "./docs": "./dist/Docs/components.docs.json"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "generate:docs": "node Scripts/generate-docs.js",
    "code:minify": "node Scripts/minify-css.js",
    "================[Build Scripts]": "================",
    "build:js": "NODE_ENV=production rollup -c",
    "build:types": "NODE_ENV=production tsc --project tsconfig.build.json --emitDeclarationOnly",
    "minify-css": "NODE_ENV=production node ./Scripts/minify-css.js",
    "build": "NODE_ENV=production npm run clean && pnpm run build:js && pnpm run build:types && pnpm run code:minify ",
    "================[Start Scripts]": "================",
    "dev": "NODE_ENV=development pnpm run clean && rollup -c --watch",
    "================[Testing Scripts]": "================",
    "test:unit": "vitest run",
    "test:watch": "vitest watch",
    "================[CI/CD Stages]": "================",
    "cicd:prettier": "prettier --write 'src/**/*.{js,ts}'",
    "cicd:lint": "eslint . --ext .ts,.tsx"
  },
  "peerDependencies": {
    "@stylexjs/stylex": "^0.15.2",
    "next": "^15.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@stylexjs/stylex": {
      "optional": false
    }
  },
  "devDependencies": {
    "@babel/core": "^8.0.0",
    "@babel/plugin-transform-runtime": "^8.0.0",
    "@babel/preset-env": "^8.0.0",
    "@babel/preset-react": "^8.0.0",
    "@babel/preset-typescript": "^8.0.0",
    "@babel/runtime": "^8.0.0",
    "@rollup/plugin-babel": "^7.1.0",
    "@rollup/plugin-commonjs": "^29.0.3",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@stylexjs/babel-plugin": "^0.19.0",
    "@stylexjs/rollup-plugin": "^0.19.0",
    "@stylexjs/stylex": "^0.19.0",
    "@stylexswc/postcss-plugin": "^0.16.4",
    "@types/node": "^25.9.3",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@typescript-eslint/eslint-plugin": "^8.61.1",
    "@typescript-eslint/parser": "^8.61.1",
    "babel-loader": "^10.1.1",
    "css-loader": "^7.1.4",
    "cssnano": "^8.0.2",
    "cssnano-preset-advanced": "^8.0.2",
    "eslint": "^10.5.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "file-loader": "^6.2.0",
    "lucide-react": "^1.20.0",
    "minireset.css": "^0.0.7",
    "next": "^16.2.9",
    "postcss": "^8.5.15",
    "react": "^19.2.7",
    "react-docgen-typescript": "^2.4.0",
    "react-dom": "^19.2.7",
    "rollup": "^4.62.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-filesize": "^10.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-preserve-directives": "^0.4.0",
    "rollup-plugin-visualizer": "^7.0.1",
    "style-loader": "^4.0.0",
    "ts-morph": "^28.0.0",
    "typescript": "^6.0.3"
  },
  "sideEffects": [
    "*.css"
  ],
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
