-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"name": "nexusmods-downloadtest",
"version": "1.1.2",
"description": "Vortex extension for testing Nexus Mods download speeds.",
"main": "./dist/index.js",
"scripts": {
"webpack": "node ./node_modules/webpack/bin/webpack --config webpack.config.js --progress --profile --color",
"build": "npm run webpack && extractInfo"
},
"author": "Pickysaurus",
"license": "MIT",
"devDependencies": {
"@types/node": "^12.12.35",
"@types/react": "^16.9.43",
"@types/react-bootstrap": "^0.32.20",
"@types/react-select": "^1.2.0",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"bluebird": "^3.7.2",
"copyfiles": "^2.4.1",
"i18next": "^19.0.1",
"react": "^16.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^16.12.0",
"ts-loader": "^6.0.4",
"typescript": "^4.9.5",
"vortex-api": "Nexus-Mods/vortex-api",
"webpack": "^5.75.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@types/country-list": "^2.1.0",
"axios": "^0.27.2",
"country-list": "^2.2.0",
"react-i18next": "^11.17.1",
"react-redux": "^8.0.2",
"react-select": "^1.2.1",
"redux-act": "^1.8.0"
}
}