24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@ajna/pagination": "1.4.19",
|
|
"@chakra-ui/icons": "2.0.19",
|
|
"@chakra-ui/next-js": "2.1.4",
|
|
"@chakra-ui/react": "2.7.0",
|
|
"@directus/sdk": "10.3.3",
|
|
"@emotion/react": "11.11.1",
|
|
"@emotion/styled": "11.11.0",
|
|
"next": "13.4.5",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|