-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "solitour-frontend",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^3.0.0",
"@hookform/resolvers": "^3.9.0",
"@types/uuid": "^10.0.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.11.8",
"lottie-react": "^2.4.0",
"next": "14.2.10",
"node-html-parser": "^6.1.13",
"quill-image-drop-and-paste": "^2.0.1",
"quill-image-resize-module-ts": "^3.0.3",
"rc-slider": "^11.1.7",
"react": "^18.3.1",
"react-date-range": "^2.0.1",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.1.0",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-quill": "^2.0.0",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.6",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5",
"use-debounce": "^10.0.3",
"uuid": "^10.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/node": "^20.16.11",
"@types/rc-slider": "^9.3.1",
"@types/react": "^18.3.11",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^18.3.1",
"@types/sanitize-html": "^2.13.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.47",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
}
}