{ "name": "pozo", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "postbuild": "echo 'Skipping react-snap'", "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "reactSnap": { "source": "dist", "inlineCss": false, "puppeteerArgs": [ "--no-sandbox" ], "skipThirdPartyRequests": true, "routes": [ "/", "/signin", "/signup", "/dashboard", "/features", "/pricing", "/contact-us", "/blog" ] }, "dependencies": { "@editorjs/code": "^2.9.3", "@editorjs/editorjs": "^2.31.0", "@editorjs/embed": "^2.7.6", "@editorjs/header": "^2.8.8", "@editorjs/image": "^2.10.3", "@editorjs/link": "^2.6.2", "@editorjs/list": "^2.0.8", "@editorjs/paragraph": "^2.11.7", "@editorjs/quote": "^2.7.6", "@reduxjs/toolkit": "^1.9.5", "@studio-freight/lenis": "^1.0.42", "@weekwood/editorjs-video": "^1.0.2", "antd": "^5.4.4", "aos": "^2.3.4", "axios": "^1.4.0", "bowser": "^2.11.0", "classnames": "^2.3.2", "crypto-js": "^4.1.1", "devtools-detect": "^4.0.2", "exceljs": "^4.3.0", "framer-motion": "^12.17.0", "google-maps-react": "^2.0.6", "gsap": "^3.13.0", "html2canvas": "^1.4.1", "html2pdf.js": "^0.10.3", "informed": "^4.44.1", "jquery": "^3.7.1", "jspdf": "^2.5.1", "moment": "^2.29.4", "qrcode.react": "^4.2.0", "react": "^18.2.0", "react-color": "^2.19.3", "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", "react-excel-renderer": "^1.1.0", "react-helmet-async": "^2.0.5", "react-icons": "^4.8.0", "react-qr-code": "^2.0.15", "react-redux": "^8.0.5", "react-router-dom": "^6.11.0", "react-slick": "^0.29.0", "rollup-plugin-terser": "^7.0.2", "sass": "^1.62.0", "slick-carousel": "^1.8.1", "split-type": "^0.3.4", "swiper": "^10.2.0", "universal-cookie": "^4.0.4", "uuid": "^11.1.0", "webfontloader": "^1.6.28", "xlsx": "^0.18.5" }, "devDependencies": { "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@vitejs/plugin-react": "^4.0.0-beta.0", "eslint": "^8.38.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.3.4", "react-snap": "^1.23.0", "vite": "^4.3.0", "vite-plugin-prerender": "^1.0.8", "vite-plugin-sitemap": "^0.8.2" } }