-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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
46
47
48
49
50
51
{
"name": "bergen_family_center",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@daypilot/daypilot-lite-react": "^3.2.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "^5.5.0",
"@mui/lab": "^5.0.0-alpha.72",
"@mui/material": "^5.0.2",
"@mui/styles": "^5.0.1",
"babel-plugin-styled-components": "^1.13.3",
"clsx": "^1.1.1",
"common-js": "^0.3.8",
"date-fns": "^2.28.0",
"firebase": "^9.0.2",
"formik": "^2.2.9",
"fs": "^0.0.1-security",
"moment": "^2.29.1",
"next": "^11.1.4",
"next-transpile-modules": "^9.0.0",
"react": "17.0.2",
"react-calendar": "^3.7.0",
"react-calendar-icon": "^0.9.5",
"react-dom": "^17.0.2",
"react-google-button": "^0.7.2",
"react-material-ui-carousel": "^3.2.0",
"react-multi-carousel": "^2.8.0",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"babel-plugin-add-module-exports": "^1.0.4",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}