-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.82 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.82 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
{
"name": "game-mount-and-blade-ii-bannerlord-butr",
"version": "1.3.3",
"description": "A Vortex extension for Mount and Blade II: Bannerlord mod management.",
"author": "BUTR Team & Nexus Mods",
"license": "GPL-3.0+",
"main": "./dist/index.js",
"config": {
"extensionName": "Game: Mount and Blade II: Bannerlord (BUTR)",
"issueTracker": "https://github.com/BUTR/game-mount-and-blade2/issues"
},
"scripts": {
"clean": "node build.js clean",
"build-extended": "node build.js build-extended",
"build-update": "node build.js build-update",
"build-webpack": "node build.js build-webpack",
"build-7z": "node build.js build-7z",
"build": "node build.js build",
"build-dev": "node build.js build-dev",
"lint": "eslint .",
"lint:quiet": "eslint . --quiet",
"format": "prettier src --write",
"format:check": "prettier src --check",
"pre-commit": "lint-staged"
},
"devDependencies": {
"7zip-bin": "^5.2.0",
"@eslint-react/eslint-plugin": "2.3.7",
"@eslint/js": "9.39.1",
"@nexusmods/nexus-api": "git+https://github.com/Nexus-Mods/node-nexus-api.git",
"@types/bluebird": "3.5.20",
"@types/immutability-helper": "^2.6.3",
"@types/lodash": "^4.14.149",
"@types/node": "^22.0.0",
"@types/react": "16.14.66",
"@types/react-bootstrap": "^0.32.20",
"@types/react-redux": "^7.1.9",
"@types/redux": "^3.6.0",
"@types/semver": "^7.7.1",
"@types/webpack": "^5.28.5",
"bluebird": "^3.7.2",
"collections": "git+https://github.com/Nexus-Mods/extension-collections.git",
"copy-webpack-plugin": "^12.0.1",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"i18next": "^19.0.1",
"immutability-helper": "^3.0.1",
"modmeta-db": "git+https://github.com/Nexus-Mods/modmeta-db.git",
"native-addon-loader": "^2.0.1",
"prettier": "^3",
"react": "^16.12.0",
"react-bootstrap": "^0.33.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.11.0",
"react-redux": "^7.1.3",
"redux": "^4.0.4",
"redux-act": "^1.7.7",
"reselect": "^5.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.7.0",
"turbowalk": "git+https://github.com/Nexus-Mods/node-turbowalk.git",
"typescript": "^5.4.5",
"typescript-eslint": "8.47.0",
"vortex-api": "git+https://github.com/Nexus-Mods/vortex-api.git",
"vortex-ext-common": "^0.4.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@butr/vortexextensionnative": "2.0.209",
"ticks-to-date": "^1.0.6"
},
"resolutions": {
"node-gyp": "^10.0.0",
"@types/react": "16.14.66",
"@types/react-dom": "16.9.25",
"**/dir-compare/minimatch": "3.0.5",
"winapi-bindings": "git+https://github.com/Nexus-Mods/node-winapi-bindings.git"
},
"packageManager": "yarn@1.22.19"
}