-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 793 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 793 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
{
"name": "react-global-component-mono",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pnpm run build --filter react-global-component",
"dev": "pnpm run dev --filter react-global-component-example"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@vercel/style-guide": "^3.0.0",
"@vitejs/plugin-react": "^1.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^3.0.2",
"typescript": "^4.6.3",
"valtio": "^1.5.2",
"valtio-yjs": "^0.3.1",
"vite": "^2.9.5",
"y-webrtc": "^10.2.2",
"y-websocket": "^1.4.0",
"yjs": "^13.5.34"
}
}