source: frontend/package.json@ e9b4ba9

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

prototype

  • Property mode set to 100644
File size: 1016 bytes
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 "bootstrap": "^5.3.0",
11 "file-loader": "^6.2.0",
12 "react": "^18.2.0",
13 "react-bootstrap": "^2.7.4",
14 "react-dom": "^18.2.0",
15 "react-icons": "^4.9.0",
16 "react-router-dom": "^6.15.0",
17 "react-scripts": "5.0.1",
18 "url-loader": "^4.1.1",
19 "web-vitals": "^2.1.4"
20 },
21 "scripts": {
22 "start": "react-scripts start",
23 "build": "react-scripts build",
24 "test": "react-scripts test",
25 "eject": "react-scripts eject"
26 },
27 "eslintConfig": {
28 "extends": [
29 "react-app",
30 "react-app/jest"
31 ]
32 },
33 "browserslist": {
34 "production": [
35 ">0.2%",
36 "not dead",
37 "not op_mini all"
38 ],
39 "development": [
40 "last 1 chrome version",
41 "last 1 firefox version",
42 "last 1 safari version"
43 ]
44 }
45}
Note: See TracBrowser for help on using the repository browser.