mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +00:00
18 lines
416 B
JSON
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.2",
|
|
"react-dom": "^16.4.2",
|
|
"react-scripts": "1.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|