2021-07-09 16:04:28 +02:00
|
|
|
{
|
|
|
|
"name": "vmui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"homepage": "./",
|
|
|
|
"dependencies": {
|
2022-02-22 19:41:53 +01:00
|
|
|
"@date-io/dayjs": "^2.13.1",
|
2022-02-22 19:57:56 +01:00
|
|
|
"@emotion/styled": "^11.8.1",
|
2022-02-21 13:11:21 +01:00
|
|
|
"@mui/icons-material": "^5.4.2",
|
2022-02-22 19:43:58 +01:00
|
|
|
"@mui/lab": "^5.0.0-alpha.70",
|
2022-03-17 19:57:35 +01:00
|
|
|
"@mui/material": "^5.5.0",
|
2022-03-17 19:59:19 +01:00
|
|
|
"@mui/styles": "^5.5.1",
|
2022-02-08 16:10:54 +01:00
|
|
|
"@testing-library/jest-dom": "^5.16.2",
|
2022-02-22 19:42:44 +01:00
|
|
|
"@testing-library/react": "^12.1.3",
|
2021-10-26 18:31:20 +02:00
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2022-03-03 17:24:14 +01:00
|
|
|
"@types/jest": "^27.4.1",
|
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-11-29 23:56:48 +01:00
|
|
|
"@types/lodash.throttle": "^4.1.6",
|
2022-03-03 17:26:19 +01:00
|
|
|
"@types/node": "^17.0.21",
|
2021-10-26 18:31:20 +02:00
|
|
|
"@types/qs": "^6.9.7",
|
2022-02-08 16:11:46 +01:00
|
|
|
"@types/react": "^17.0.39",
|
2021-11-08 14:45:59 +01:00
|
|
|
"@types/react-dom": "^17.0.11",
|
2021-10-26 18:31:20 +02:00
|
|
|
"@types/react-measure": "^2.0.8",
|
2022-03-18 11:26:14 +01:00
|
|
|
"dayjs": "^1.11.0",
|
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-11-29 23:56:48 +01:00
|
|
|
"lodash.throttle": "^4.1.1",
|
2022-02-22 19:42:18 +01:00
|
|
|
"preact": "^10.6.6",
|
2022-01-17 07:52:30 +01:00
|
|
|
"qs": "^6.10.3",
|
2022-01-24 11:00:55 +01:00
|
|
|
"typescript": "~4.5.5",
|
2022-02-08 16:16:13 +01:00
|
|
|
"uplot": "^1.6.19",
|
2022-01-24 11:01:25 +01:00
|
|
|
"web-vitals": "^2.1.4"
|
2021-07-09 16:04:28 +02:00
|
|
|
},
|
|
|
|
"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": {
|
2022-01-03 18:58:09 +01:00
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
2022-03-17 19:58:52 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
2022-02-22 19:43:07 +01:00
|
|
|
"@typescript-eslint/parser": "^5.12.1",
|
2021-10-08 14:07:35 +02:00
|
|
|
"customize-cra": "^1.0.0",
|
2022-03-03 17:25:51 +01:00
|
|
|
"eslint-plugin-react": "^7.29.2",
|
2022-02-21 13:12:05 +01:00
|
|
|
"react-app-rewired": "^2.2.1"
|
2021-07-09 16:04:28 +02:00
|
|
|
}
|
|
|
|
}
|