Mercurial
comparison third_party/bun/node_modules/react/package.json @ 12:de54585a40f1
Adding bun and node modules.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 02 Oct 2025 14:39:48 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 11:f33d9ff8b6e8 | 12:de54585a40f1 |
|---|---|
| 1 { | |
| 2 "name": "react", | |
| 3 "description": "React is a JavaScript library for building user interfaces.", | |
| 4 "keywords": [ | |
| 5 "react" | |
| 6 ], | |
| 7 "version": "18.3.1", | |
| 8 "homepage": "https://reactjs.org/", | |
| 9 "bugs": "https://github.com/facebook/react/issues", | |
| 10 "license": "MIT", | |
| 11 "files": [ | |
| 12 "LICENSE", | |
| 13 "README.md", | |
| 14 "index.js", | |
| 15 "cjs/", | |
| 16 "umd/", | |
| 17 "jsx-runtime.js", | |
| 18 "jsx-dev-runtime.js", | |
| 19 "react.shared-subset.js" | |
| 20 ], | |
| 21 "main": "index.js", | |
| 22 "exports": { | |
| 23 ".": { | |
| 24 "react-server": "./react.shared-subset.js", | |
| 25 "default": "./index.js" | |
| 26 }, | |
| 27 "./package.json": "./package.json", | |
| 28 "./jsx-runtime": "./jsx-runtime.js", | |
| 29 "./jsx-dev-runtime": "./jsx-dev-runtime.js" | |
| 30 }, | |
| 31 "repository": { | |
| 32 "type": "git", | |
| 33 "url": "https://github.com/facebook/react.git", | |
| 34 "directory": "packages/react" | |
| 35 }, | |
| 36 "engines": { | |
| 37 "node": ">=0.10.0" | |
| 38 }, | |
| 39 "dependencies": { | |
| 40 "loose-envify": "^1.1.0" | |
| 41 }, | |
| 42 "browserify": { | |
| 43 "transform": [ | |
| 44 "loose-envify" | |
| 45 ] | |
| 46 } | |
| 47 } |