{
  "name": "@xyd-js/theme-picasso",
  "version": "0.0.0-build-0167722-20260922165502",
  "description": "",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    "./index.css": "./dist/index.css",
    ".": {
      "import": "./dist/index.js"
    }
  },
  "dependencies": {
    "@linaria/core": "^6.2.0"
  },
  "peerDependencies": {
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-router": "^7.15.0",
    "@xyd-js/atlas": "0.0.0-build-0167722-20260922165502",
    "@xyd-js/components": "0.0.0-build-0167722-20260922165502",
    "@xyd-js/framework": "0.0.0-build-0167722-20260922165502",
    "@xyd-js/themes": "0.0.0-build-0167722-20260922165502",
    "@xyd-js/ui": "0.0.0-build-0167722-20260922165502"
  },
  "devDependencies": {},
  "scripts": {
    "clean": "rimraf build",
    "build": "rollup -c rollup.config.js"
  }
}