{ "name": "bbuddy-ui", "version": "0.0.1", "private": true, "scripts": { "dev": "next dev -p 4200", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@ant-design/cssinjs": "^1.18.1", "@ant-design/icons": "^5.2.6", "@ant-design/nextjs-registry": "^1.0.0", "antd": "^5.12.1", "antd-img-crop": "^4.21.0", "axios": "^1.6.5", "dayjs": "^1.11.10", "lodash": "^4.17.21", "next": "14.0.3", "next-intl": "^3.3.1", "react": "^18", "react-dom": "^18", "react-slick": "^0.29.0", "slick-carousel": "^1.8.1", "styled-components": "^6.1.1" }, "devDependencies": { "@next/eslint-plugin-next": "^14.0.4", "@types/lodash": "^4.14.202", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/react-slick": "^0.23.13", "autoprefixer": "^10.0.1", "eslint": "^8.55.0", "eslint-config-next": "^14.0.3", "postcss": "^8", "sass": "^1.69.5", "typescript": "^5" } }