forked from voideditor/void-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.17 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.17 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
{
"scripts": {
"dev": "tinacms dev -c \"next dev -p 3000\"",
"build": "tinacms build && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "^14.2.5",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.2.0",
"@shikijs/monaco": "^1.10.3",
"@supabase/supabase-js": "^2.45.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.74.3",
"@tinacms/auth": "^1.1.0",
"@tinacms/cli": "^2.0.2",
"@tinacms/datalayer": "^2.0.1",
"@types/mdx": "^2.0.13",
"@types/react-syntax-highlighter": "^15.5.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"codemirror": "^6.0.1",
"copy-to-clipboard": "^3.3.3",
"glass-js": "^1.3.7",
"glass-js-test": "^1.1.7",
"gray-matter": "^4.0.3",
"lowlight": "^3.1.0",
"lucide-react": "^0.395.0",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-mdx-remote": "^5.0.0",
"nextjs": "^0.0.3",
"posthog-js": "^1.161.3",
"react": "^18.3.1",
"react-diff-viewer-continued": "^3.4.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0",
"react-icons": "^5.2.1",
"react-syntax-highlighter": "^15.5.0",
"react-tippy": "^1.4.0",
"react-tooltip": "^5.28.1",
"remark-gfm": "^4.0.0",
"shiki": "^1.10.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.168.0",
"tinacms": "^3.0.2",
"tinacms-gitprovider-github": "^4.0.1",
"vanta": "^0.5.24",
"zod": "^4.1.13"
},
"devDependencies": {
"@radix-ui/react-tabs": "^1.1.4",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.168.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.39",
"react-resizable-panels": "^2.0.22",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
}
}