-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.73 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
{
"name": "inforum",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest test",
"test:coverage": "npm test -- --coverage"
},
"dependencies": {
"@next/bundle-analyzer": "^14.1.4",
"@ramonak/react-progress-bar": "^5.0.3",
"@react-icons/all-files": "^4.1.0",
"@sentry/nextjs": "^7.61.0",
"@tailwindcss/typography": "^0.5.9",
"@tiptap/core": "^2.0.3",
"@tiptap/extension-code-block-lowlight": "^2.1.11",
"@tiptap/extension-color": "^2.0.3",
"@tiptap/extension-heading": "^2.0.3",
"@tiptap/extension-highlight": "^2.0.3",
"@tiptap/extension-horizontal-rule": "^2.0.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-placeholder": "^2.0.3",
"@tiptap/extension-task-item": "^2.0.3",
"@tiptap/extension-task-list": "^2.0.3",
"@tiptap/extension-text-style": "^2.0.3",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/html": "^2.1.13",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/suggestion": "^2.0.3",
"@types/node": "20.3.1",
"@types/react-dom": "18.2.6",
"@upstash/ratelimit": "^0.4.4",
"@vercel/blob": "^0.9.2",
"@vercel/kv": "^0.2.3",
"ai": "^2.2.10",
"autoprefixer": "10.4.14",
"chart.js": "^4.4.0",
"clsx": "^1.2.1",
"embla-carousel-autoplay": "^8.0.0-rc14",
"embla-carousel-react": "^8.0.0-rc14",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"gsap": "^3.12.4",
"loadsh": "^0.0.4",
"lodash": "^4.17.21",
"lowlight": "2.4",
"lucide-react": "^0.263.1",
"next": "^13.4.13",
"next-pwa": "^5.6.0",
"openai-edge": "^1.2.2",
"postcss": "8.4.24",
"react": "^18.2.0",
"react-calendar": "^4.6.0",
"react-chartjs-2": "^5.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-markdown": "^9.0.0",
"react-moveable": "^0.54.1",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"remark-gfm": "^4.0.0",
"sharp": "^0.32.6",
"sonner": "^0.6.2",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"timeago.js": "^4.0.2",
"tiptap-markdown": "^0.8.1",
"typescript": "5.1.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react-test-renderer": "^18.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"next-router-mock": "^0.9.9",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.1.1"
}
}