-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 952 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 952 Bytes
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
{
"name": "example-kitchen-sink",
"type": "module",
"private": true,
"version": "0.0.31",
"scripts": {
"start": "vite"
},
"dependencies": {
"@preact/signals": "^1.3.0",
"@quilted/threads": "^3.0.0",
"@remote-dom/compat": "workspace:*",
"@remote-dom/core": "workspace:*",
"@remote-dom/preact": "workspace:*",
"@remote-dom/react": "workspace:*",
"@remote-dom/signals": "workspace:*",
"@remote-ui/core": "^2.2.4",
"@remote-ui/react": "^5.0.4",
"preact": "^10.22.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"svelte": "^4.2.19",
"vue": "^3.4.38"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-vue": "^5.1.3",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"vite": "^5.4.0"
},
"sideEffects": [
"./app/remote/elements.ts"
]
}