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