-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "khc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,mdx,css,yaml,yml}\"",
"check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx,css,yaml,yml}\""
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fullcalendar/bootstrap5": "^6.1.14",
"@fullcalendar/core": "^6.1.12",
"@fullcalendar/daygrid": "^6.1.14",
"@fullcalendar/interaction": "^6.1.14",
"@fullcalendar/react": "^6.1.14",
"@fullcalendar/timegrid": "^6.1.14",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.19",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.4",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"next": "14.2.3",
"next-fonts": "^1.5.1",
"react": "^18",
"react-bootstrap": "^2.10.2",
"react-dom": "^18",
"react-router-dom": "^6.23.1",
"styled-components": "^6.1.11",
"supabase": "^1.178.0",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.1.0",
"husky": "^9.0.11",
"prettier": "^3.2.5"
}
}