-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.27 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
{
"name": "subnautica-below-zero-support",
"version": "2.0.4",
"description": "Vortex support for Subnautica: Below Zero",
"license": "GPL-3.0",
"author": "toebeann, MrPurple6411, Chloe S, AlexejheroYTB",
"homepage": "https://github.com/toebeann/subnautica-below-zero-support",
"repository": {
"type": "git",
"url": "https://github.com/toebeann/subnautica-below-zero-support.git"
},
"bugs": {
"url": "https://github.com/toebeann/subnautica-below-zero-support/issues"
},
"funding": [
"https://github.com/toebeann/subnautica-below-zero-support?sponsor=1",
{
"type": "github",
"url": "https://github.com/sponsors/toebeann"
},
{
"type": "kofi",
"url": "https://ko-fi.com/toebean_"
},
{
"type": "paypal",
"url": "https://paypal.me/tobeyblaber"
}
],
"config": {
"issueTracker": "https://github.com/toebeann/subnautica-below-zero-support/issues"
},
"scripts": {
"webpack": "webpack --config webpack.config.js --display-error-details --progress --profile --color",
"build": "rimraf dist && mkdir dist && extractInfo && pnpm webpack",
"bundle": "pnpm build && rimraf subnautica-below-zero-support.7z && 7z a -t7z subnautica-below-zero-support.7z ./assets/* && 7z a -t7z subnautica-below-zero-support.7z ./dist/*",
"release": "pnpm build --mode production --devtool none && rimraf subnautica-below-zero-support.7z && 7z a -t7z subnautica-below-zero-support.7z ./assets/* && 7z a -t7z subnautica-below-zero-support.7z ./dist/*"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@tsconfig/recommended": "^1.0.3",
"@types/i18next": "^8.4.6",
"@types/node": "^20.2.5",
"@types/relaxed-json": "^1.0.4",
"@types/semver": "^7.5.8",
"exe-version": "github:Nexus-Mods/node-exe-version",
"raw-loader": "^4.0.2",
"rehype-format": "^4.0.1",
"rehype-stringify": "^9.0.3",
"relaxed-json": "^1.0.3",
"remark": "^14.0.3",
"remark-rehype": "^10.1.0",
"rimraf": "^5.0.5",
"store2": "^2.14.3",
"strip-markdown": "^6.0.0",
"ts-loader": "^8.4.0",
"typescript": "^5.0.4",
"vortex-api": "github:Nexus-Mods/vortex-api",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"zod": "^3.22.4"
},
"engines": {
"node": "^16"
}
}