46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "structlogs-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@devexpress/dx-react-core": "^2.2.0",
|
|
"@devexpress/dx-react-grid": "^2.2.0",
|
|
"@devexpress/dx-react-grid-bootstrap4": "^2.2.0",
|
|
"ansi-to-html": "^0.6.12",
|
|
"autoscroll-react": "^3.2.0",
|
|
"bootstrap": "^4.3.1",
|
|
"fs-extra": "^8.1.0",
|
|
"jquery": "^3.4.1",
|
|
"lodash.get": "^4.4.2",
|
|
"n-readlines": "^1.0.0",
|
|
"react": "^16.11.0",
|
|
"react-bootstrap": "^1.0.0-beta.14",
|
|
"react-bootstrap-slider": "^2.2.2",
|
|
"react-dom": "^16.11.0",
|
|
"react-json-view": "^1.19.1",
|
|
"react-scripts": "3.2.0",
|
|
"strip-ansi": "^5.2.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"
|
|
]
|
|
}
|
|
}
|