This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
110 lines (110 loc) · 3.47 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
{
"name": "ai-arts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"anlyze": "$Env:ANALYZE='true'; yarn build",
"i18next-extract": "i18next 'pages/**/*.{ts,tsx}' 'components/**/*.{ts,tsx}'"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.199.0",
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@emoji-mart/data": "^1.0.8",
"@emoji-mart/react": "^1.0.1",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.12",
"@iconify/react": "^4.0.1",
"@pathofdev/react-tag-input": "^1.0.7",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.1.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@tiptap/extension-bubble-menu": "^2.0.0-beta.204",
"@tiptap/extension-code-block-lowlight": "^2.0.0-beta.204",
"@tiptap/extension-floating-menu": "^2.0.0-beta.204",
"@tiptap/extension-focus": "^2.0.0-beta.204",
"@tiptap/extension-image": "^2.0.0-beta.204",
"@tiptap/extension-link": "^2.0.0-beta.205",
"@tiptap/extension-underline": "^2.0.0-beta.205",
"@tiptap/react": "^2.0.0-beta.205",
"@tiptap/starter-kit": "^2.0.0-beta.205",
"@types/aws-sdk": "^2.7.0",
"add": "^2.0.6",
"aws-sdk": "^2.1242.0",
"axios": "^1.2.2",
"cookies-next": "^2.1.1",
"dompurify": "^2.4.0",
"emoji-mart": "^5.3.3",
"exifr": "^7.1.3",
"form-data": "^4.0.0",
"highlight.js": "^11.7.0",
"image-size": "^1.0.2",
"isomorphic-dompurify": "^0.23.0",
"jsonwebtoken": "^8.5.1",
"lowlight": "^2.8.0",
"md5": "^2.3.0",
"multer": "^1.4.5-lts.1",
"nearley": "^2.20.1",
"next": "12.3.1",
"next-i18next": "^12.1.0",
"next-pwa": "^5.6.0",
"next-swagger-doc": "^0.3.6",
"next-transpile-modules": "^9.1.0",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"png-chunks": "^1.0.0",
"png-chunks-extract": "^1.0.0",
"prosemirror-history": "^1.3.0",
"pure-react-carousel": "^1.30.1",
"react": "18.2.0",
"react-avatar-editor": "^13.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-image-crop": "^10.0.9",
"react-tag-autocomplete": "^6.3.0",
"react-tag-input": "^6.8.1",
"sass": "^1.56.1",
"slick-carousel": "^1.8.1",
"snowflake-generator": "^1.0.2",
"supabase": "^1.7.0",
"swagger-ui-react": "^4.15.5",
"swr": "^1.3.0",
"tiptap": "^1.32.2",
"uuid": "^9.0.0",
"vconsole": "^3.15.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@builder.io/partytown": "^0.7.2",
"@next/bundle-analyzer": "^13.0.6",
"@types/gtag.js": "^0.0.12",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"autoprefixer": "^10.4.12",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"i18next-parser": "^6.6.0",
"next": "12.3.1",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.4.17",
"prettier": "2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
}
}