{ "name": "vmui", "version": "0.1.0", "private": true, "homepage": "./", "dependencies": { "@date-io/dayjs": "^2.13.1", "@emotion/styled": "^11.8.1", "@mui/icons-material": "^5.4.2", "@mui/lab": "^5.0.0-alpha.70", "@mui/material": "^5.5.0", "@mui/styles": "^5.5.1", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.4.1", "@types/lodash.debounce": "^4.0.6", "@types/lodash.get": "^4.4.6", "@types/lodash.throttle": "^4.1.6", "@types/node": "^17.0.21", "@types/qs": "^6.9.7", "@types/react": "^17.0.39", "@types/react-dom": "^17.0.11", "@types/react-measure": "^2.0.8", "dayjs": "^1.11.0", "lodash.debounce": "^4.0.8", "lodash.get": "^4.4.2", "lodash.throttle": "^4.1.1", "preact": "^10.6.6", "qs": "^6.10.3", "typescript": "~4.5.5", "uplot": "^1.6.19", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-app-rewired start", "build": "GENERATE_SOURCEMAP=false react-app-rewired build", "test": "react-app-rewired test", "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": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.12.1", "customize-cra": "^1.0.0", "eslint-plugin-react": "^7.29.4", "react-app-rewired": "^2.2.1" } }