-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 990 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
{
"name": "minelegion-launcher",
"description": "MineLegion Launcher",
"version": "0.0.3",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"publish": "nextron build --publish always",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"electron-serve": "^1.1.0",
"electron-store": "^7.0.3",
"electron-updater": "^4.3.9",
"keytar": "^7.7.0",
"minecraft-launcher-core": "^3.16.3",
"notistack": "^1.0.8",
"secure-electron-store": "^3.0.1"
},
"devDependencies": {
"@material-ui/core": "^4.11.3",
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"electron": "^12.0.2",
"electron-builder": "^22.10.5",
"next": "^10.1.3",
"nextron": "^6.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.2.3"
}
}