-
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": "vortex-mc2-plugin",
"vortex-plugin": "Vortex Extension",
"vortex-game": "Midnight Club 2",
"version": "0.0.2",
"description": "Vortex plugin to support Midnight Club 2.",
"main": "./out/index.js",
"repository": "",
"scripts": {
"build": "npm run webpack && gulp build",
"deploy": "gulp",
"webpack": "node ./node_modules/webpack/bin/webpack --config webpack.config.js --progress",
"bundle7z": "7z a -t7z distributable-extension.7z .\\dist\\*.*",
"lint": "eslint .",
"lint:fix": "eslint --fix"
},
"author": "Creative",
"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.32.0",
"@typescript-eslint/parser": "^5.32.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.30.1",
"fast-glob": "^3.3.2",
"gulp": "^4.0.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.57.1",
"webpack-cli": "^4.8.0"
}
}