-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 KB
/
package.json
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
38
39
40
41
42
43
44
45
{
"name": "nextjs",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.7.0",
"@emotion/cache": "latest",
"@emotion/react": "^11.4.1",
"@emotion/server": "latest",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.3",
"@mui/lab": "5.0.0-alpha.50",
"@mui/material": "^5.0.3",
"@mui/styles": "^5.0.1",
"chart.js": "^3.7.1",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"googleapis": "^95.0.0",
"next": "latest",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prop-types": "latest",
"react": "latest",
"react-chartjs-2": "^4.0.1",
"react-dom": "latest",
"swr": "^1.2.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@mui/lab": "^5.0.0-alpha.69",
"eslint": "^8.9.0",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.28.0",
"recharts": "^2.1.9"
}
}