mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
789bee8792
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/GoogleChrome/web-vitals/releases) - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "vmui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "./",
|
|
"dependencies": {
|
|
"@date-io/dayjs": "^2.11.0",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@mui/icons-material": "^5.3.0",
|
|
"@mui/lab": "^5.0.0-alpha.64",
|
|
"@mui/material": "^5.2.8",
|
|
"@mui/styles": "^5.2.3",
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
"@types/lodash.get": "^4.4.6",
|
|
"@types/lodash.throttle": "^4.1.6",
|
|
"@types/node": "^17.0.10",
|
|
"@types/numeral": "^2.0.2",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/react": "^17.0.38",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-measure": "^2.0.8",
|
|
"dayjs": "^1.10.7",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.throttle": "^4.1.1",
|
|
"numeral": "^2.0.6",
|
|
"preact": "^10.6.4",
|
|
"qs": "^6.10.3",
|
|
"typescript": "~4.5.5",
|
|
"uplot": "^1.6.18",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-scripts eject",
|
|
"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.10.0",
|
|
"@typescript-eslint/parser": "^5.9.1",
|
|
"customize-cra": "^1.0.0",
|
|
"eslint-plugin-react": "^7.28.0",
|
|
"react-app-rewired": "^2.1.11"
|
|
}
|
|
}
|