-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 853 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
{
"name": "obs-pngtuber",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && rm -rf docs && mv dist docs",
"preview": "vite preview"
},
"dependencies": {
"immer": "^9.0.12",
"obs-websocket-js": "^5.0.0-beta.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"use-immer": "^0.6.0"
},
"devDependencies": {
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@types/debug": "^4.1.7",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.4",
"vite": "^2.8.0"
},
"peerDependencies": {
"@types/events": "^3.0.0",
"@types/node": "^17.0.21",
"buffer": "^6.0.3",
"events": "^3.3.0"
}
}