-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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
{
"private": false,
"name": "league-utils",
"description": "League Utils",
"version": "0.2.18",
"author": "David Granzin <david.granzin@code.berlin>",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"publish": "electron-builder --publish always",
"postinstall": "electron-builder install-app-deps"
},
"build": {
"win": {
"publish": [
"github"
]
}
},
"dependencies": {
"@material-ui/icons": "^4.11.2",
"clsx": "^1.1.1",
"electron-log": "^4.3.1",
"electron-serve": "^1.0.0",
"electron-store": "^6.0.1",
"electron-updater": "^4.3.5",
"league-connect": "^5.0.2",
"lodash": "^4.17.20",
"use-async-effect": "^2.2.2",
"zustand": "^3.3.1"
},
"devDependencies": {
"@material-ui/core": "^4.11.1",
"@types/lodash": "^4.14.168",
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"electron": "^11.1.1",
"electron-builder": "^22.10.5",
"next": "^10.0.5",
"next-images": "^1.7.0",
"nextron": "^6.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^4.1.3"
}
}