ptg-web/package.json
2025-07-23 11:10:35 +08:00

29 lines
659 B
JSON

{
"name": "fograin-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5000 --turbopack",
"build": "next build",
"start": "next start -p 5000",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^3.22.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"framer-motion": "^12.23.3",
"next": "15.3.5",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"prettier": "3.6.2"
}
}