-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.9 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.9 KB
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-google-maps/api": "^2.19.3",
"@react-oauth/google": "^0.12.1",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query-next-experimental": "^5.32.0",
"@tinymce/tinymce-react": "^5.1.1",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"carousel": "^0.0.3",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"event-source-polyfill": "^1.0.31",
"framer-motion": "^11.2.0",
"http-proxy": "^1.18.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"next": "14.2.2",
"next-auth": "^4.24.7",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.10.4",
"react-datepicker": "^7.3.0",
"react-dom": "^18",
"react-easy-crop": "^5.0.8",
"react-hook-form": "^7.51.3",
"react-icons": "^5.3.0",
"react-image-crop": "^11.0.7",
"react-modal": "^3.16.1",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"recoil": "^0.7.7",
"sakura-js": "^1.1.1",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.14.1",
"swiper": "^11.1.14",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/event-source-polyfill": "^1.0.5",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-bootstrap": "^0.32.36",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"postcss": "^8",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}