source: frontend/package.json

Last change on this file was cb0881d, checked in by MBK <marija.karapandzova@…>, 4 months ago

Set up React frontend and add design styles

  • Property mode set to 100644
File size: 758 bytes
Line 
1{
2 "name": "medora-frontend",
3 "version": "0.1.0",
4 "private": true,
5 "dependencies": {
6 "react": "^18.2.0",
7 "react-dom": "^18.2.0",
8 "react-router-dom": "^6.20.0",
9 "axios": "^1.6.2",
10 "tailwindcss": "^3.3.6",
11 "react-scripts": "5.0.1"
12 },
13 "proxy": "http://localhost:8080",
14 "scripts": {
15 "start": "react-scripts start",
16 "build": "react-scripts build",
17 "test": "react-scripts test",
18 "eject": "react-scripts eject"
19 },
20 "eslintConfig": {
21 "extends": [
22 "react-app"
23 ]
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.