bbuddy-ui/package.json

42 lines
999 B
JSON
Raw Normal View History

2023-12-21 21:22:13 +00:00
{
"name": "bbuddy-ui",
"version": "0.0.1",
"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",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.1",
2023-12-28 21:14:28 +00:00
"@ant-design/icons": "^5.2.6",
2023-12-21 21:22:13 +00:00
"antd": "^5.12.1",
"antd-img-crop": "^4.21.0",
2024-01-17 14:41:46 +00:00
"axios": "^1.6.5",
"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",
"slick-carousel": "^1.8.1",
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"
}
}