ente/packages/shared/package.json
2023-11-02 09:06:31 +05:30

23 lines
557 B
JSON

{
"name": "@ente/shared",
"version": "0.0.0",
"scripts": {
"lint": "eslint .",
"build": "yarn lint && tsc"
},
"dependencies": {
"@emotion/react": "11.10.6",
"@emotion/styled": "11.11.0",
"@mui/material": "5.11.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"@mui/icons-material": "5.14.1"
},
"devDependencies": {
"@ente/eslint-config": "*",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.28.0",
"typescript": "^5.1.3"
}
}