-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.76 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.76 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
{
"name": "playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "bun run build && wrangler dev",
"deploy": "bun run build && wrangler deploy"
},
"dependencies": {
"@base-ui/react": "1.3.0",
"@cloudflare/vite-plugin": "1.30.0",
"@codemirror/commands": "6.10.3",
"@codemirror/lang-css": "6.3.1",
"@codemirror/lang-go": "6.0.1",
"@codemirror/lang-html": "6.4.11",
"@codemirror/lang-javascript": "6.2.5",
"@codemirror/lang-json": "6.0.2",
"@codemirror/lang-markdown": "6.5.0",
"@codemirror/lang-python": "6.2.1",
"@codemirror/lang-rust": "6.0.2",
"@codemirror/language": "6.12.2",
"@codemirror/state": "6.6.0",
"@codemirror/theme-one-dark": "6.1.3",
"@codemirror/view": "6.40.0",
"@fontsource-variable/geist": "5.2.8",
"@monaco-editor/react": "4.7.0",
"@vimee/core": "0.2.0",
"@vimee/plugin-codemirror": "0.1.0",
"@vimee/plugin-monaco": "0.2.0",
"@vimee/plugin-textarea": "0.1.2",
"@vimee/react": "0.2.0",
"@vimee/shiki-editor": "0.2.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"codemirror": "6.0.2",
"lucide-react": "0.577.0",
"radix-ui": "1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-split": "2.0.14",
"shadcn": "4.1.0",
"shiki": "4.0.2",
"tailwind-merge": "3.5.0",
"tw-animate-css": "1.4.0",
"wrangler": "4.77.0"
},
"devDependencies": {
"@tailwindcss/vite": "4.2.2",
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"globals": "17.4.0",
"tailwindcss": "4.2.2",
"typescript": "5.9.3",
"vite": "8.0.2"
}
}