{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "commerce-sdk": "^2.8.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@tailwindcss/aspect-ratio": "^0.4.0", "@types/node": "18.11.9", "@types/react": "18.2.8", "autoprefixer": "^10.4.0", "postcss": "^8.4.5", "tailwindcss": "^3.0.7", "typescript": "4.8.4" } }