-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.54 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": "builtin-mod-browser",
"version": "1.0.1",
"description": "Adds a \"Browse\" section containing an embedded Nexus Mods browser.",
"main": "./out/index.js",
"repository": "https://github.com/MaverickMartyn/builtin-mod-browser",
"scripts": {
"webpack": "node ./node_modules/webpack/bin/webpack --config webpack.config.js --display-error-details --progress --profile --color",
"bundle7z": "7z a -t7z dist/bundled/builtin-mod-browser.7z .\\dist\\index.js .\\dist\\info.json",
"build": "npm run webpack && extractInfo"
},
"author": "MaverickMartyn",
"license": "GPL-3.0",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"7z-bin": "Nexus-Mods/7z-bin",
"@teamsupercell/typings-for-css-modules-loader": "^2.1.0",
"@types/electron-devtools-installer": "^2.2.0",
"@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",
"babel-plugin-react-css-modules": "^5.2.6",
"bluebird": "^3.5.5",
"electron": "15.5.5",
"electron-devtools-installer": "^2.2.4",
"i18next": "^17.0.4",
"react": "^16.13.0",
"react-bootstrap": "^0.32.4",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"vortex-api": "Nexus-Mods/vortex-api",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4"
},
"dependencies": {
"css-loader": "^3.4.2",
"react-dom": "^16.13.0",
"react-portal": "^4.2.1",
"style-loader": "^1.1.3",
"typings-for-css-modules-loader": "^1.7.0"
}
}