-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
184 lines (184 loc) · 6.69 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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"serve-storybook": "serve storybook-static",
"storybook": "concurrently \"npm run watch:*\"",
"build-storybook": "concurrently \"npm run build:*\"",
"build:css": "npx tailwindcss -i ./styles/tailwind.css -o ./styles/globaltailwind.css",
"build:storybook": "build-storybook -s public build",
"watch:css": "npx tailwindcss -i ./styles/tailwind.css -o ./styles/globaltailwind.css --watch",
"watch:storybook": "start-storybook -p 6006 -s ./public"
},
"dependencies": {
"@geist-ui/icons": "^1.0.2",
"@heroicons/react": "^1.0.5",
"@meilisearch/instant-meilisearch": "^0.8.1",
"@next/bundle-analyzer": "^12.1.5",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "2.0.1",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-portal": "^1.0.1",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.1",
"@radix-ui/react-toggle": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.2",
"@sentry/nextjs": "^7.37.2",
"@stitches/react": "^1.2.8",
"@supabase/supabase-js": "^2.0.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@tippyjs/react": "^4.2.6",
"@tiptap/extension-blockquote": "^2.0.0-beta.199",
"@tiptap/extension-bold": "^2.0.0-beta.28",
"@tiptap/extension-bullet-list": "^2.0.0-beta.29",
"@tiptap/extension-code": "^2.0.0-beta.28",
"@tiptap/extension-code-block": "^2.0.0-beta.199",
"@tiptap/extension-collaboration": "^2.0.0-beta.38",
"@tiptap/extension-collaboration-cursor": "^2.0.0-beta.37",
"@tiptap/extension-document": "^2.0.0-beta.17",
"@tiptap/extension-dropcursor": "^2.0.0-beta.29",
"@tiptap/extension-gapcursor": "^2.0.0-beta.39",
"@tiptap/extension-hard-break": "^2.0.0-beta.33",
"@tiptap/extension-heading": "^2.0.0-beta.29",
"@tiptap/extension-history": "^2.0.0-beta.26",
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.199",
"@tiptap/extension-image": "^2.0.0-beta.30",
"@tiptap/extension-italic": "^2.0.0-beta.28",
"@tiptap/extension-link": "^2.0.0-beta.43",
"@tiptap/extension-list-item": "^2.0.0-beta.23",
"@tiptap/extension-paragraph": "^2.0.0-beta.26",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/extension-strike": "^2.0.0-beta.29",
"@tiptap/extension-text": "^2.0.0-beta.17",
"@tiptap/extension-underline": "^2.0.0-beta.25",
"@tiptap/extension-youtube": "^2.0.0-beta.199",
"@tiptap/html": "^2.0.0-beta.199",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@vercel/og": "0.0.21",
"@yaireo/tagify": "^4.17.4",
"axios": "^0.19.2",
"better-scroll": "^2.4.2",
"browser-image-compression": "^2.0.0",
"chart.js": "^3.9.1",
"classnames": "2.3.1",
"cross-env": "^7.0.3",
"date-fns": "2.28.0",
"email-validator": "^2.0.4",
"file-saver": "^2.0.5",
"filepond": "^4.30.4",
"filepond-plugin-file-poster": "^2.5.1",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"formik": "^2.2.9",
"framer-motion": "^8.4.0",
"fs": "0.0.1-security",
"image-validator": "^1.2.1",
"instantsearch.css": "^7.4.5",
"iron-session": "^6.1.2",
"js-cookie": "^2.2.1",
"jwt-decode": "^3.1.2",
"metascraper": "^5.33.8",
"metascraper-amazon": "^5.33.7",
"metascraper-author": "^5.33.7",
"metascraper-clearbit": "^5.33.8",
"metascraper-date": "^5.33.7",
"metascraper-description": "^5.33.7",
"metascraper-image": "^5.33.7",
"metascraper-instagram": "^5.33.7",
"metascraper-logo": "^5.33.7",
"metascraper-publisher": "^5.33.7",
"metascraper-spotify": "^5.33.8",
"metascraper-title": "^5.33.7",
"metascraper-url": "^5.33.7",
"moment": "^2.29.2",
"next": "latest",
"next-auth": "^4.2.1",
"next-plausible": "^3.1.9",
"next-seo": "^5.4.0",
"next-sitemap": "^2.5.20",
"nodemailer": "^6.7.3",
"normalize-url": "^7.2.0",
"nprogress": "^0.2.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"phosphor-react": "^1.4.1",
"probe-image-size": "^7.2.3",
"qs": "^6.11.0",
"query-string": "^7.1.1",
"rc-pagination": "^3.1.15",
"rc-progress": "^3.3.2",
"react": "^18.2.0",
"react-albus": "^2.0.0",
"react-avatar-editor": "^12.0.0",
"react-chartjs-2": "^4.3.1",
"react-data-table-component": "^7.5.3",
"react-datepicker": "^4.8.0",
"react-day-picker": "^8.3.6",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-dropzone-uploader": "^2.11.0",
"react-filepond": "^7.1.2",
"react-gravatar": "^2.6.3",
"react-hook-form": "^7.29.0",
"react-hook-mighty-mouse": "^1.4.31",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.4.0",
"react-instantsearch-dom": "^6.30.3",
"react-intl": "^5.24.8",
"react-lazyload": "^3.2.0",
"react-moment": "^1.1.2",
"react-portal": "^4.2.2",
"react-router-dom": "^6.3.0",
"react-sweet-wizard": "^1.0.3",
"react-timeago": "^4.4.0",
"react-tsparticles": "^2.7.1",
"react-waypoint": "^10.3.0",
"react-web-monetization": "0.0.13",
"rss": "^1.2.2",
"sanitize-html": "^2.7.3",
"sharp": "^0.30.4",
"slugify": "^1.6.5",
"string-hash": "^1.1.3",
"string-to-color": "^2.2.2",
"styled-components": "^5.3.6",
"swiper": "^8.0.0",
"swr": "^1.3.0",
"tailwindcss-border-gradient-radius": "^3.0.1",
"tinycolor2": "^1.4.1",
"tsparticles": "^2.7.1",
"uuidv4": "^6.2.13",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "0.0.13",
"@tailwindcss/forms": "^0.5.0",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.3.0",
"concurrently": "^7.6.0",
"css-loader": "^6.7.3",
"postcss": "^8.4.6",
"sass": "^1.49.9",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.2.4",
"tailwindcss-scoped-groups": "^2.0.0"
}
}