uppy/test/endtoend/create-react-app/package.json
Renée Kooi 507689d9ca
Polyfill Map and Set in React integration test
So that it works in IE10
2018-07-23 11:18:04 +02:00

18 lines
416 B
JSON

{
"name": "create-react-app",
"version": "0.1.0",
"private": true,
"homepage": "/create-react-app/",
"dependencies": {
"es6-shim": "^0.35.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}