-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.4 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.4 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
{
"name": "team-up",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.2.1",
"@hello-pangea/dnd": "^18.0.1",
"@octokit/rest": "^22.0.0",
"@octokit/webhooks": "^14.0.2",
"@types/crypto-js": "^4.2.2",
"@uiw/react-md-editor": "^4.0.7",
"axios": "^1.15.0",
"clsx": "^2.1.1",
"compromise": "^14.14.4",
"critters": "^0.0.23",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"flowbite-react-icons": "^1.3.0",
"framer-motion": "^12.18.1",
"geist": "^1.4.2",
"lucide-react": "^0.511.0",
"moment-timezone": "^0.5.48",
"natural": "^8.1.0",
"next": "16.2.3",
"openai": "^5.5.1",
"prismjs": "^1.30.0",
"react": "^19.0.0",
"react-calendar": "^5.1.0",
"react-code-blocks": "^0.1.6",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.0.0",
"react-draggable": "^4.4.6",
"react-easy-crop": "^5.4.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-resizable": "^3.0.5",
"react-simple-code-editor": "^0.14.1",
"react-syntax-highlighter": "^15.6.6",
"recharts": "^2.15.3",
"rehype-highlight": "^7.0.2",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-stringify": "^11.0.0",
"remove-markdown": "^0.6.2",
"strip-markdown": "^6.0.0",
"swr": "^2.3.4",
"tailwind-merge": "^3.3.1",
"uuid": "^14.0.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-resizable": "^3.0.8",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/recharts": "^1.8.29",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}