-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 972 Bytes
/
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
{
"name": "modlist-backup",
"version": "0.4.1",
"description": "An extension to backup and restore mods",
"main": "./dist/index.js",
"repository": "",
"scripts": {
"bundle7z": "7z a -t7z modlist-backup.7z ./dist/index.js ./dist/info.json",
"build": "yarn webpack && yarn extractInfo",
"bundle": "yarn build && yarn bundle7z"
},
"author": "Garethp",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"7z-bin": "Nexus-Mods/7z-bin",
"@types/i18next": "^12.1.0",
"@types/node": "^12.0.10",
"@types/react": "^16.8.22",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"bluebird": "^3.5.5",
"electron": "4.2.4",
"i18next": "^17.0.4",
"prettier": "^3.1.1",
"react": "^16.8.6",
"react-bootstrap": "^0.32.4",
"ts-loader": "^6.0.4",
"typescript": "^3.9.6",
"vortex-api": "Nexus-Mods/vortex-api",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4"
}
}