mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 09:05:55 +00:00
17 lines
389 B
JSON
17 lines
389 B
JSON
{
|
|
"name": "create-react-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "/create-react-app/",
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-scripts": "4.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|