omdb/package.json

34 lines
797 B
JSON
Raw Permalink Normal View History

2023-08-15 23:11:06 +00:00
{
"name": "omdb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2023-09-05 21:42:50 +00:00
"@prisma/client": "^5.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "1.0.6",
2023-08-15 23:11:06 +00:00
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
2023-09-05 21:42:50 +00:00
"classnames": "^2.3.2",
2023-08-15 23:11:06 +00:00
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"next": "13.4.16",
2023-09-05 21:42:50 +00:00
"prisma": "^5.1.1",
2023-08-15 23:11:06 +00:00
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
2023-09-05 21:42:50 +00:00
},
"devDependencies": {
"prettier": "^3.0.2",
"sass": "^1.65.1"
2023-08-15 23:11:06 +00:00
}
}