2021-07-09 16:04:28 +02:00
|
|
|
{
|
|
|
|
"name": "vmui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"homepage": "./",
|
|
|
|
"dependencies": {
|
|
|
|
"@codemirror/next": "~0.13.1",
|
|
|
|
"@date-io/dayjs": "^1.3.13",
|
|
|
|
"@material-ui/core": "^4.11.0",
|
|
|
|
"@material-ui/icons": "^4.11.2",
|
|
|
|
"@material-ui/lab": "^4.0.0-alpha.56",
|
|
|
|
"@material-ui/pickers": "^3.3.10",
|
|
|
|
"@testing-library/jest-dom": "^5.11.6",
|
|
|
|
"@testing-library/react": "^11.1.2",
|
|
|
|
"@testing-library/user-event": "^12.2.2",
|
|
|
|
"@types/jest": "^26.0.15",
|
2021-09-27 21:26:14 +02:00
|
|
|
"@types/lodash.debounce": "^4.0.6",
|
2021-09-15 08:42:49 +02:00
|
|
|
"@types/lodash.get": "^4.4.6",
|
2021-07-09 16:04:28 +02:00
|
|
|
"@types/node": "^12.19.4",
|
2021-10-08 14:07:35 +02:00
|
|
|
"@types/numeral": "^2.0.2",
|
2021-07-09 16:04:28 +02:00
|
|
|
"@types/qs": "^6.9.6",
|
|
|
|
"@types/react": "^16.9.56",
|
|
|
|
"@types/react-dom": "^16.9.9",
|
|
|
|
"@types/react-measure": "^2.0.6",
|
|
|
|
"codemirror-promql": "^0.10.2",
|
2021-09-27 21:26:14 +02:00
|
|
|
"date-fns": "^2.23.0",
|
2021-07-09 16:04:28 +02:00
|
|
|
"dayjs": "^1.10.4",
|
2021-09-27 21:26:14 +02:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2021-09-15 08:42:49 +02:00
|
|
|
"lodash.get": "^4.4.2",
|
2021-10-08 14:07:35 +02:00
|
|
|
"numeral": "^2.0.6",
|
2021-07-09 16:04:28 +02:00
|
|
|
"qs": "^6.5.2",
|
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-measure": "^2.5.2",
|
|
|
|
"react-scripts": "4.0.0",
|
|
|
|
"typescript": "~4.0.5",
|
2021-10-08 14:07:35 +02:00
|
|
|
"uplot": "^1.6.16",
|
|
|
|
"uplot-react": "^1.1.1",
|
2021-07-09 16:04:28 +02:00
|
|
|
"web-vitals": "^0.2.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-10-08 14:07:35 +02:00
|
|
|
"start": "react-app-rewired start",
|
|
|
|
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
|
|
|
|
"test": "react-app-rewired test",
|
2021-07-09 16:04:28 +02:00
|
|
|
"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": {
|
2021-10-08 14:07:35 +02:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
|
2021-07-09 16:04:28 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.14.2",
|
|
|
|
"@typescript-eslint/parser": "^4.14.2",
|
2021-10-08 14:07:35 +02:00
|
|
|
"customize-cra": "^1.0.0",
|
2021-07-09 16:04:28 +02:00
|
|
|
"eslint": "^7.14.0",
|
2021-10-08 14:07:35 +02:00
|
|
|
"eslint-plugin-react": "^7.22.0",
|
|
|
|
"react-app-rewired": "^2.1.8"
|
2021-07-09 16:04:28 +02:00
|
|
|
}
|
|
|
|
}
|