Files
mern-template/client/package.json
2020-12-30 15:53:33 +02:00

16 lines
273 B
JSON

{
"name": "client",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "react-scripts start"
},
"license": "ISC",
"dependencies": {
"axios": "^0.21.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.1"
}
}