17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "react-scripts start"
|
|
},
|
|
"author": "Ben Elferink",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.21.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-scripts": "^4.0.1"
|
|
}
|
|
}
|