29 lines
652 B
JSON
29 lines
652 B
JSON
{
|
|
"name": "mtg-visual-search",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@mui/icons-material": "^5.15.20",
|
|
"@mui/joy": "^5.0.0-beta.36",
|
|
"@types/react-infinite-scroller": "^1.2.5",
|
|
"next": "14.2.3",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-infinite-scroller": "^1.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"typescript": "^5"
|
|
}
|
|
}
|