-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.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
{
"name": "nemesis",
"version": "0.0.1",
"description": "Integration with Nemesis - Unlimited Behaviour Engine.",
"main": "./out/index.js",
"repository": "",
"scripts": {
"webpack": "node ./node_modules/webpack/bin/webpack --config webpack.config.js --display-error-details --progress --profile --color",
"bundle7z": "7z a -t7z sample-extension.7z .\\dist\\index.js .\\dist\\info.json",
"build": "npm run webpack && copyfiles -f src/stylesheets/* dist && copyfiles -f src/images/* dist/images && extractInfo"
},
"author": "Pickysaurus",
"license": "GPL-3.0",
"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",
"copyfiles": "^2.1.1",
"electron": "8.3.4",
"i18next": "^17.0.4",
"react": "^16.8.6",
"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": {
"react-i18next": "^11.7.0",
"react-redux": "^7.2.0",
"redux-act": "^1.8.0"
}
}