21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --watchAll=false",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-scripts": "5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^13.0.0",
|
|
"jest": "^29.0.0"
|
|
}
|
|
}
|