bbuddy-ui/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

2023-12-21 21:22:13 +00:00
{
"name": "bbuddy-ui",
2024-10-28 11:29:39 +00:00
"version": "0.1.0",
2023-12-21 21:22:13 +00:00
"private": true,
"scripts": {
2024-01-17 14:41:46 +00:00
"dev": "next dev -p 4200",
2023-12-21 21:22:13 +00:00
"build": "next build",
2024-06-27 13:05:35 +00:00
"start": "next start -p 4200",
2023-12-21 21:22:13 +00:00
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.1",
2023-12-28 21:14:28 +00:00
"@ant-design/icons": "^5.2.6",
2024-04-03 22:18:18 +00:00
"@ant-design/nextjs-registry": "^1.0.0",
2024-08-16 11:43:07 +00:00
"@contentful/rich-text-react-renderer": "^15.22.9",
2024-08-15 11:41:35 +00:00
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"agora-rtc-react": "^2.1.0",
2024-06-21 15:25:31 +00:00
"agora-rtc-sdk-ng": "^4.20.2",
2023-12-21 21:22:13 +00:00
"antd": "^5.12.1",
"antd-img-crop": "^4.21.0",
2024-08-15 11:41:35 +00:00
"antd-style": "^3.6.2",
2024-01-17 14:41:46 +00:00
"axios": "^1.6.5",
2024-08-16 11:43:07 +00:00
"contentful": "^10.13.3",
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
2023-12-21 21:22:13 +00:00
"next": "14.0.3",
"next-intl": "^3.3.1",
"react": "^18",
"react-dom": "^18",
2024-01-24 17:43:16 +00:00
"react-slick": "^0.29.0",
2024-10-25 20:38:30 +00:00
"react-stripe-js": "^1.1.5",
2024-01-24 17:43:16 +00:00
"slick-carousel": "^1.8.1",
2024-08-15 11:41:35 +00:00
"stripe": "^16.2.0",
2023-12-21 21:22:13 +00:00
"styled-components": "^6.1.1"
},
"devDependencies": {
2023-12-29 15:31:00 +00:00
"@next/eslint-plugin-next": "^14.0.4",
"@types/lodash": "^4.14.202",
2023-12-21 21:22:13 +00:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
2023-12-21 21:22:13 +00:00
"autoprefixer": "^10.0.1",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"postcss": "^8",
2023-12-28 21:14:28 +00:00
"sass": "^1.69.5",
2023-12-21 21:22:13 +00:00
"typescript": "^5"
}
}