2021-07-09 14:04:28 +00:00
|
|
|
{
|
|
|
|
"name": "vmui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"homepage": "./",
|
|
|
|
"dependencies": {
|
2021-11-29 18:51:56 +00:00
|
|
|
"@codemirror/autocomplete": "^0.19.9",
|
2021-10-26 16:31:20 +00:00
|
|
|
"@codemirror/basic-setup": "^0.19.0",
|
|
|
|
"@codemirror/commands": "^0.19.5",
|
|
|
|
"@codemirror/highlight": "^0.19.6",
|
2021-11-08 13:45:59 +00:00
|
|
|
"@codemirror/state": "^0.19.4",
|
2021-11-29 18:56:18 +00:00
|
|
|
"@codemirror/view": "^0.19.21",
|
2021-11-08 13:45:59 +00:00
|
|
|
"@date-io/dayjs": "^2.11.0",
|
2021-11-29 18:55:48 +00:00
|
|
|
"@emotion/react": "^11.7.0",
|
2021-11-29 18:53:31 +00:00
|
|
|
"@emotion/styled": "^11.6.0",
|
2021-11-08 13:45:59 +00:00
|
|
|
"@mui/icons-material": "^5.0.5",
|
2021-11-29 18:55:09 +00:00
|
|
|
"@mui/lab": "^5.0.0-alpha.58",
|
2021-11-29 18:50:52 +00:00
|
|
|
"@mui/material": "^5.2.1",
|
2021-11-29 18:52:36 +00:00
|
|
|
"@mui/styles": "^5.2.2",
|
2021-11-08 13:45:59 +00:00
|
|
|
"@testing-library/jest-dom": "^5.15.0",
|
2021-10-26 16:31:20 +00:00
|
|
|
"@testing-library/react": "^12.1.2",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/jest": "^27.0.2",
|
2021-09-27 19:26:14 +00:00
|
|
|
"@types/lodash.debounce": "^4.0.6",
|
2021-09-15 06:42:49 +00:00
|
|
|
"@types/lodash.get": "^4.4.6",
|
2021-11-29 18:51:21 +00:00
|
|
|
"@types/node": "^16.11.10",
|
2021-10-08 12:07:35 +00:00
|
|
|
"@types/numeral": "^2.0.2",
|
2021-10-26 16:31:20 +00:00
|
|
|
"@types/qs": "^6.9.7",
|
2021-11-29 18:56:35 +00:00
|
|
|
"@types/react": "^17.0.37",
|
2021-11-08 13:45:59 +00:00
|
|
|
"@types/react-dom": "^17.0.11",
|
2021-10-26 16:31:20 +00:00
|
|
|
"@types/react-measure": "^2.0.8",
|
|
|
|
"codemirror-promql": "^0.18.0",
|
|
|
|
"dayjs": "^1.10.7",
|
2021-09-27 19:26:14 +00:00
|
|
|
"lodash.debounce": "^4.0.8",
|
2021-09-15 06:42:49 +00:00
|
|
|
"lodash.get": "^4.4.2",
|
2021-10-08 12:07:35 +00:00
|
|
|
"numeral": "^2.0.6",
|
2021-10-26 16:31:20 +00:00
|
|
|
"qs": "^6.10.1",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-07-09 14:04:28 +00:00
|
|
|
"react-measure": "^2.5.2",
|
2021-10-26 16:31:20 +00:00
|
|
|
"react-scripts": "4.0.3",
|
|
|
|
"typescript": "~4.4.4",
|
2021-11-29 18:53:16 +00:00
|
|
|
"uplot": "^1.6.17",
|
2021-10-08 12:07:35 +00:00
|
|
|
"uplot-react": "^1.1.1",
|
2021-10-26 16:31:20 +00:00
|
|
|
"web-vitals": "^2.1.2"
|
2021-07-09 14:04:28 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-10-08 12:07:35 +00:00
|
|
|
"start": "react-app-rewired start",
|
|
|
|
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
|
|
|
|
"test": "react-app-rewired test",
|
2021-07-09 14:04:28 +00: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-11-04 10:09:34 +00:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
|
2021-11-04 10:50:15 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
2021-11-22 13:43:37 +00:00
|
|
|
"@typescript-eslint/parser": "^5.4.0",
|
2021-10-08 12:07:35 +00:00
|
|
|
"customize-cra": "^1.0.0",
|
2021-10-26 16:31:20 +00:00
|
|
|
"eslint-plugin-react": "^7.26.1",
|
2021-10-08 12:07:35 +00:00
|
|
|
"react-app-rewired": "^2.1.8"
|
2021-07-09 14:04:28 +00:00
|
|
|
}
|
|
|
|
}
|