2019-10-17 23:14:15 +00:00
|
|
|
{
|
|
|
|
"name": "helioslauncher",
|
2020-04-14 02:51:32 +00:00
|
|
|
"version": "2.0.0-alpha.0",
|
2019-10-17 23:14:15 +00:00
|
|
|
"productName": "Helios Launcher",
|
|
|
|
"description": "Modded Minecraft Launcher",
|
|
|
|
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"homepage": "https://github.com/dscalzi/HeliosLauncher",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
|
|
|
|
},
|
|
|
|
"private": true,
|
2020-03-09 00:40:37 +00:00
|
|
|
"main": "./dist/main.js",
|
2019-10-17 23:14:15 +00:00
|
|
|
"scripts": {
|
2020-03-09 00:40:37 +00:00
|
|
|
"clean": "rimraf dist",
|
2020-01-26 06:12:48 +00:00
|
|
|
"tsc": "tsc",
|
2019-10-17 23:14:15 +00:00
|
|
|
"start": "electron .",
|
|
|
|
"cilinux": "node build.js WINDOWS && node build.js LINUX",
|
|
|
|
"cidarwin": "node build.js MAC",
|
|
|
|
"dist:win": "npm run dist -- WINDOWS",
|
|
|
|
"dist:mac": "npm run dist -- MAC",
|
|
|
|
"dist:linux": "npm run dist -- LINUX",
|
2020-03-09 00:40:37 +00:00
|
|
|
"lint": "eslint --ext=jsx,js,tsx,ts src",
|
2020-04-13 09:56:26 +00:00
|
|
|
"dev": "electron-webpack dev",
|
2020-04-14 02:21:48 +00:00
|
|
|
"compile": "electron-webpack",
|
|
|
|
"test": "cross-env TS_NODE_PROJECT='./tsconfig.test.json' mocha -r ts-node/register test/**/*.ts"
|
2019-10-17 23:14:15 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "12.x.x"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-07-16 00:35:06 +00:00
|
|
|
"adm-zip": "^0.4.16",
|
2020-03-09 00:40:37 +00:00
|
|
|
"async": "^3.2.0",
|
2020-05-05 22:39:31 +00:00
|
|
|
"discord-rpc": "^3.1.1",
|
|
|
|
"electron-updater": "^4.3.1",
|
2020-06-11 20:25:56 +00:00
|
|
|
"fs-extra": "^9.0.1",
|
2019-10-17 23:14:15 +00:00
|
|
|
"github-syntax-dark": "^0.5.0",
|
2020-07-16 00:35:06 +00:00
|
|
|
"got": "^11.5.0",
|
2020-05-05 22:39:31 +00:00
|
|
|
"jquery": "^3.5.1",
|
2020-07-16 00:35:06 +00:00
|
|
|
"lodash": "^4.17.19",
|
|
|
|
"moment": "^2.27.0",
|
2020-03-09 00:40:37 +00:00
|
|
|
"request": "^2.88.2",
|
2020-05-05 22:39:31 +00:00
|
|
|
"semver": "^7.3.2",
|
2020-05-11 23:03:28 +00:00
|
|
|
"tar-fs": "^2.1.0",
|
2020-04-14 02:21:48 +00:00
|
|
|
"triple-beam": "^1.3.0",
|
|
|
|
"winreg": "^1.2.4",
|
2020-07-16 00:35:06 +00:00
|
|
|
"winston": "^3.3.3"
|
2019-10-17 23:14:15 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-16 00:35:06 +00:00
|
|
|
"@babel/preset-react": "^7.10.4",
|
2020-04-14 02:21:48 +00:00
|
|
|
"@types/adm-zip": "^0.4.33",
|
2020-05-23 01:05:29 +00:00
|
|
|
"@types/async": "^3.2.3",
|
2020-04-14 02:21:48 +00:00
|
|
|
"@types/chai": "^4.2.11",
|
2020-05-23 01:05:29 +00:00
|
|
|
"@types/discord-rpc": "^3.0.4",
|
|
|
|
"@types/fs-extra": "^9.0.1",
|
2020-07-16 00:35:06 +00:00
|
|
|
"@types/jquery": "^3.5.0",
|
|
|
|
"@types/lodash": "^4.14.157",
|
|
|
|
"@types/mocha": "^8.0.0",
|
|
|
|
"@types/node": "^12.12.50",
|
|
|
|
"@types/react": "^16.9.43",
|
2020-05-11 23:03:28 +00:00
|
|
|
"@types/react-dom": "^16.9.8",
|
2020-05-23 01:05:29 +00:00
|
|
|
"@types/react-redux": "^7.1.9",
|
2020-05-26 05:50:55 +00:00
|
|
|
"@types/react-transition-group": "^4.4.0",
|
2020-05-23 01:05:29 +00:00
|
|
|
"@types/request": "^2.48.5",
|
2020-05-05 22:39:31 +00:00
|
|
|
"@types/tar-fs": "^2.0.0",
|
2020-05-23 01:05:29 +00:00
|
|
|
"@types/triple-beam": "^1.3.1",
|
2020-01-26 06:12:48 +00:00
|
|
|
"@types/winreg": "^1.2.30",
|
2020-07-16 00:35:06 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^3.6.1",
|
|
|
|
"@typescript-eslint/parser": "^3.6.1",
|
2020-04-14 02:21:48 +00:00
|
|
|
"chai": "^4.2.0",
|
2020-03-09 00:40:37 +00:00
|
|
|
"cross-env": "^7.0.2",
|
2020-07-16 00:35:06 +00:00
|
|
|
"electron": "^9.1.0",
|
2020-06-11 20:25:56 +00:00
|
|
|
"electron-builder": "^22.7.0",
|
2020-04-13 09:56:26 +00:00
|
|
|
"electron-webpack": "^2.8.2",
|
|
|
|
"electron-webpack-ts": "^4.0.1",
|
2020-07-16 00:35:06 +00:00
|
|
|
"eslint": "^7.4.0",
|
|
|
|
"eslint-plugin-react": "^7.20.3",
|
2020-01-26 06:12:48 +00:00
|
|
|
"helios-distribution-types": "1.0.0-pre.1",
|
2020-06-11 20:25:56 +00:00
|
|
|
"mocha": "^8.0.1",
|
2020-07-16 00:35:06 +00:00
|
|
|
"nock": "^13.0.2",
|
2020-03-09 00:40:37 +00:00
|
|
|
"react": "^16.13.0",
|
|
|
|
"react-dom": "^16.13.0",
|
2020-05-05 22:39:31 +00:00
|
|
|
"react-hot-loader": "^4.12.21",
|
|
|
|
"react-redux": "^7.2.0",
|
2020-05-26 05:50:55 +00:00
|
|
|
"react-transition-group": "^4.4.1",
|
2020-05-05 22:39:31 +00:00
|
|
|
"redux": "^4.0.5",
|
2020-03-09 00:40:37 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2020-06-11 20:25:56 +00:00
|
|
|
"ts-node": "^8.10.2",
|
2020-07-16 00:35:06 +00:00
|
|
|
"typescript": "^3.9.6",
|
2020-05-05 22:39:31 +00:00
|
|
|
"webpack": "^4.43.0"
|
2019-10-17 23:14:15 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/dscalzi/HeliosLauncher.git"
|
|
|
|
}
|
|
|
|
}
|