-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.91 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.91 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
{
"name": "react-testing-playbook",
"version": "0.1.0",
"description": "An app with recipes for testing React components with react-testing-library",
"author": "Luis Gil Gutiérrez de la Barreda",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"build:netlify": "vinxi build --preset netlify",
"start": "vinxi start"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/postcss": "^4.1.1",
"@tailwindcss/vite": "^4.1.1",
"@tanstack/react-router": "^1.114.32",
"@tanstack/react-start": "^1.114.32",
"@webcontainer/api": "^1.5.3",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"bun-types": "^1.2.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.484.0",
"monaco-editor": "^0.52.2",
"postcss": "^8.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-resizable-panels": "^2.1.7",
"tailwind-merge": "^3.1.0",
"tailwindcss": "^4.1.1",
"tw-animate-css": "^1.2.5",
"typescript": "^5.8.2",
"undici-types": "^6.21.0",
"vinxi": "^0.5.3"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@tanstack/eslint-plugin-query": "^5.68.0",
"@tanstack/eslint-plugin-router": "^1.114.29",
"@types/bun": "latest",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.23.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"typescript-eslint": "^8.29.0",
"vite-plugin-static-copy": "^2.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"license": "MIT"
}