mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
* Merged interaction-tracking package into react-scheduler * Add tracking API to FB+www builds * Added Rollup plugin to strip no-side-effect imports from Rollup bundles * Re-bundle tracking and scheduling APIs on SECRET_INTERNALS object for UMD build (and provide lazy forwarding methods) * Added some additional tests and fixtures * Fixed broken UMD fixture in master (#13512)
28 lines
555 B
JSON
28 lines
555 B
JSON
{
|
|
"name": "react-scheduler",
|
|
"version": "0.1.0-alpha-1",
|
|
"private": true,
|
|
"description": "unstable scheduling helper for coordinating React and other JS libraries",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://reactjs.org/",
|
|
"dependencies": {
|
|
"object-assign": "^4.1.1"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"tracking.js",
|
|
"cjs/",
|
|
"umd/"
|
|
]
|
|
}
|