mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
New release scripts. Learn more at https://github.com/facebook/react/blob/master/scripts/release/README.md
19 lines
520 B
JSON
19 lines
520 B
JSON
{
|
|
"name": "expiration-2",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^16.1.1",
|
|
"react-dom": "^16.1.1",
|
|
"react-scripts": "1.0.17"
|
|
},
|
|
"scripts": {
|
|
"prestart":
|
|
"cp ../../build/node_modules/react/umd/react.development.js public/ && cp ../../build/node_modules/react-dom/umd/react-dom.development.js public/",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|