mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Enables warning detection. Start-up is noticeably slower, but after that the perf is about the same.
20 lines
497 B
JSON
20 lines
497 B
JSON
{
|
|
"name": "attribute-behavior",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"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}.development.js public/",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|