{ "name": "@sites/signpost.cloud.mareshq.com", "private": true, "version": "0.0.0", "scripts": { "dev": "next dev", "build": "next build && next export", "start": "next start", "lint": "next lint", "fmt": "prettier --write .", "fmt-check": "prettier --check ." }, "dependencies": { "next": "12.2.5", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@types/node": "18.7.15", "@types/react": "18.0.18", "autoprefixer": "^10.4.8", "eslint": "^8.23.0", "eslint-config-next": "12.2.5", "next-transpile-modules": "^9.0.0", "postcss": "^8.4.16", "tailwindcss": "^3.1.8", "typescript": "4.8.2" } }