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-04-12 12:07:53 +02:00
|
|
|
"@mui/icons-material": "^5.6.0",
|
2022-03-18 11:32:04 +01:00
|
|
|
"@mui/lab": "^5.0.0-alpha.73",
|
2022-03-18 12:11:40 +01:00
|
|
|
"@mui/material": "^5.5.1",
|
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-04-01 11:52:54 +02:00
|
|
|
"@testing-library/react": "^13.0.0",
|
2022-04-01 11:50:30 +02:00
|
|
|
"@testing-library/user-event": "^14.0.4",
|
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-26 12:03:11 +01:00
|
|
|
"@types/marked": "^4.0.2",
|
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-04-01 11:51:28 +02:00
|
|
|
"@types/react": "^17.0.43",
|
2022-04-12 12:06:40 +02:00
|
|
|
"@types/react-dom": "^18.0.0",
|
2021-10-26 18:31:20 +02:00
|
|
|
"@types/react-measure": "^2.0.8",
|
2022-03-26 12:03:11 +01:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
|
|
|
"@types/webpack-env": "^1.16.3",
|
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-04-12 12:06:15 +02:00
|
|
|
"marked": "^4.0.14",
|
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-04-01 11:53:50 +02:00
|
|
|
"react-router-dom": "^6.3.0",
|
2022-03-18 11:30:50 +01:00
|
|
|
"typescript": "~4.6.2",
|
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-03-18 12:10:55 +01:00
|
|
|
"@typescript-eslint/parser": "^5.15.0",
|
2021-10-08 14:07:35 +02:00
|
|
|
"customize-cra": "^1.0.0",
|
2022-03-18 11:26:52 +01:00
|
|
|
"eslint-plugin-react": "^7.29.4",
|
2022-02-21 13:12:05 +01:00
|
|
|
"react-app-rewired": "^2.2.1"
|
2021-07-09 16:04:28 +02:00
|
|
|
}
|
|
|
|
}
|