2024-09-24 12:47:24 +08:00
|
|
|
{
|
|
|
|
"name": "webfrontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-06 11:52:45 +08:00
|
|
|
"@react-google-maps/api": "^2.19.3",
|
2024-10-05 15:04:17 +08:00
|
|
|
"animate.css": "^4.1.1",
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"embla-carousel-react": "^8.3.0",
|
|
|
|
"framer-motion": "^11.7.0",
|
|
|
|
"gsap": "^3.12.5",
|
|
|
|
"keen-slider": "^6.8.6",
|
2024-10-06 11:52:45 +08:00
|
|
|
"mailgo": "^0.12.2",
|
2024-10-05 15:04:17 +08:00
|
|
|
"moment": "^2.30.1",
|
|
|
|
"next": "14.2.13",
|
|
|
|
"nextjs-cors": "^2.2.0",
|
2024-09-24 12:47:24 +08:00
|
|
|
"react": "^18",
|
2024-10-05 15:04:17 +08:00
|
|
|
"react-animate-on-scroll": "^2.1.9",
|
2024-09-24 12:47:24 +08:00
|
|
|
"react-dom": "^18",
|
2024-10-05 15:04:17 +08:00
|
|
|
"react-hook-form": "^7.53.0",
|
|
|
|
"react-hot-toast": "^2.4.1",
|
|
|
|
"react-icons": "^5.3.0",
|
|
|
|
"react-loader-spinner": "^6.1.6",
|
|
|
|
"react-scroll-motion": "^0.3.3",
|
|
|
|
"react-slick": "^0.30.2",
|
|
|
|
"slick-carousel": "^1.8.1",
|
|
|
|
"tailwind-merge": "^2.5.2"
|
2024-09-24 12:47:24 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
2024-10-05 15:04:17 +08:00
|
|
|
"@types/react-animate-on-scroll": "^2.1.8",
|
2024-09-24 12:47:24 +08:00
|
|
|
"@types/react-dom": "^18",
|
2024-10-05 15:04:17 +08:00
|
|
|
"@types/react-slick": "^0.23.13",
|
|
|
|
"eslint": "^8",
|
|
|
|
"eslint-config-next": "14.2.13",
|
2024-09-24 12:47:24 +08:00
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.4.1",
|
2024-10-05 15:04:17 +08:00
|
|
|
"typescript": "^5"
|
2024-09-24 12:47:24 +08:00
|
|
|
}
|
|
|
|
}
|