-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.79 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
{
"name": "retro-pop-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.592.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.6.0",
"@nextui-org/react": "^2.2.9",
"@prisma/client": "^5.8.1",
"@reduxjs/toolkit": "^2.2.5",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.5.0",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.21",
"@types/express": "^4.17.21",
"@types/next": "^9.0.0",
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"comicbooks-api": "^0.1.5",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.6.0",
"dompurify": "^3.0.8",
"framer-motion": "^10.18.0",
"html-react-parser": "^5.1.2",
"html-to-text": "^9.0.5",
"jsdom": "^24.1.0",
"lodash": "^4.17.21",
"multer": "^1.4.5-lts.1",
"next": "15.0.1-canary.2",
"next-auth": "^4.24.5",
"node-html-parser": "^6.1.12",
"quill": "^2.0.2",
"quill-color-picker-enhance": "^1.1.5",
"quill-image-resize-module-react": "^3.0.0",
"quill-resize-image": "^1.0.4",
"random-useragent": "^0.5.0",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"react-lazy-load-image-component": "^1.6.0",
"react-paginate": "^8.2.0",
"react-quill": "^2.0.0",
"react-quill-new": "^3.3.3",
"react-redux": "^9.1.2",
"react-resizable": "^3.0.5",
"sass": "^1.70.0",
"stripe": "^16.0.0",
"use-debounce": "^10.0.0",
"uuid": "^10.0.0",
"vercel": "^33.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/html-to-text": "^9.0.4",
"@types/jsdom": "^21.1.7",
"@types/multer": "^1.4.11",
"@types/node": "^20",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react-lazy-load-image-component": "^1.6.3",
"@types/react-resizable": "^3.0.8",
"@types/stripe": "^8.0.417",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "15.0.1-canary.2",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}