...**/!(*.map|*.min.js)Size
Gzip
Dependencies
Publish
Install
Publish
Install
@@ -1,8 +1,8 @@ | |||
| 1 | { | 1 | { |
| 2 | "branch": "pull/18344", | ||
| 3 | "buildNumber": "106499", | ||
| 4 | "checksum": "7fe5a2e", | ||
| 5 | "commit": "da834083c", | 2 | "branch": "master", |
| 3 | "buildNumber": "216201", | ||
| 4 | "checksum": "6a2f7e9", | ||
| 5 | "commit": "4ead6b530", | ||
| 6 | "environment": "ci", | 6 | "environment": "ci", |
| 7 | "reactVersion": "16.12.0-da834083c" | 7 | "reactVersion": "17.0.0-alpha.0-4ead6b530" |
| 8 | } | 8 | } |
@@ -1,23 +1,13 @@ | |||
| 1 | { | 1 | { |
| 2 | "browserify": { | ||
| 3 | "transform": [ | ||
| 4 | "loose-envify" | ||
| 5 | ] | ||
| 6 | }, | ||
| 7 | "bugs": { | ||
| 8 | "url": "https://github.com/facebook/react/issues" | ||
| 9 | }, | ||
| 10 | "bundleDependencies": false, | ||
| 11 | "dependencies": { | ||
| 12 | "loose-envify": "^1.1.0", | ||
| 13 | "object-assign": "^4.1.1", | ||
| 14 | "prop-types": "^15.6.2" | ||
| 15 | }, | ||
| 16 | "deprecated": false, | 2 | "name": "react", |
| 17 | "description": "React is a JavaScript library for building user interfaces.", | 3 | "description": "React is a JavaScript library for building user interfaces.", |
| 18 | "engines": { | ||
| 19 | "node": ">=0.10.0" | ||
| 20 | }, | 4 | "keywords": [ |
| 5 | "react" | ||
| 6 | ], | ||
| 7 | "version": "17.0.0", | ||
| 8 | "homepage": "https://reactjs.org/", | ||
| 9 | "bugs": "https://github.com/facebook/react/issues", | ||
| 10 | "license": "MIT", | ||
| 21 | "files": [ | 11 | "files": [ |
| 22 | "LICENSE", | 12 | "LICENSE", |
| 23 | "README.md", | 13 | "README.md", |
@@ -28,17 +18,22 @@ | |||
| 28 | "jsx-runtime.js", | 18 | "jsx-runtime.js", |
| 29 | "jsx-dev-runtime.js" | 19 | "jsx-dev-runtime.js" |
| 30 | ], | 20 | ], |
| 31 | "homepage": "https://reactjs.org/", | ||
| 32 | "keywords": [ | ||
| 33 | "react" | ||
| 34 | ], | ||
| 35 | "license": "MIT", | ||
| 36 | "main": "index.js", | 21 | "main": "index.js", |
| 37 | "name": "react", | ||
| 38 | "repository": { | 22 | "repository": { |
| 39 | "type": "git", | 23 | "type": "git", |
| 40 | "url": "git+https://github.com/facebook/react.git", | 24 | "url": "https://github.com/facebook/react.git", |
| 41 | "directory": "packages/react" | 25 | "directory": "packages/react" |
| 42 | }, | 26 | }, |
| 43 | "version": "16.14.0" | 27 | "engines": { |
| 28 | "node": ">=0.10.0" | ||
| 29 | }, | ||
| 30 | "dependencies": { | ||
| 31 | "loose-envify": "^1.1.0", | ||
| 32 | "object-assign": "^4.1.1" | ||
| 33 | }, | ||
| 34 | "browserify": { | ||
| 35 | "transform": [ | ||
| 36 | "loose-envify" | ||
| 37 | ] | ||
| 38 | } | ||
| 44 | } | 39 | } |