-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
162 lines (162 loc) · 5.55 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "lrda_website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@googlemaps/js-api-loader": "^1.16.6",
"@googlemaps/markerclusterer": "^2.5.3",
"@jest/globals": "^29.7.0",
"@mui/icons-material": "^5.15.1",
"@mui/material": "^5.15.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-google-maps/api": "^2.19.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@testing-library/jest-dom": "^6.1.6",
"@tiptap/core": "^2.1.13",
"@tiptap/extension-blockquote": "^2.1.13",
"@tiptap/extension-bold": "^2.1.13",
"@tiptap/extension-bullet-list": "^2.1.13",
"@tiptap/extension-code": "^2.1.13",
"@tiptap/extension-code-block": "^2.1.13",
"@tiptap/extension-color": "^2.1.13",
"@tiptap/extension-document": "^2.1.13",
"@tiptap/extension-dropcursor": "^2.1.13",
"@tiptap/extension-font-family": "^2.1.13",
"@tiptap/extension-gapcursor": "^2.1.13",
"@tiptap/extension-hard-break": "^2.1.13",
"@tiptap/extension-heading": "^2.1.13",
"@tiptap/extension-highlight": "^2.1.13",
"@tiptap/extension-history": "^2.1.13",
"@tiptap/extension-horizontal-rule": "^2.1.13",
"@tiptap/extension-image": "^2.1.13",
"@tiptap/extension-italic": "^2.1.13",
"@tiptap/extension-link": "^2.1.13",
"@tiptap/extension-list-item": "^2.1.13",
"@tiptap/extension-mention": "^2.1.13",
"@tiptap/extension-ordered-list": "^2.1.13",
"@tiptap/extension-paragraph": "^2.1.13",
"@tiptap/extension-placeholder": "^2.1.13",
"@tiptap/extension-strike": "^2.1.13",
"@tiptap/extension-subscript": "^2.1.13",
"@tiptap/extension-superscript": "^2.1.13",
"@tiptap/extension-table": "^2.1.13",
"@tiptap/extension-table-cell": "^2.1.13",
"@tiptap/extension-table-header": "^2.1.13",
"@tiptap/extension-table-row": "^2.1.13",
"@tiptap/extension-task-item": "^2.1.13",
"@tiptap/extension-task-list": "^2.1.13",
"@tiptap/extension-text": "^2.1.13",
"@tiptap/extension-text-align": "^2.1.13",
"@tiptap/extension-text-style": "^2.1.13",
"@tiptap/extension-underline": "^2.1.13",
"@tiptap/pm": "^2.1.13",
"@tiptap/react": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"@types/enzyme-adapter-react-16": "^1.0.7",
"@types/moxios": "^0.4.16",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"add": "^2.0.6",
"appDir": "link:tss-react/next/appDir",
"autoprefixer": "10.4.15",
"axios": "^1.5.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"create-next-app": "^13.4.19",
"date-fns": "^3.0.0",
"docx": "^9.1.0",
"embla-carousel": "8.0.0-rc19",
"embla-carousel-react": "8.0.0-rc19",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"file-saver": "^2.0.5",
"firebase": "^10.12.2",
"history": "^5.3.0",
"identity-obj-proxy": "^3.0.0",
"intro.js": "^7.2.0",
"jest-environment-jsdom": "^29.7.0",
"jest-enzyme": "^4.2.0",
"jest-fetch-mock": "^3.0.3",
"jspdf": "^2.5.2",
"lucide-react": "^0.292.0",
"moxios": "^0.4.0",
"mui-tiptap": "^1.8.6",
"next": "^15.0.3",
"next-images": "^1.8.5",
"next-themes": "^0.2.1",
"next-transpile-modules": "^10.0.1",
"node-fetch": "^3.3.2",
"postcss": "^8.4.31",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^10.1.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.0",
"react-dom": "^18.3.1",
"react-fullscreen-image": "^0.0.3",
"react-h5-audio-player": "^3.9.1",
"react-player": "^2.14.1",
"react-resizable-panels": "^1.0.4",
"react-router-dom": "^6.26.2",
"react-slick": "^0.30.1",
"shadcn-ui": "^0.4.1",
"sharp": "^0.33.2",
"slick-carousel": "^1.8.1",
"sonner": "^1.3.1",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"tooltip": "link:@/components/ui/tooltip",
"ts-jest": "^29.1.1",
"tss-react": "^4.9.3",
"undici": "6.18.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@testing-library/react": "^14.1.2",
"@types/draft-js": "^0.11.13",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.12",
"@types/next": "^9.0.0",
"@types/node": "20.6.2",
"@types/react-slick": "^0.23.13",
"@types/uuid": "^9.0.7",
"jest": "^29.7.0",
"postcss-import": "^16.0.0",
"postcss-nesting": "^12.0.2",
"react-test-renderer": "^18.2.0",
"typescript": "5.2.2",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"packageManager": "[email protected]+sha256.5858806c3b292cbec89b5533662168a957358e2bbd86431516d441dc1aface89"
}