lazuri-doviguram/package.json
2023-07-22 18:17:14 +03:00

41 lines
1.0 KiB
JSON

{
"name": "lazuri-doviguram",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.329.0",
"@aws-sdk/client-s3": "^3.331.0",
"@aws-sdk/util-dynamodb": "^3.332.0",
"@dnd-kit/core": "^6.0.8",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"cookies-next": "^2.1.1",
"get-youtube-id": "^1.0.1",
"jose": "^4.13.1",
"nanoid": "^3.3.6",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-youtube": "^10.1.0",
"slugify": "^1.6.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.12",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"sass": "^1.62.0",
"typescript": "4.9.5"
}
}