Socialvoid-React/package.json

36 lines
931 B
JSON
Raw Normal View History

2021-11-13 08:21:35 +01:00
{
"name": "socialvoid-react",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
2021-11-13 19:22:28 +01:00
"lint": "next lint",
"pretty": "prettier --config .prettierrc run --write pages/ utilities/ themes/ specifications/ socialvoid/"
2021-11-13 08:21:35 +01:00
},
"dependencies": {
2021-11-13 19:22:28 +01:00
"@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",
2021-11-13 08:21:35 +01:00
"next": "12.0.3",
2021-11-13 19:22:28 +01:00
"notistack": "^2.0.3",
2021-11-13 08:21:35 +01:00
"react": "17.0.2",
2021-11-13 19:22:28 +01:00
"react-dom": "17.0.2",
"socialvoid": "^0.0.0-alpha.8",
"zod": "^3.11.6"
2021-11-13 08:21:35 +01:00
},
"devDependencies": {
2021-11-13 19:22:28 +01:00
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"@types/moment": "^2.13.0",
2021-11-13 08:21:35 +01:00
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"eslint": "7",
"eslint-config-next": "12.0.3",
2021-11-13 19:22:28 +01:00
"prettier": "^2.4.1",
2021-11-13 08:21:35 +01:00
"typescript": "4.4.4"
}
}