mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* add fixture components * add a few more options and styles * Test fixture updates - Pull in React from window global - Add field to TestCase for fix PR links - Update some styles * Remove unused Fixture.Result comment * Remove leading # from resolvedBy link * Implement tag loading utility that caches response Don't bust the cache doing feature detection COME ON * Use 'local' without version for option
23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"name": "react-fixtures",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-scripts": "0.8.4"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.5",
|
|
"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/{react,react-dom}.js public/",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|