{
  "name": "react-strict-dom",
  "version": "0.0.55",
  "description": "React Strict DOM",
  "exports": {
    ".": {
      "react-native": {
        "types": "./dist/native/index.d.ts",
        "default": "./dist/native/index.js"
      },
      "default": {
        "types": "./dist/web/index.d.ts",
        "default": "./dist/web/index.js"
      }
    },
    "./babel-preset": "./babel/preset.js",
    "./postcss-plugin": "./postcss/plugin.js",
    "./runtime": "./dist/web/runtime.js",
    "./package.json": "./package.json"
  },
  "files": [
    "babel/*",
    "dist/*",
    "postcss/*",
    "CHANGELOG.md",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "rollup --config ./tools/rollup.config.mjs",
    "clean": "del-cli \"./build/*\" \"./dist/*\"",
    "dev": "npm run build -- --watch",
    "jest": "jest --config ./tools/jest.config.js",
    "jest:report": "jest --config ./tools/jest.config.js --collect-coverage",
    "prebuild": "npm run clean && generate-types -i src/ -o dist"
  },
  "dependencies": {
    "@babel/helper-module-imports": "^7.24.7",
    "@stylexjs/babel-plugin": "^0.15.4",
    "@stylexjs/stylex": "^0.15.4",
    "postcss-value-parser": "^4.1.0",
    "postcss-react-strict-dom": "0.0.55",
    "styleq": "^0.2.1"
  },
  "devDependencies": {
    "@rollup/plugin-alias": "^5.1.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.7",
    "@testing-library/react": "^16.3.0",
    "react": "~19.0.0",
    "react-dom": "~19.0.0",
    "react-test-renderer": "~19.0.0",
    "rollup": "^4.22.4"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-native": ">=0.79.5"
  },
  "engines": {
    "node": ">=20.11.0"
  },
  "license": "MIT",
  "homepage": "https://github.com/facebook/react-strict-dom/tree/main/packages/react-strict-dom",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/facebook/react-strict-dom.git"
  }
}
