package.json
785 Bytes
{
"name": "learn-in-web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@nextui-org/react": "^1.0.1-alpha.57",
"@uiw/react-textarea-code-editor": "^1.4.4",
"axios": "^0.24.0",
"next": "12.0.4",
"next-auth": "^3.29.0",
"next-remove-imports": "^1.0.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-promise": "^3.0.2",
"semantic-ui-react": "^2.0.4",
"swr": "^1.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4",
"postcss": "^8.3.11",
"react-syntax-highlighter": "^15.4.5",
"tailwindcss": "^2.2.19"
}
}