mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
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?
30 lines
589 B
JSON
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"
|
|
}
|
|
}
|