-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.43 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "zhu-frontend",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@headlessui/react": "2.2.0",
"@hookform/resolvers": "3.3.4",
"@sentry/nextjs": "^7.107.0",
"@tailwindcss/typography": "0.5.10",
"@toast-ui/calendar": "2.1.3",
"@toast-ui/react-calendar": "2.1.3",
"autoprefixer": "10.4.18",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.1",
"domelementtype": "2.3.0",
"focus-trap-react": "10.2.3",
"html-react-parser": "5.1.8",
"mapbox-gl": "3.2.0",
"next": "14.1.3",
"next-auth": "4.24.7",
"next-themes": "0.3.0",
"postcss": "8.4.36",
"prop-types": "15.8.1",
"rc-slider": "10.5.0",
"react": "18.2.0",
"react-calendar-heatmap": "1.9.0",
"react-data-table-component": "7.6.2",
"react-datepicker": "6.4.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-hook-form": "7.51.1",
"react-icons": "5.0.1",
"react-is": "^18.2.0",
"react-quill": "2.0.0",
"react-scroll-parallax": "3.4.5",
"react-select": "5.8.0",
"react-toastify": "10.0.5",
"react-tooltip": "5.26.3",
"sharp": "0.33.2",
"slugify": "1.6.6",
"styled-components": "6.1.8",
"tailwindcss": "3.4.1",
"typescript": "5.4.2",
"use-presence": "1.2.0",
"zod": "3.22.4"
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@types/geojson": "7946.0.14",
"@types/mapbox-gl": "3.1.0",
"@types/node": "20.11.29",
"@types/prop-types": "^15.7.11",
"@types/react": "18.2.67",
"@types/react-calendar-heatmap": "1.6.7",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.2.22",
"@types/react-html-parser": "2.0.6",
"@types/react-is": "^18.2.4",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "14.1.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "3.15.1",
"postcss-import": "16.0.1",
"ts-essentials": "^9.4.1"
},
"resolutions": {
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22"
},
"packageManager": "[email protected]"
}