Files
react/packages/react-client/package.json
dan 11828bf529 Remove loose-envify dep and browserify configs (#28480)
Browserify isn't widely used, and at this point I don't think it makes
sense to have a special config just for the sake of it. Let's remove it?
2024-03-01 20:49:51 +00:00

30 lines
589 B
JSON

{
"name": "react-client",
"description": "React package for consuming streaming models.",
"version": "0.1.0",
"private": true,
"keywords": [
"react"
],
"homepage": "https://react.dev/",
"bugs": "https://github.com/facebook/react/issues",
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"flight.js",
"cjs/"
],
"repository": {
"type" : "git",
"url" : "https://github.com/facebook/react.git",
"directory": "packages/react-client"
},
"engines": {
"node": ">=0.10.0"
},
"peerDependencies": {
"react": "^17.0.0"
}
}