-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
83 lines (83 loc) · 2.38 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "curses",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.13",
"@floating-ui/react-dom": "^1.3.0",
"@floating-ui/react-dom-interactions": "^0.13.3",
"@radix-ui/react-select": "^1.2.2",
"@speechly/browser-client": "^2.6.6",
"@tauri-apps/api": "^1.5.0",
"@twurple/api": "^7.1.0",
"@twurple/auth": "^7.1.0",
"@twurple/chat": "^7.1.0",
"@types/dom-speech-recognition": "^0.0.1",
"@types/use-sync-external-store": "^0.0.3",
"ace-builds": "^1.30.0",
"ajv": "^8.12.0",
"animejs": "^3.2.1",
"autoprefixer": "^10.4.16",
"browser-fs-access": "^0.31.2",
"classnames": "^2.3.2",
"daisyui": "^3.9.2",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^8.5.5",
"hotkeys-js": "^3.12.0",
"i18next": "^23.5.1",
"i18next-http-backend": "^2.2.2",
"immer": "^9.0.21",
"immer-yjs": "^1.1.0",
"lib0": "^0.2.87",
"lodash": "^4.17.21",
"microsoft-cognitiveservices-speech-sdk": "^1.32.0",
"nanoid": "^4.0.2",
"obs-websocket-js": "^5.0.3",
"peerjs": "^1.5.1",
"postcss": "^8.4.31",
"pubsub-js": "^1.9.4",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-i18next": "^13.3.0",
"react-icons": "^4.11.0",
"react-shadow": "^20.4.0",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"simplebar-react": "^2.4.3",
"tailwindcss": "^3.4.4",
"use-sync-external-store": "^1.2.0",
"validator": "^13.11.0",
"valtio": "^1.11.2",
"vite-plugin-pwa": "^0.14.7",
"y-protocols": "^1.0.6",
"y-utility": "^0.1.3",
"yjs": "^13.6.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@tauri-apps/cli": "^1.5.2",
"@types/animejs": "^3.1.8",
"@types/lodash": "^4.14.199",
"@types/node": "^18.18.5",
"@types/pubsub-js": "^1.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"@welldone-software/why-did-you-render": "^7.0.1",
"prettier": "^2.8.8",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}