Files
pca-pijac/frontend/package.json

26 lines
556 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "2.0.19",
"@chakra-ui/next-js": "2.1.4",
"@chakra-ui/react": "2.7.1",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@react-hookz/web": "23.1.0",
"clsx": "1.2.1",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.10.1",
"swr": "2.2.0"
}
}