-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.36 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
{
"name": "game-derailvalley",
"version": "2.1.0",
"description": "Vortex modding support for Derail Valley",
"main": "./out/index.js",
"repository": "",
"scripts": {
"copyassets": "node copyAssets.js",
"webpack": "node ./node_modules/webpack/bin/webpack --config webpack.config.js --progress",
"bundle7z": "7z a -t7z distributable-extension.7z .\\dist\\*.*",
"build": "npm run webpack && extractInfo",
"copyplugin": "yarn copyassets && node copyplugin.js",
"lint": "eslint .",
"lint:fix": "eslint --fix"
},
"author": "Katycat",
"license": "GPL-3.0",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"7z-bin": "Nexus-Mods/7z-bin",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"bluebird": "^3.7.2",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"i18next": "^19.0.1",
"react": "^17.0.2",
"react-bootstrap": "^0.33.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"vortex-api": "Nexus-Mods/vortex-api",
"webpack": "^5.76.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"turbowalk": "^2.2.0"
}
}