-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
173 lines (173 loc) Β· 6.21 KB
/
package.json
File metadata and controls
173 lines (173 loc) Β· 6.21 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
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
{
"name": "research-hub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint:work-pages": "find app -path '*/\\[id\\]/\\[slug\\]/page.tsx' -o -path '*/\\[id\\]/\\[slug\\]/*/page.tsx' | xargs npx eslint --rulesdir eslint-rules --rule 'work-document-tracking: error'",
"format": "prettier --write --ignore-path .gitignore \"./**/*.{js,jsx,ts,tsx,json,css}\"",
"type-check": "tsc --noEmit",
"type-check:watch": "tsc --noEmit --watch",
"prepare": "husky"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.17.11",
"@apollo/client": "^3.13.8",
"@coinbase/onchainkit": "^1.1.2",
"@elastic/apm-rum": "^5.17.0",
"@fontsource/inter": "^5.1.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/pro-light-svg-icons": "^6.7.2",
"@headlessui/react": "^2.2.0",
"@hookform/resolvers": "^4.1.0",
"@microsoft/clarity": "^1.0.2",
"@next/third-parties": "^15.5.9",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.1.0",
"@stripe/react-stripe-js": "^5.5.0",
"@stripe/stripe-js": "^8.6.4",
"@svgr/webpack": "^8.1.0",
"@tippyjs/react": "^4.2.6",
"@tiptap-pro/extension-ai": "^2.16.0",
"@tiptap-pro/extension-details": "^2.16.0",
"@tiptap-pro/extension-details-content": "^2.16.0",
"@tiptap-pro/extension-details-summary": "^2.16.0",
"@tiptap-pro/extension-drag-handle": "^2.16.0",
"@tiptap-pro/extension-drag-handle-react": "^2.16.0",
"@tiptap-pro/extension-emoji": "^2.16.0",
"@tiptap-pro/extension-file-handler": "^2.16.0",
"@tiptap-pro/extension-mathematics": "^2.16.0",
"@tiptap-pro/extension-node-range": "^2.16.0",
"@tiptap-pro/extension-table-of-contents": "^2.16.0",
"@tiptap-pro/extension-unique-id": "^2.16.0",
"@tiptap/core": "^2.10.2",
"@tiptap/extension-bullet-list": "^2.10.2",
"@tiptap/extension-character-count": "^2.10.2",
"@tiptap/extension-code-block": "^2.10.2",
"@tiptap/extension-code-block-lowlight": "^2.10.2",
"@tiptap/extension-color": "^2.10.2",
"@tiptap/extension-document": "^2.10.2",
"@tiptap/extension-dropcursor": "^2.10.2",
"@tiptap/extension-focus": "^2.10.2",
"@tiptap/extension-font-family": "^2.10.2",
"@tiptap/extension-heading": "^2.10.2",
"@tiptap/extension-highlight": "^2.10.2",
"@tiptap/extension-horizontal-rule": "^2.10.2",
"@tiptap/extension-image": "^2.10.2",
"@tiptap/extension-link": "^2.10.2",
"@tiptap/extension-mention": "^2.11.5",
"@tiptap/extension-ordered-list": "^2.10.2",
"@tiptap/extension-paragraph": "^2.10.2",
"@tiptap/extension-placeholder": "^2.10.2",
"@tiptap/extension-subscript": "^2.10.2",
"@tiptap/extension-superscript": "^2.10.2",
"@tiptap/extension-table": "^2.10.2",
"@tiptap/extension-table-header": "^2.10.2",
"@tiptap/extension-table-row": "^2.10.2",
"@tiptap/extension-task-item": "^2.10.2",
"@tiptap/extension-task-list": "^2.10.2",
"@tiptap/extension-text-align": "^2.10.2",
"@tiptap/extension-text-style": "^2.10.2",
"@tiptap/extension-typography": "^2.10.2",
"@tiptap/extension-underline": "^2.10.2",
"@tiptap/extension-youtube": "^2.11.7",
"@tiptap/pm": "^2.10.2",
"@tiptap/react": "^2.10.2",
"@tiptap/starter-kit": "^2.10.2",
"@tiptap/suggestion": "^2.10.2",
"@types/lodash": "^4.17.16",
"@types/qrcode.react": "^1.0.5",
"@types/react-datepicker": "^6.2.0",
"@types/sanitize-html": "^2.13.0",
"@vercel/analytics": "^1.5.0",
"cal-sans": "^1.0.1",
"chart.js": "^4.4.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"critters": "^0.0.23",
"dayjs": "^1.11.13",
"ethers": "^6.13.5",
"framer-motion": "^12.23.0",
"graphql": "^16.11.0",
"gsap": "^3.13.0",
"iframe-resizer": "^4.4.5",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"katex": "^0.16.11",
"lexical": "^0.20.0",
"lodash-es": "^4.17.21",
"lowlight": "^3.1.0",
"lucide-react": "^0.461.0",
"mermaid": "^11.7.0",
"nanoid": "^5.0.9",
"next": "^15.5.10",
"next-auth": "^4.24.11",
"next-pwa": "^5.6.0",
"ogl": "^1.0.11",
"pdfjs-dist": "^4.10.38",
"persona-react": "6.3.1",
"pino-pretty": "^13.0.0",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-avatar-editor": "^14.0.0",
"react-chartjs-2": "^5.2.0",
"react-colorful": "^5.6.1",
"react-confetti": "^6.4.0",
"react-datepicker": "^8.4.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.2",
"react-intersection-observer": "^9.16.0",
"sanitize-html": "^2.14.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7",
"uuid": "^9.0.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/pro-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tailwindcss/typography": "^0.5.16",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash-es": "^4.17.12",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/quill": "^2.0.14",
"@types/react": "^19",
"@types/react-avatar-editor": "^13.0.4",
"@types/react-dom": "^19",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "^15.5.9",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"null-loader": "^4.0.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.15",
"typescript": "^5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write --ignore-path .gitignore",
"eslint --fix --ignore-pattern 'public/*'"
],
"**/*.{ts,tsx}": "bash -c 'npm run type-check'"
}
}