{ "name": "mb-grid-solutions.com", "version": "1.0.0", "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test": "vitest" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "framer-motion": "^12.29.2", "lucide-react": "^0.562.0", "next": "^16.1.6", "nodemailer": "^7.0.12", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/node": "^25.1.0", "@types/nodemailer": "^7.0.9", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.2", "autoprefixer": "^10.4.23", "jsdom": "^27.4.0", "postcss": "^8.5.6", "tailwindcss": "^4.1.18", "typescript": "^5.9.3", "vitest": "^4.0.18" } }