-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.61 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
{
"name": "game-mount-and-blade-ii-bannerlord-butr",
"version": "1.1.5",
"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": "pwsh ./commands.ps1 clean",
"build-extended": "pwsh ./commands.ps1 build-extended",
"build-update": "pwsh ./commands.ps1 build-update",
"build-webpack": "pwsh ./commands.ps1 build-webpack",
"build-7z": "pwsh ./commands.ps1 build-7z",
"build": "pwsh ./commands.ps1 build",
"build-dev": "pwsh ./commands.ps1 build-dev",
"lint": "eslint -c .eslintrc.build.json src",
"lint-fix": "eslint -c .eslintrc.build.json --fix src && prettier --write",
"pre-commit": "lint-staged"
},
"devDependencies": {
"@nexusmods/nexus-api": "git+https://github.com/Nexus-Mods/node-nexus-api",
"@types/bluebird": "3.5.20",
"@types/lodash": "^4.14.149",
"@types/node": "^18.0.0",
"@types/react": "^16.9.43",
"@types/react-bootstrap": "^0.32.20",
"@types/react-redux": "^7.1.9",
"@types/redux": "^3.6.0",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"bluebird": "^3.7.2",
"collections": "git+https://github.com/Nexus-Mods/extension-collections",
"copy-webpack-plugin": "^12.0.1",
"eslint": "^8.34.0",
"eslint-config-prettier": "^9",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"i18next": "^19.0.1",
"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",
"ts-loader": "^9.2.6",
"ts-node": "^10.7.0",
"turbowalk": "git+https://github.com/Nexus-Mods/node-turbowalk",
"typescript": "^5.4.5",
"vortex-api": "git+https://github.com/Nexus-Mods/vortex-api",
"vortex-ext-common": "^0.4.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@butr/vortexextensionnative": "1.0.134",
"ticks-to-date": "^1.0.6"
},
"resolutions": {
"@types/react": "^16.14.34",
"**/dir-compare/minimatch": "3.0.5",
"braces": "3.0.3"
},
"packageManager": "[email protected]"
}