{ "name": "my-next-site", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@strapi/blocks-react-renderer": "^1.0.1", "@tailwindcss/typography": "^0.5.16", "dotenv": "^16.4.7", "husky": "^9.1.7", "next": "^15.1.6", "qs": "^6.14.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^9.0.3", "react-responsive-carousel": "^3.2.23", "rehype-highlight": "^7.0.1", "rehype-raw": "^7.0.0", "rehype-sanitize": "^6.0.0", "remark-gfm": "^4.0.0", "swiper": "^11.2.1" }, "devDependencies": { "@types/node": "^20", "@types/qs": "^6.9.18", "@types/react": "^19", "@types/react-dom": "^19", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }