-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.68 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
{
"private": true,
"name": "DisStreamChat",
"description": "My application description",
"version": "1.0.0",
"author": "Yoshihide Shiono <[email protected]>",
"main": "app/background.js",
"build": {
"appId": "com.disstreamchat.id",
"win": {
"icon": "resources/icon.ico",
"publish": [
"github"
]
}
},
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@webscopeio/react-textarea-autocomplete": "^4.7.3",
"chroma-js": "^2.1.0",
"custom-electron-titlebar": "^3.2.6",
"disstreamchat-utils": "^0.0.9",
"electron-serve": "^1.0.0",
"electron-store": "^6.0.1",
"emoji-mart": "^3.0.1",
"firebase": "^8.3.1",
"firebase-admin": "^9.5.0",
"framer-motion": "^3.3.0",
"nookies": "^2.5.2",
"react-beforeunload": "^2.5.1",
"react-firebase-hooks": "^3.0.4",
"react-reorder": "^3.0.0-alpha.7",
"react-socket-io": "^0.2.0",
"react-use": "^17.2.4",
"sha1": "^1.1.1",
"socket.io-client": "^4.0.1",
"styled-components": "^5.2.1",
"use-hotkeys": "^1.1.0",
"use-socket.io-client": "^1.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^14.6.4",
"@types/node-fetch": "^2.5.10",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/sha1": "^1.1.2",
"@types/styled-components": "^5.1.9",
"@types/uuid": "^8.3.0",
"babel-plugin-styled-components": "^1.12.0",
"babel-runtime": "^6.26.0",
"electron": "^11.1.1",
"electron-builder": "^22.9.1",
"next": "^10.0.5",
"nextron": "^5.15.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^4.1.3"
}
}