-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 921 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "consultorio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --fix",
"prepare": "husky install"
},
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.62",
"@mui/material": "^5.2.5",
"@mui/styles": "^5.3.0",
"@mui/x-data-grid": "^5.2.1",
"@mui/x-data-grid-generator": "^5.2.1",
"@vercel/client": "^1.0.3",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"next": "^12.0.10",
"prop-types": "^15.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"recharts": "^2.1.8",
"swr": "^1.1.1"
},
"devDependencies": {
"mongoose": "^6.2.1",
"typescript": "^4.5.5"
}
}