Spaces:
Build error
Build error
File size: 333 Bytes
a6306af |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"name": "frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
}
}
|