source: my-react-app/package.json@ 142c0f8

main
Last change on this file since 142c0f8 was f5b256e, checked in by Aleksandar Panovski <apano77@…>, 3 weeks ago

Big change done works with handle_reservation_update() trigger

  • Property mode set to 100644
File size: 887 bytes
Line 
1{
2 "name": "my-react-app",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "@testing-library/jest-dom": "^5.17.0",
7 "@testing-library/react": "^13.4.0",
8 "@testing-library/user-event": "^13.5.0",
9 "axios": "^1.6.7",
10 "bootstrap": "^5.3.2",
11 "jwt-decode": "^4.0.0",
12 "react": "^18.2.0",
13 "react-bootstrap-datetimepicker": "^0.0.22",
14 "react-dom": "^18.2.0",
15 "react-router-dom": "^6.22.0",
16 "react-scripts": "5.0.1",
17 "web-vitals": "^2.1.4"
18 },
19 "scripts": {
20 "start": "react-scripts start",
21 "build": "react-scripts build",
22 "test": "react-scripts test",
23 "eject": "react-scripts eject"
24 },
25 "browserslist": {
26 "production": [
27 ">0.2%",
28 "not dead",
29 "not op_mini all"
30 ],
31 "development": [
32 "last 1 chrome version",
33 "last 1 firefox version",
34 "last 1 safari version"
35 ]
36 }
37}
Note: See TracBrowser for help on using the repository browser.