-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 963 Bytes
/
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
{
"name": "contacts-dxos",
"version": "0.1.0",
"description": "contacts-dxos - a DXOS application",
"private": true,
"scripts": {
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"serve": "vite"
},
"dependencies": {
"@dxos/client": "0.5.5",
"@dxos/config": "0.5.5",
"@dxos/echo-schema": "0.5.5",
"@dxos/react-client": "0.5.5",
"@dxos/shell": "0.5.5",
"@phosphor-icons/react": "^2.0.5",
"react": "^18.2.0",
"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",
"@types/sharedworker": "^0.0.111",
"@vitejs/plugin-react": "~4.2.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "~5.0.4",
"vite": "^5.2.11",
"vite-plugin-top-level-await": "~1.4.1",
"vite-plugin-wasm": "~3.3.0"
}
}