-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.45 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.45 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
71
72
73
74
75
76
77
{
"name": "mento-pj",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/core": "^0.21.0",
"@botom/quill-resize-module": "^2.0.1",
"@dicebear/collection": "^9.2.2",
"@dicebear/core": "^9.2.2",
"@hookform/resolvers": "^3.3.4",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.18.1",
"@tinymce/tinymce-react": "^4.3.2",
"@types/lodash": "^4.17.4",
"@types/react-js-pagination": "^3.0.7",
"axios": "^1.7.9",
"clsx": "^2.1.0",
"dayjs": "^1.11.11",
"faker": "^6.6.6",
"formik": "^2.4.5",
"html-to-text": "^9.0.5",
"lodash": "^4.17.21",
"next": "14.0.4",
"next-auth": "^5.0.0-beta.20",
"next-pwa": "^5.6.0",
"quill-image-resize-module-ts": "^3.0.3",
"react": "^18",
"react-datepicker": "^6.2.0",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.8.1",
"react-js-pagination": "^3.0.3",
"react-multi-carousel": "^2.8.5",
"react-paginate": "^8.2.0",
"react-quill": "^2.0.0",
"react-responsive": "^9.0.2",
"react-responsive-carousel": "^3.2.23",
"react-svg": "^16.1.33",
"react-time-picker": "^6.6.0",
"react-toastify": "^10.0.5",
"sharp": "^0.33.5",
"smart-quill-resize-module": "^2.0.1",
"socket.io-client": "^4.7.5",
"sockjs-client": "^1.6.1",
"swiper": "^11.1.15",
"uuid": "^9.0.1",
"yup": "^1.3.3",
"zustand": "^4.4.7"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^5.18.1",
"@types/html-to-text": "^9.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-datepicker": "^6.0.3",
"@types/react-dom": "^18",
"@types/sockjs-client": "^1.5.4",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}