41 lines
990 B
JSON
41 lines
990 B
JSON
{
|
|
"name": "wisatin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/cssinjs": "^2.0.1",
|
|
"@hugeicons/core-free-icons": "^2.0.0",
|
|
"@hugeicons/react": "^1.1.1",
|
|
"antd": "^6.0.1",
|
|
"clsx": "^2.1.1",
|
|
"embla-carousel": "^8.6.0",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"lucide-react": "^0.556.0",
|
|
"next": "16.0.7",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-slick": "^0.31.0",
|
|
"slick-carousel": "^1.8.1",
|
|
"swiper": "^8.4.7",
|
|
"tailwind-merge": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/react-slick": "^0.23.13",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.0.7",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|