{ "name": "fst-data-factory", "version": "0.1.0", "private": true, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "axios": "^1.6.0", "lucide-react": "^0.294.0", "react-scripts": "5.0.1", "xlsx": "^0.18.5" }, "scripts": { "start": "set PORT=8081 && react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "proxy": "http://127.0.0.1:5232", "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }