{ "private": true, "scripts": { "dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production" }, "devDependencies": { "@babel/preset-react": "^7.13.13", "@popperjs/core": "^2.10.2", "@tailwindcss/forms": "^0.4.0", "@typescript-eslint/eslint-plugin": "^5.12.1", "@typescript-eslint/parser": "^5.12.1", "alpinejs": "^3.4.2", "autoprefixer": "^10.1.0", "axios": "^0.21.4", "bootstrap": "^5.1.3", "eslint": "^8.9.0", "eslint-plugin-react": "^7.29.0", "laravel-mix": "^6.0.6", "lodash": "^4.17.19", "postcss": "^8.2.1", "postcss-import": "^14.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", "resolve-url-loader": "^5.0.0", "sass": "^1.32.11", "sass-loader": "^11.0.1", "tailwindcss": "^3.0.0", "ts-loader": "^9.2.6", "typescript": "^4.5.5" }, "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@mui/icons-material": "^5.4.1", "@mui/material": "^5.4.1", "@uiw/react-md-editor": "^3.9.4", "eslint-plugin-react-hooks": "^4.3.0", "react-crypt-gsm": "^1.0.4", "react-query": "^3.34.12", "react-router-dom": "^5.3.0", "rehype-sanitize": "^5.0.1", "storage-encryption": "^1.0.16" } }