33 lines
682 B
JSON
33 lines
682 B
JSON
{
|
|
"name": "app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"bootstrap": "4.1.3",
|
|
"react": "^16.6.0",
|
|
"react-cookie": "3.0.4",
|
|
"react-dom": "^16.6.0",
|
|
"react-router-dom": "4.3.1",
|
|
"react-scripts": "2.1.0",
|
|
"reactjs-popup": "^1.5.0",
|
|
"reactstrap": "6.5.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"proxy": "http://localhost:8080",
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|