32 lines
668 B
JSON
32 lines
668 B
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"jspdf": "^1.5.3",
|
|
"jspdf-autotable": "^3.0.2",
|
|
"react": "^16.7.0",
|
|
"react-date-picker": "^7.1.1",
|
|
"react-datepicker": "^2.0.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "2.1.2",
|
|
"react-select": "^2.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|