Locaft-backend/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "locaft",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
2020-11-28 09:28:50 -08:00
"axios": "^0.21.0",
2020-11-07 07:23:24 -08:00
"bootstrap": "^4.5.3",
"react": "^17.0.1",
2020-11-07 07:23:24 -08:00
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
2020-11-28 09:28:50 -08:00
"react-redux": "^7.2.2",
2020-11-09 08:45:04 -08:00
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
2020-11-28 09:28:50 -08:00
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
2020-11-07 07:23:24 -08:00
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}