-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 3.91 KB
/
Copy pathpackage.json
File metadata and controls
127 lines (127 loc) · 3.91 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
{
"name": "vortex",
"version": "1.16.0-beta.1",
"productName": "Vortex",
"description": "Vortex",
"author": "Black Tree Gaming Ltd.",
"license": "GPL-3.0",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/Nexus-Mods/Vortex"
},
"dependencies": {
"@electron/remote": "^2.0.12",
"@headlessui/react": "^1.7.19",
"@mdi/js": "6.6.96",
"@msgpack/msgpack": "^2.7.0",
"@nexusmods/nexus-api": "Nexus-Mods/node-nexus-api",
"@tailwindcss/cli": "^4.1.15",
"bbcode-to-react": "TanninOne/bbcode-to-react",
"big.js": "^5.2.2",
"bluebird": "^3.7.2",
"bootstrap-sass": "^3.4.1",
"classnames": "^2.2.6",
"commander": "^4.0.1",
"content-disposition": "^0.5.3",
"content-type": "^1.0.4",
"crash-dump": "Nexus-Mods/node-crash-dump",
"d3": "^5.14.1",
"date-fns": "^2.8.0",
"dayjs": "^1.11.10",
"dequal": "^2.0.3",
"diskusage": "TanninOne/node-diskusage",
"dnd-core": "^9.4.0",
"draggabilly": "^2.2.0",
"drivelist": "TanninOne/drivelist",
"electron-context-menu": "^3.1.1",
"electron-redux": "TanninOne/electron-redux",
"electron-updater": "^4.2.0",
"encoding-down": "^6.3.0",
"exe-version": "Nexus-Mods/node-exe-version",
"feedparser": "^2.2.9",
"fomod-installer-ipc": "file:../extensions/fomod-installer/src/ModInstaller.IPC.TypeScript",
"fomod-installer-native": "file:../extensions/fomod-installer/src/ModInstaller.Native.TypeScript",
"fs-extra": "^9.1.0",
"fuzzball": "^1.3.0",
"glob": "^11.0.3",
"graphlib": "^2.1.7",
"i18next": "^19.0.1",
"i18next-fs-backend": "^2.1.1",
"iconv-lite": "^0.5.0",
"immutability-helper": "^3.0.1",
"interweave": "^12.9.0",
"is-admin": "^3.0.0",
"json-socket": "foi/node-json-socket",
"jsonwebtoken": "^9.0.0",
"leveldown": "^5.6.0",
"levelup": "^4.4.0",
"lodash": "^4.17.21",
"memoize-one": "^5.1.1",
"minimatch": "^3.0.5",
"mixpanel-browser": "^2.71.0",
"modmeta-db": "Nexus-Mods/modmeta-db",
"native-errors": "Nexus-Mods/node-native-errors",
"node-7z": "Nexus-Mods/node-7z",
"normalize-url": "^6.0.1",
"numeral": "^2.0.6",
"packery": "^2.1.2",
"permissions": "Nexus-Mods/node-permissions",
"prop-types": "^15.7.2",
"re-reselect": "4.0.1",
"re-resizable": "^6.9.9",
"react": "^16.12.0",
"react-bootstrap": "^0.33.0",
"react-datepicker": "^3.3.0",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.0.5",
"react-dom": "^16.12.0",
"react-hot-toast": "^2.6.0",
"react-i18next": "^11.11.0",
"react-markdown": "^6.0.2",
"react-overlays": "^1.2.0",
"react-redux": "^7.1.3",
"react-resize-detector": "^4.2.1",
"react-select": "^1.2.1",
"react-sortable-tree": "Nexus-Mods/react-sortable-tree",
"recharts": "^1.8.5",
"redux": "^4.0.4",
"redux-act": "^1.8.0",
"redux-batched-actions": "^0.5.0",
"redux-thunk": "^2.3.0",
"relaxed-json": "^1.0.3",
"reselect": "^4.1.7",
"resolve": "^1.12.0",
"rimraf": "TanninOne/rimraf",
"sass": "1.32.*",
"semver": "^7.6.0",
"shortid": "2.2.17",
"simple-vdf": "Nexus-Mods/vdf-parser",
"source-map-support": "^0.5.16",
"string-template": "^1.0.0",
"tailwindcss": "^4.1.15",
"tmp": "^0.1.0",
"turbowalk": "Nexus-Mods/node-turbowalk",
"universal-analytics": "^0.4.23",
"uuid": "^3.3.3",
"vortex-parse-ini": "Nexus-Mods/vortex-parse-ini",
"vortex-run": "file:../src/util/vortex-run",
"vortexmt": "Nexus-Mods/node-vortexmt",
"wholocks": "Nexus-Mods/node-wholocks",
"winapi-bindings": "Nexus-Mods/node-winapi-bindings",
"winston": "^2.4.3",
"write-file-atomic": "^3.0.1",
"ws": "^7.4.6",
"xml2js": "^0.5.0",
"xxhash-addon": "^2.0.3",
"zod": "^4.3.5"
},
"resolutions": {
"node-gyp": "^10.0.0"
},
"devDependencies": {},
"volta": {
"node": "22.19.0",
"yarn": "1.22.19"
}
}