52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "bbuddy-ui",
|
|
"version": "0.2.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 4200",
|
|
"build": "next build",
|
|
"start": "next start -p 4200",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/cssinjs": "^1.18.1",
|
|
"@ant-design/icons": "^5.2.6",
|
|
"@ant-design/nextjs-registry": "^1.0.0",
|
|
"@contentful/rich-text-react-renderer": "^15.22.9",
|
|
"@stripe/react-stripe-js": "^2.7.3",
|
|
"@stripe/stripe-js": "^4.1.0",
|
|
"agora-rtc-react": "2.1.0",
|
|
"agora-rtc-sdk-ng": "^4.20.2",
|
|
"antd": "^5.12.1",
|
|
"antd-img-crop": "^4.21.0",
|
|
"antd-style": "^3.6.2",
|
|
"axios": "^1.6.5",
|
|
"contentful": "^10.13.3",
|
|
"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",
|
|
"react-stripe-js": "^1.1.5",
|
|
"slick-carousel": "^1.8.1",
|
|
"stripe": "^16.2.0",
|
|
"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"
|
|
}
|
|
}
|