-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 KB
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
{
"private": true,
"name": "nextron-chat",
"description": "Chat App",
"version": "1.0.0",
"author": "llama<andong1212@gmail.com>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"build:win64": "nextron build --win --x64",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@mui/icons-material": "^5.11.0",
"dotenv-webpack": "^8.0.1",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0",
"emotion-reset": "^3.0.1",
"firebase": "^9.15.0",
"firebase-admin": "^11.4.1",
"react-query": "^3.39.2",
"react-toastify": "^9.1.1"
},
"devDependencies": {
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.8",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"electron": "^21.3.3",
"electron-builder": "^23.6.0",
"next": "^12.3.4",
"nextron": "^8.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.4"
}
}