Socialvoid-React/package.json

33 lines
761 B
JSON

{
"name": "socialvoid-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.4",
"@mui/material": "^5.0.4",
"@tanem/react-nprogress": "^3.0.81",
"next": "11.1.2",
"notistack": "^2.0.2",
"nprogress": "^0.2.0",
"pullstate": "^1.23.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"socialvoid": "0.0.0-alpha.3"
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.30",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"typescript": "4.4.4"
}
}