-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "smapi-integration",
"version": "0.0.1",
"description": "Get mod data from the SMAPI API.",
"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 && extractInfo"
},
"author": "Pickysaurus",
"license": "GPL-3.0",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"@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",
"7z-bin": "Nexus-Mods/7z-bin",
"bluebird": "^3.5.5",
"electron": "4.2.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",
"relaxed-json": "^1.0.3"
},
"dependencies": {
"fs-extra-promise": "^1.0.1",
"opn": "^6.0.0"
}
}