Files
mern-template/client/package.json
2021-01-19 22:33:49 +02:00

25 lines
454 B
JSON

{
"name": "client",
"version": "1.0.0",
"private": true,
"main": "index.js",
"license": "ISC",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"dependencies": {
"axios": "^0.21.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}