-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
package.json
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
{
"name": "hello-dxos",
"version": "0.1.0",
"description": "hello-dxos - a DXOS application",
"private": true,
"scripts": {
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"serve": "vite"
},
"dependencies": {
"@dxos/client": "0.4.4",
"@dxos/config": "0.4.4",
"@dxos/echo-schema": "0.4.4",
"@dxos/react-client": "0.4.4",
"@dxos/shell": "0.4.4",
"@effect/schema": "^0.62.1",
"@phosphor-icons/react": "^2.0.5",
"@types/sharedworker": "^0.0.112",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "~18.0.21",
"@types/react-dom": "~18.0.6",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.21",
"tailwindcss": "~3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.3",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"workbox-window": "^7.0.0"
}
}