-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.52 KB
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
49
50
51
52
53
{
"name": "game-acecombat7skiesunknown",
"version": "0.3.2",
"description": "Adds support for Ace Combat 7: Skies Unknown mods in Vortex",
"main": "./dist/index.js",
"scripts": {
"webpack": "node ./node_modules/webpack/bin/webpack --config webpack.config.js --display-error-details --progress --profile --color",
"build": "npm run webpack && extractInfo && copyfiles -f ./gameart.png ./src/**/*.scss ./src/**/*.svg ./src/*.json ./dist/"
},
"config": {
"game": "Ace Combat 7: Skies Unknown",
"namespace": "acevortex"
},
"author": "agc93",
"license": "MIT",
"babel": {
"presets": [
"es2015"
]
},
"repository": {
"type": "git",
"url": "https://github.com/agc93/acevortex.git"
},
"devDependencies": {
"@nodecraft/ini": "^1.4.0",
"@types/i18next": "^12.1.0",
"@types/node": "^12.0.10",
"@types/react": "^16.8.22",
"@types/react-bootstrap": "^0.32.4",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"axios": "^0.19.2",
"bluebird": "^3.5.5",
"copyfiles": "^2.3.0",
"electron": "11.2.2",
"i18next": "^17.0.4",
"react": "^16.8.6",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.13.1",
"react-i18next": "^11.7.0",
"react-redux": "^7.2.0",
"redux-act": "^1.8.0",
"ts-loader": "^6.0.4",
"typedoc": "^0.17.4",
"typescript": "^3.5.2",
"vortex-api": "github:Nexus-Mods/vortex-api#e5e6410",
"vortex-ext-common": "^0.0.8",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4"
},
"dependencies": {}
}