source: frontend/package.json@ ac19a0c

Last change on this file since ac19a0c was ac19a0c, checked in by darsov2 <62809499+darsov2@…>, 6 months ago

authContext impl, admin panel impl, search bar fixes, reservations listings impl

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "tour-mate",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@testing-library/jest-dom": "^5.16.5",
7 "@testing-library/react": "^13.4.0",
8 "@testing-library/user-event": "^13.5.0",
9 "axios": "^1.5.0",
10 "axios-extensions": "^3.1.6",
11 "bootstrap": "^5.3.0",
12 "file-loader": "^6.2.0",
13 "react": "^18.2.0",
14 "react-bootstrap": "^2.7.4",
15 "react-dom": "^18.2.0",
16 "react-icons": "^4.9.0",
17 "react-router-dom": "^6.15.0",
18 "react-scripts": "5.0.1",
19 "url-loader": "^4.1.1",
20 "web-vitals": "^2.1.4"
21 },
22 "scripts": {
23 "start": "react-scripts start",
24 "build": "react-scripts build",
25 "test": "react-scripts test",
26 "eject": "react-scripts eject"
27 },
28 "eslintConfig": {
29 "extends": [
30 "react-app",
31 "react-app/jest"
32 ]
33 },
34 "browserslist": {
35 "production": [
36 ">0.2%",
37 "not dead",
38 "not op_mini all"
39 ],
40 "development": [
41 "last 1 chrome version",
42 "last 1 firefox version",
43 "last 1 safari version"
44 ]
45 }
46}
Note: See TracBrowser for help on using the repository browser.