{
  "name": "@sweatpants/libra",
  "version": "0.0.40",
  "description": "",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./api/index.d.ts",
      "default": "./api/index.ts"
    },
    "./config": {
      "types": "./api/config.d.ts",
      "default": "./api/config.ts"
    }
  },
  "typesVersions": {
    "*": {
      "config": [
        "./api/config.d.ts"
      ],
      "*": [
        "./api/index.d.ts"
      ]
    }
  },
  "bin": {
    "libra": "dist/cli.mjs"
  },
  "files": [
    "assets",
    "api",
    "dist",
    "lib",
    "src",
    "types",
    "index.html",
    "preview.html",
    "styled-system"
  ],
  "scripts": {
    "build": "rimraf dist && rollup -c && npm run prepare:panda",
    "build:w": "rimraf dist && rollup -c -w",
    "lint": "eslint .",
    "prepare:panda": "panda codegen && panda cssgen",
    "lint:ci": "npm run prepare:panda && eslint . --max-warnings 0",
    "prepare:test": "npm run prepare:panda && npm run build && cd tests/react-18 && npm ci",
    "dev": "npm run prepare:test && cd tests/react-18 && npm start",
    "test": "cd tests/react-18 && npm run preview & cypress open",
    "test:ci": "cd tests/react-18 && npm run preview & wait-on http://localhost:9001 && cypress run"
  },
  "keywords": [
    "react"
  ],
  "author": "Jon Ambas <jon@jonambas.com>",
  "license": "MIT",
  "dependencies": {
    "@sweatpants/react": "0.8.2",
    "@vitejs/plugin-react": "4.2.1",
    "classnames": "2.3.2",
    "commander": "11.0.0",
    "esbuild": "0.19.10",
    "fast-glob": "3.3.2",
    "framecast": "0.0.5",
    "picocolors": "1.0.0",
    "react-error-boundary": "3.1.4",
    "react-router-dom": "6.16.0",
    "vite": "5.2.4",
    "vite-plugin-inspect": "0.8.3"
  },
  "devDependencies": {
    "@pandacss/dev": "0.36.1",
    "@rollup/plugin-commonjs": "25.0.7",
    "@sweatpants/panda-preset": "0.8.1",
    "@testing-library/cypress": "10.0.1",
    "@types/node": "20.11.30",
    "@types/react": "18.2.69",
    "@types/react-dom": "18.2.22",
    "@typescript-eslint/eslint-plugin": "6.15.0",
    "@typescript-eslint/parser": "6.15.0",
    "cypress": "12.17.4",
    "eslint-config-prettier": "9.1.0",
    "eslint-import-resolver-typescript": "3.6.1",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-react": "7.33.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "rimraf": "5.0.5",
    "rollup": "4.9.5",
    "rollup-plugin-esbuild": "6.1.1",
    "typescript": "5.2.2",
    "wait-on": "7.2.0"
  }
}
