-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 5.01 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"export": "next build && next export",
"test": "jest --watch --verbose ./__tests__ ./src --silent",
"test:ci": "jest --ci --silent",
"e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e\"",
"e2e:headless": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e\"",
"component": "cypress open --component",
"component:headless": "cypress run --component"
},
"browserslist": [
"> 1%"
],
"dependencies": {
"@apollo/client": "^3.7.17",
"@brandonowens/elegant-ui": "^1.2.8",
"@hapi/iron": "^7.0.1",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^2.9.11",
"@napi-rs/canvas": "^0.1.41",
"@next/env": "^13.4.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@tippyjs/react": "^4.2.6",
"@tiptap/core": "2.1.10",
"@tiptap/extension-code-block": "2.2.4",
"@tiptap/extension-code-block-lowlight": "2.1.10",
"@tiptap/extension-document": "^2.2.1",
"@tiptap/extension-dropcursor": "2.1.10",
"@tiptap/extension-focus": "2.1.10",
"@tiptap/extension-heading": "2.1.10",
"@tiptap/extension-highlight": "2.1.10",
"@tiptap/extension-history": "^2.3.1",
"@tiptap/extension-horizontal-rule": "2.1.10",
"@tiptap/extension-image": "2.1.10",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-placeholder": "2.2.4",
"@tiptap/extension-subscript": "2.3.1",
"@tiptap/extension-superscript": "2.1.10",
"@tiptap/extension-table": "2.2.1",
"@tiptap/extension-table-header": "2.1.10",
"@tiptap/extension-table-row": "2.3.0",
"@tiptap/extension-task-item": "2.1.10",
"@tiptap/extension-task-list": "2.1.10",
"@tiptap/extension-text-align": "2.1.10",
"@tiptap/extension-text-style": "2.3.0",
"@tiptap/extension-typography": "2.1.10",
"@tiptap/extension-underline": "2.1.10",
"@tiptap/extension-youtube": "^2.1.16",
"@tiptap/pm": "2.1.10",
"@tiptap/react": "2.1.10",
"@tiptap/starter-kit": "2.1.10",
"@tiptap/suggestion": "2.1.10",
"camelcase": "^6.3.0",
"clsx": "^2.1.0",
"cookie": "^0.5.0",
"cross-fetch": "^4.0.0",
"dompurify": "^3.0.3",
"graphql": "^16.8.1",
"gray-matter": "^4.0.3",
"js-base64": "^3.7.5",
"lowlight": "^2.9.0",
"lucide-react": "^0.303.0",
"moment": "^2.29.4",
"next": "13.5",
"next-connect": "^1.0.0",
"next-router-mock": "^0.9.11",
"next-seo": "^6.4.0",
"next-session": "^4.0.5",
"pluralize": "^8.0.0",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-datepicker": "^4.15.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-hot-toast": "^2.4.1",
"react-textarea-autosize": "^8.5.3",
"schema-to-yup": "^1.12.15",
"sharp": "^0.33.3",
"swr": "^2.2.0",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.8.9",
"url-slug": "^4.0.1",
"uuid": "^9.0.1",
"yup": "^1.4.0",
"zustand": "^4.3.9"
},
"devDependencies": {
"@badrap/bar-of-progress": "^0.1.1",
"@headlessui/react": "^1.7.2",
"@jsdevtools/rehype-toc": "^3.0.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/cookie": "^0.5.1",
"@types/dompurify": "^3.0.2",
"@types/jest": "^29.5.3",
"@types/lowlight": "^0.0.3",
"@types/node": "^20.12.7",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.0.28",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "^18.2.6",
"@types/react-test-renderer": "^18.0.7",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.4.14",
"cheerio": "^1.0.0-rc.12",
"cypress": "^13.6.3",
"elegant-cli": "^3.1.4",
"feed": "^4.2.2",
"focus-visible": "^5.1.0",
"follow-redirects": "^1.15.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-svg-data-uri": "^1.4.3",
"msw": "^2.0.11",
"next-sitemap": "^4.2.3",
"node-mocks-http": "^1.14.1",
"opentype.js": "^1.3.4",
"postcss": "^8.4.33",
"postcss-focus-visible": "^5.0.0",
"postcss-import": "^14.0.1",
"react-test-renderer": "^18.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-parse": "^8.0.2",
"rehype-prism-plus": "^1.6.1",
"rehype-rewrite": "^3.0.6",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-smartypants": "^2.0.0",
"remark-unwrap-images": "^3.0.1",
"start-server-and-test": "^2.0.0",
"tailwindcss": "^3.2.7",
"ts-jest": "^29.1.1",
"typescript": "^5.0.2",
"unified": "^10.1.2"
},
"engines": {
"node": ">=14 <=20"
}
}