-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.31 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 4.31 KB
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
128
129
130
131
132
133
134
{
"name": "flashpoint-launcher",
"version": "14.0.3",
"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": "jespergustafssons@gmail.com"
},
"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.13.7",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@reduxjs/toolkit": "^2.2.6",
"@types/node-7z": "2.1.8",
"@types/react-virtualized": "^9.21.21",
"axios": "1.6.7",
"connected-react-router": "6.9.2",
"dns-packet": "^5.6.1",
"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",
"react": "17.0.2",
"react-color": "2.18.0",
"react-contenteditable": "^3.3.7",
"react-datepicker": "4.8.0",
"react-dom": "17.0.2",
"react-error-boundary": "^5.0.0",
"react-keybind": "0.10.0",
"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",
"tree-kill": "^1.2.2",
"typesafe-actions": "4.4.2",
"uuid": "3.3.2",
"uuid-validate": "0.0.3",
"which": "1.3.1",
"ws": "8.18.0",
"yaml": "2.4.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@kayahr/jest-electron-runner": "^29.3.1",
"@stylistic/eslint-plugin": "^2.3.0",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.5",
"@types/dns-packet": "^5.6.5",
"@types/eslint__js": "^8.42.3",
"@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": "18.19.75",
"@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",
"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.57.0",
"eslint-plugin-jsdoc": "48.7.0",
"eslint-plugin-react": "7.34.4",
"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",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0"
},
"optionalDependencies": {
"fsevents": "2.1.3"
}
}