26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"name": "gallery",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "^13.1.1",
|
|
"@nextui-org/react": "^1.0.0-beta.11",
|
|
"@types/node": "18.11.17",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "18.0.10",
|
|
"axios": "^1.2.1",
|
|
"next": "13.1.1",
|
|
"next-absolute-url": "^1.2.2",
|
|
"nocodb-sdk": "^0.100.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"swr": "^2.0.0",
|
|
"typescript": "4.9.4"
|
|
}
|
|
}
|