markitdown/web-ui/package.json

38 lines
770 B
JSON
Raw Normal View History

{
"name": "markitdown-web-ui",
"version": "1.0.0",
"description": "Web-based UI for MarkItDown",
"main": "src/App.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"axios": "^0.21.1",
"react-markdown": "^7.0.0"
},
"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"
]
}
}