mirror of
https://github.com/facebook/react.git
synced 2026-02-25 05:03:03 +00:00
* Fix warning deduplication by eval-ing React * Move checkbox to the left * Fix alphabetical sort * Fix the pooling logic * Avoid false positive warning due to controlled/uncontrolled switch * Naming: 15 => Stable, 16 => Next * Prettier * Add "Save" button
21 lines
550 B
JSON
21 lines
550 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/dist/{react,react-dom,react-dom-server.browser}.development.js public/",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|