{ "name": "streamlit_component_template", "version": "0.1.0", "private": true, "dependencies": { "@types/jest": "^24.0.0", "@types/node": "^12.0.0", "@types/react": "^16.9.0", "@types/react-dom": "^16.9.0", "audio-react-recorder": "^1.0.4", "axios": "^0.27.2", "normalize.css": "^8.0.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-media-recorder": "^1.6.4", "react-scripts": "3.4.1", "streamlit-component-lib": "^1.4.0", "turbodepot-node": "^7.0.1", "typescript": "~3.8.0", "use-media-recorder": "^2.0.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "homepage": "." }