-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "tech-fiddle-meet",
"version": "0.0.1",
"main": "dist-electron/main/index.js",
"description": "Default Meeting UI with React in Electron",
"private": true,
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.0",
"electron": "^22.0.0",
"electron-builder": "^23.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vite-electron-plugin": "^0.6.4",
"vite-plugin-electron-renderer": "^0.11.3"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"prettier": {
"singleQuote": true,
"proseWrap": "always"
},
"dependencies": {
"@dytesdk/react-ui-kit": "^1.40.0",
"@dytesdk/react-web-core": "^1.16.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/public-sans": "^4.5.11",
"@mui/base": "^5.0.0-alpha.112",
"@mui/joy": "^5.0.0-alpha.60",
"@mui/material": "^5.11.2",
"@mui/system": "^5.11.2",
"axios": "^1.2.2",
"postcss-loader": "^7.0.2",
"tailwindcss": "^3.2.4"
}
}