forked from FlashpointProject/launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.08 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "flashpoint-launcher",
"version": "13.0.2",
"description": "A desktop application used to browse, manage and play games from Flashpoint Archive",
"main": "build/main/index.js",
"config": {
"cacheKey": 3,
"forceUpdate": 1,
"installed": false
},
"scripts": {
"start": "electron ./build/main/index.js",
"start-logger": "electron ./build/main/index.js logger=true",
"build": "gulp build",
"watch": "gulp watch",
"pack": "gulp pack",
"snapshot": "cross-env-shell PACK_PLATFORM=win32 PACK_ARCH=x64 NODE_ENV=production \"npm run build && npm run pack\"",
"test": "jest",
"lint": "eslint ./src/**/*.{ts,tsx} ./gulpfile.js",
"nexusBuild": "cross-env NODE_ENV=production PACK_ARCH=ia32 PACK_PLATFORM=win32 gulp build",
"nexusPack": "cross-env PACK_ARCH=ia32 PACK_PLATFORM=win32 gulp nexusPack",
"release": "cross-env-shell NODE_ENV=production PUBLISH=true \"npm run build && npm run pack\"",
"postinstall": "electron-builder install-app-deps & gulp extInstall",
"clean": "gulp clean"
},
"author": {
"name": "Jesper Gustafsson",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@electron/remote": "2.0.8",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.18",
"@fparchive/flashpoint-archive": "0.7.13",
"@types/node-7z": "2.1.8",
"@types/react-virtualized": "^9.21.21",
"axios": "1.6.7",
"connected-react-router": "6.9.2",
"electron-extension-installer": "^1.2.0",
"electron-updater": "4.3.1",
"electron-util": "0.14.2",
"fast-xml-parser": "3.21.1",
"follow-redirects": "1.15.5",
"fs-extra": "8.1.0",
"lodash": "^4.17.21",
"mime": "2.4.4",
"minimist": "^1.2.7",
"node-7z": "3.0.0",
"open": "^10.1.0",
"ps-tree": "1.2.0",
"react": "17.0.2",
"react-color": "2.18.0",
"react-datepicker": "4.8.0",
"react-dom": "17.0.2",
"react-keybind": "0.9.4",
"react-markdown": "7.0.1",
"react-redux": "7.2.8",
"react-router-dom": "5.1.2",
"react-virtualized-reactv17": "9.23.0",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"reflect-metadata": "0.1.10",
"remark-gfm": "2.0.0",
"tail": "2.0.3",
"terminate": "2.6.1",
"typesafe-actions": "4.4.2",
"uuid": "3.3.2",
"uuid-validate": "0.0.3",
"which": "1.3.1",
"ws": "7.4.6",
"yaml": "2.4.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@kayahr/jest-electron-runner": "^29.3.1",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.5",
"@types/follow-redirects": "1.8.0",
"@types/fs-extra": "8.1.0",
"@types/jest": "27.5.1",
"@types/lodash": "^4.14.192",
"@types/mime": "2.0.1",
"@types/minimist": "^1.2.2",
"@types/node": "14.14.31",
"@types/ps-tree": "1.1.2",
"@types/react": "17.0.2",
"@types/react-color": "3.0.1",
"@types/react-datepicker": "4.8.0",
"@types/react-dom": "17.0.2",
"@types/react-redux": "7.1.7",
"@types/react-router-dom": "5.1.7",
"@types/tail": "2.0.0",
"@types/uuid": "3.4.5",
"@types/uuid-validate": "0.0.1",
"@types/which": "1.3.2",
"@types/ws": "6.0.3",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"chokidar": "^3.5.3",
"coveralls": "3.1.0",
"cross-env": "7.0.2",
"electron": "19.1.9",
"electron-builder": "24.13.3",
"esbuild": "0.20.2",
"eslint": "8.33.0",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-only-warn": "1.1.0",
"eslint-plugin-react": "7.32.2",
"gulp": "4.0.2",
"gulp-esbuild": "^0.12.0",
"jest": "29.4.2",
"lefthook": "^1.5.5",
"swc-loader": "0.2.3",
"tar-fs": "^3.0.5",
"ts-jest": "29.0.5",
"ts-loader": "9.4.1",
"ts-node": "10.8.0",
"ts-transform-paths": "^2.0.3",
"tslint": "5.18.0",
"typescript": "5.4.3"
},
"optionalDependencies": {
"fsevents": "2.1.3"
}
}