{ "name": "zot-ui", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.9.3", "@emotion/styled": "^11.9.3", "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.89", "@mui/material": "^5.8.6", "@mui/styles": "^5.8.6", "@mui/x-date-pickers": "^6.18.4", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "axios": "^0.24.0", "downshift": "^6.1.12", "export-from-json": "^1.7.3", "lodash": "^4.17.21", "luxon": "^3.4.4", "markdown-to-jsx": "^7.1.7", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.2.1", "react-sticky-el": "^2.0.9", "web-vitals": "^2.1.3", "xlsx": "^0.18.5" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.16.7", "@playwright/test": "^1.28.1", "eslint": "^8.23.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.8", "prettier": "^2.7.1", "react-scripts": "^5.0.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --detectOpenHandles", "test:coverage": "react-scripts test --detectOpenHandles --coverage", "test:ui": "playwright test", "test:ui-headed": "playwright test --headed --trace on", "test:ui-debug": "playwright test --trace on", "test:release": "npm run test && npm run test:ui", "lint": "eslint -c .eslintrc.json --ext .js,.jsx .", "lint:fix": "npm run lint -- --fix", "format": "prettier --write ./**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc", "eject": "react-scripts eject" }, "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" ] } }