62 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "log",
 | |
|   "version": "0.1.0",
 | |
|   "private": true,
 | |
|   "scripts": {
 | |
|     "start": "react-scripts start",
 | |
|     "build": "react-scripts build",
 | |
|     "test": "react-scripts test",
 | |
|     "eject": "react-scripts eject"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@emotion/react": "^11.11.3",
 | |
|     "@emotion/styled": "^11.11.0",
 | |
|     "@mui/icons-material": "^5.15.20",
 | |
|     "@mui/material": "^5.15.20",
 | |
|     "@mui/styles": "^5.16.4",
 | |
|     "@mui/x-charts": "^7.6.2",
 | |
|     "@mui/x-data-grid": "^7.6.2",
 | |
|     "@popperjs/core": "^2.11.8",
 | |
|     "@testing-library/jest-dom": "^5.17.0",
 | |
|     "@testing-library/react": "^13.4.0",
 | |
|     "@testing-library/user-event": "^13.5.0",
 | |
|     "axios": "^1.6.7",
 | |
|     "lucide-react": "^0.511.0",
 | |
|     "mdb-react-ui-kit": "^7.1.0",
 | |
|     "react": "^18.2.0",
 | |
|     "react-barcode": "^1.5.3",
 | |
|     "react-data-grid": "^7.0.0-beta.44",
 | |
|     "react-dom": "^18.2.0",
 | |
|     "react-google-recaptcha": "^3.1.0",
 | |
|     "react-icons": "^5.2.1",
 | |
|     "react-qr-code": "^2.0.14",
 | |
|     "react-router-dom": "^6.21.3",
 | |
|     "react-scripts": "^5.0.1",
 | |
|     "web-vitals": "^2.1.4"
 | |
|   },
 | |
|   "eslintConfig": {
 | |
|     "extends": [
 | |
|       "react-app",
 | |
|       "react-app/jest"
 | |
|     ]
 | |
|   },
 | |
|   "browserslist": {
 | |
|     "production": [
 | |
|       ">0.2%",
 | |
|       "not dead",
 | |
|       "not op_mini all"
 | |
|     ],
 | |
|     "development": [
 | |
|       "last 1 chrome version",
 | |
|       "last 1 firefox version",
 | |
|       "last 1 safari version"
 | |
|     ]
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
 | |
|     "autoprefixer": "^10.4.19",
 | |
|     "postcss": "^8.4.38",
 | |
|     "tailwindcss": "^3.4.4"
 | |
|   }
 | |
| }
 |