Socialvoid-React/package.json

36 lines
931 B
JSON

{
"name": "socialvoid-react",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --config .prettierrc run --write pages/ utilities/ themes/ specifications/ socialvoid/"
},
"dependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.1.0",
"@mui/material": "^5.1.0",
"idb": "^6.1.5",
"moment": "^2.29.1",
"next": "12.0.3",
"notistack": "^2.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"socialvoid": "^0.0.0-alpha.8",
"zod": "^3.11.6"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"@types/moment": "^2.13.0",
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"eslint": "7",
"eslint-config-next": "12.0.3",
"prettier": "^2.4.1",
"typescript": "4.4.4"
}
}