marcenacp's picture
Deploy.
6a31b9a
raw
history blame
No virus
1.01 kB
{
"name": "tree_component",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"streamlit-component-lib": "^2.0.0"
},
"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": ".",
"devDependencies": {
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"react-scripts": "^5.0.1",
"typescript": "^5.2.2"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
}
}