30 lines
684 B
JSON
30 lines
684 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^1.0.5",
|
|
"@chakra-ui/react": "^1.4.2",
|
|
"@chakra-ui/theme-tools": "1.1.2",
|
|
"@emotion/react": "11.1.5",
|
|
"@emotion/styled": "11.1.5",
|
|
"framer-motion": "^4.0.3",
|
|
"next": "latest",
|
|
"next-auth": "^4.1.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-player": "^2.9.0",
|
|
"websocket": "^1.0.34"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14.6.0",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/websocket": "^1.0.4",
|
|
"typescript": "4.3.2"
|
|
}
|
|
}
|