mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
25 lines
634 B
JSON
25 lines
634 B
JSON
{
|
|
"name": "react-fixtures",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-scripts": "^1.0.11"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"core-js": "^2.4.1",
|
|
"prop-types": "^15.6.0",
|
|
"query-string": "^4.2.3",
|
|
"react": "^15.4.1",
|
|
"react-dom": "^15.4.1",
|
|
"semver": "^5.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"prestart": "cp ../../build/dist/{react,react-dom}.development.js public/",
|
|
"build": "react-scripts build && cp build/index.html build/200.html",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|