mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
* Fix missing key warning * Add build instructions * Update interpretation now that React 17 is latest stable and 18 is next * Ignore ReactDOM.render deprecation warning * Ensure a server implementation with `renderToString` is used * Update AttributeTableSnapshot * Ensure Popover doesn't overflow
22 lines
715 B
JSON
22 lines
715 B
JSON
{
|
|
"name": "attribute-behavior",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"file-saver": "^1.3.3",
|
|
"glamor": "^2.20.40",
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"react-scripts": "1.0.11",
|
|
"react-virtualized": "^9.9.0"
|
|
},
|
|
"scripts": {
|
|
"prestart":
|
|
"cp ../../build/node_modules/react/umd/react.development.js public/ && cp ../../build/node_modules/react-dom/umd/react-dom.development.js public/ && cp ../../build/node_modules/react-dom/umd/react-dom-server-legacy.browser.development.js public/",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|