-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.59 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
{
"name": "legendary-launcher",
"description": "My application description",
"version": "1.0.0",
"author": "Gál Péter <[email protected]>",
"main": "app/background.js",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"release": "nextron build --publish always",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@koale/useworker": "^4.0.2",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.61",
"@mui/material": "^5.2.5",
"@mui/x-data-grid": "^5.2.1",
"@reduxjs/toolkit": "^1.7.1",
"electron-acrylic-window": "^0.5.11",
"electron-is-packaged": "^1.0.2",
"electron-serve": "^1.1.0",
"electron-store": "^8.0.1",
"electron-updater": "^4.6.1",
"filesize": "^8.0.6",
"flexsearch": "^0.7.21",
"follow-redirects": "^1.14.6",
"framer-motion": "^5.5.5",
"fuse.js": "^6.5.3",
"notistack": "^2.0.3",
"react-hotkeys-hook": "^3.4.4",
"react-redux": "^7.2.6",
"react-virtualized": "^9.22.3",
"redux": "^4.1.2",
"unzipper": "^0.10.11"
},
"devDependencies": {
"@types/flexsearch": "^0.7.2",
"@types/node": "^14.14.31",
"@types/react": "^16.9.49",
"@types/react-redux": "^7.1.21",
"@types/react-virtualized": "^9.21.16",
"@types/unzipper": "^0.10.5",
"electron": "^15.0.0",
"electron-builder": "^22.14.5",
"next": "^11.1.2",
"nextron": "^7.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.3"
}
}