mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 14:53:49 +00:00
bc8a782f74
* refactor: change structure project * refactor: change structure project * fix: add hooks for set query params * refactor: add index for pages * docs: add TESTCASES.md * refactor: restructure components * feat: add base components * feat: add reset styles * feat: add styles for custom panel page * feat: add styles for predefined panels * feat: add style for TracingsView.tsx * feat: add Alerts * feat: add Tooltip.tsx * fix: correct styles * feat: add DatePicker.tsx * feat: add tables * feat: add theme provider * fix: replace using callbacks as props to handlers * fix: correct update time * fix: change TimePicker.tsx * fix: correct styles * fix: update packages * vmui: refactor code, remove material-ui Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"name": "vmui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "./",
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@testing-library/react": "^13.0.0",
|
|
"@testing-library/user-event": "^14.0.4",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
"@types/lodash.get": "^4.4.6",
|
|
"@types/lodash.throttle": "^4.1.6",
|
|
"@types/marked": "^4.0.2",
|
|
"@types/node": "^17.0.21",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/webpack-env": "^1.16.3",
|
|
"classnames": "^2.3.2",
|
|
"dayjs": "^1.11.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.throttle": "^4.1.1",
|
|
"marked": "^4.0.14",
|
|
"preact": "^10.7.1",
|
|
"qs": "^6.10.3",
|
|
"react-router-dom": "^6.3.0",
|
|
"sass": "^1.56.0",
|
|
"typescript": "~4.6.2",
|
|
"uplot": "^1.6.19",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"lint": "eslint src --ext tsx,ts",
|
|
"lint:fix": "eslint src --ext tsx,ts --fix"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
|
"@typescript-eslint/parser": "^5.15.0",
|
|
"customize-cra": "^1.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"react-app-rewired": "^2.2.1"
|
|
},
|
|
"overrides": {
|
|
"react-app-rewired": {
|
|
"nth-check": "^2.0.1"
|
|
},
|
|
"css-select": {
|
|
"nth-check": "^2.0.1"
|
|
}
|
|
}
|
|
}
|