28 lines
603 B
JSON
28 lines
603 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",
|
|
"iso-3166": "4.2.0",
|
|
"next": "13.4.9",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "4.10.1",
|
|
"sass": "1.63.6",
|
|
"swr": "2.2.0"
|
|
}
|
|
}
|