{ "name": "mernmail-website", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build && swc .next/static/chunks/*.js .next/static/chunks/**/*.js -d . --include-dotfiles", "start": "next start", "lint": "next lint", "lint:fix": "npm run lint -- --fix", "prepare": "husky", "cz": "cz" }, "dependencies": { "@tailwindcss/typography": "^0.5.15", "globby": "^14.0.2", "lucide-react": "^0.454.0", "next": "^15.0.2", "next-themes": "^0.4.3", "prismjs": "^1.29.0", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^9.0.1", "rehype-prism": "^2.3.3" }, "devDependencies": { "@commitlint/cli": "^19.5.0", "@commitlint/config-conventional": "^19.5.0", "@swc/cli": "^0.5.0", "@types/react": "18.3.12", "autoprefixer": "^10.4.20", "cz-conventional-changelog": "^3.3.0", "eslint": "^8", "eslint-config-next": "15.0.2", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.6", "lint-staged": "^15.2.10", "postcss": "^8", "prettier": "^3.3.3", "tailwindcss": "^3.4.1" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "browserslist": [ "chrome 64", "edge 79", "firefox 67", "opera 51", "safari 12" ] }