-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "brain2",
"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": {
"@aws-amplify/ui-react": "^2.2.1",
"@date-io/moment": "^2.13.1",
"@emotion/cache": "11.6.0",
"@emotion/react": "11.7.0",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.6.0",
"@fullcalendar/common": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/react": "^5.10.1",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.65",
"@mui/material": "5.2.2",
"apexcharts": "^3.23.1",
"aws-amplify": "^4.3.13",
"clsx": "1.1.1",
"feather-icons-react": "^0.5.0",
"i": "^0.3.7",
"moment": "^2.29.1",
"next": "12.0.4",
"next-transpile-modules": "^9.0.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-apexcharts": "^1.3.7",
"react-dom": "17.0.2"
},
"devDependencies": {
"eslint": "8.7.0",
"eslint-config-next": "12.0.9"
}
}