covid19-campania/package.json

49 lines
1.2 KiB
JSON
Executable File

{
"name": "covid19-campania",
"version": "0.1.0",
"private": true,
"author": "Francesco Esposito (franjsco)",
"homepage": "https://franjsco.github.io/covid19-campania",
"license": "GPL-3.0-or-later",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-bootstrap": "^1.4.3",
"react-dom": "^16.14.0",
"react-scripts": "^4.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-plugin-react": "^7.22.0",
"gh-pages": "^2.2.0"
}
}