1 | {
|
2 | "name": "react",
|
3 | "description": "React is a JavaScript library for building user interfaces.",
|
4 | "keywords": [
|
5 | "react"
|
6 | ],
|
7 | "version": "16.13.0",
|
8 | "homepage": "https://reactjs.org/",
|
9 | "bugs": "https://github.com/facebook/react/issues",
|
10 | "license": "MIT",
|
11 | "files": [
|
12 | "LICENSE",
|
13 | "README.md",
|
14 | "build-info.json",
|
15 | "index.js",
|
16 | "cjs/",
|
17 | "umd/"
|
18 | ],
|
19 | "main": "index.js",
|
20 | "repository": {
|
21 | "type": "git",
|
22 | "url": "https://github.com/facebook/react.git",
|
23 | "directory": "packages/react"
|
24 | },
|
25 | "engines": {
|
26 | "node": ">=0.10.0"
|
27 | },
|
28 | "dependencies": {
|
29 | "loose-envify": "^1.1.0",
|
30 | "object-assign": "^4.1.1",
|
31 | "prop-types": "^15.6.2"
|
32 | },
|
33 | "browserify": {
|
34 | "transform": [
|
35 | "loose-envify"
|
36 | ]
|
37 | }
|
38 | }
|