source: frontend/package.json@ b612ab1

Last change on this file since b612ab1 was b612ab1, checked in by Nace Gjorgjievski <nace.gorgievski123@…>, 23 months ago

Basic functions added

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "name": "frontend",
3 "proxy": "http://localhost:5000",
4 "version": "0.1.0",
5 "private": true,
6 "dependencies": {
7 "@emotion/react": "^11.10.0",
8 "@emotion/styled": "^11.10.0",
9 "@fortawesome/fontawesome-svg-core": "^6.1.2",
10 "@fortawesome/free-regular-svg-icons": "^6.1.2",
11 "@fortawesome/free-solid-svg-icons": "^6.1.2",
12 "@mui/icons-material": "^5.8.4",
13 "@mui/material": "^5.10.0",
14 "@testing-library/jest-dom": "^5.16.5",
15 "@testing-library/react": "^13.3.0",
16 "@testing-library/user-event": "^13.5.0",
17 "axios": "^0.27.2",
18 "bootstrap": "^5.2.0",
19 "font-awesome": "^4.7.0",
20 "react": "^18.2.0",
21 "react-bootstrap": "^2.5.0",
22 "react-dom": "^18.2.0",
23 "react-helmet-async": "^1.3.0",
24 "react-router-dom": "^6.3.0",
25 "react-scripts": "5.0.1",
26 "web-vitals": "^2.1.4"
27 },
28 "scripts": {
29 "start": "react-scripts start",
30 "build": "react-scripts build",
31 "test": "react-scripts test",
32 "eject": "react-scripts eject"
33 },
34 "eslintConfig": {
35 "extends": [
36 "react-app",
37 "react-app/jest"
38 ]
39 },
40 "browserslist": {
41 "production": [
42 ">0.2%",
43 "not dead",
44 "not op_mini all"
45 ],
46 "development": [
47 "last 1 chrome version",
48 "last 1 firefox version",
49 "last 1 safari version"
50 ]
51 }
52}
Note: See TracBrowser for help on using the repository browser.