-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 883 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
36
37
{
"private": true,
"name": "chatchat",
"description": "Tray url to system bar on macos",
"version": "1.0.0",
"author": "wishlee",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"react-native-webview": "^13.8.2"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"antd": "^4.22.8",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"next": "^12.3.4",
"nextron": "^8.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3"
},
"build": {
"appId": "com.wishlee.app",
"mac": {
"icon": "assets/icon/icons8-chat-80.icns"
}
}
}