- Changed version number - Fixed global shortcuts - macOS: App quits on close - Fixed attribute adjustment in attributes tab
74 lines
2.3 KiB
JSON
74 lines
2.3 KiB
JSON
{
|
|
"name": "optolyth",
|
|
"productName": "Optolyth",
|
|
"version": "1.0.2",
|
|
"description": "A generator for heroes for the P&P-RPG 'The Dark Eye'.",
|
|
"author": {
|
|
"name": "Lukas Obermann",
|
|
"email": "lukas.obermann@outlook.de"
|
|
},
|
|
"homepage": "https://github.com/Elytherion/tdeheroes",
|
|
"license": "GPL-3.0",
|
|
"main": "app/main.js",
|
|
"dependencies": {
|
|
"@std/esm": "^0.9.2",
|
|
"classnames": "^2.2.5",
|
|
"electron-localshortcut": "^3.1.0",
|
|
"electron-log": "^2.2.12",
|
|
"electron-updater": "^2.17.3",
|
|
"electron-window-state": "^4.1.1",
|
|
"lodash": "^4.17.4",
|
|
"react": "^16.2.0",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-dom": "^16.2.0",
|
|
"react-markdown": "^3.1.1",
|
|
"react-portal": "^3.2.0",
|
|
"react-progress-arc": "^1.0.7",
|
|
"react-redux": "^5.0.6",
|
|
"react-textfit": "^1.1.0",
|
|
"redux": "^3.7.2",
|
|
"redux-thunk": "^2.2.0",
|
|
"remark-breaks": "^1.0.0",
|
|
"reselect": "^3.0.1",
|
|
"semver": "^5.4.1",
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^0.0.32",
|
|
"@types/electron-window-state": "^2.0.31",
|
|
"@types/lodash": "^4.14.88",
|
|
"@types/node": "^7.0.49",
|
|
"@types/node-sass": "^3.10.32",
|
|
"@types/react": "^16.0.28",
|
|
"@types/react-custom-scrollbars": "^4.0.1",
|
|
"@types/react-dom": "^16.0.3",
|
|
"@types/react-portal": "^3.0.3",
|
|
"@types/react-redux": "^4.4.47",
|
|
"@types/semver": "^5.4.0",
|
|
"electron": "^2.0.0-beta.7",
|
|
"electron-builder": "19.46.9",
|
|
"electron-packager": "^8.7.2",
|
|
"electron-winstaller": "^2.6.3",
|
|
"jest": "^19.0.2",
|
|
"node-sass": "^4.7.2",
|
|
"ts-jest": "^19.0.14",
|
|
"typescript": "^2.8.1",
|
|
"xlsx": "^0.10.9"
|
|
},
|
|
"scripts": {
|
|
"build": "electron-builder --config -lw",
|
|
"buildTest": "electron-builder --config electron-builder.test.json",
|
|
"buildDir": "electron-builder --config electron-builder.test.json --dir",
|
|
"buildMac": "build --config electron-builder.json -m",
|
|
"buildMacTest": "build --config electron-builder.test.json -m",
|
|
"watch": "tsc --watch",
|
|
"bundle": "tsc",
|
|
"start": "electron .",
|
|
"bundle_l10ns": "node -r @std/esm src/data/buildAllLocales.mjs",
|
|
"bundle_data": "node -r @std/esm src/data/buildData.mjs",
|
|
"bundle_css": "node -r @std/esm bundleSass.mjs"
|
|
},
|
|
"repository": {},
|
|
"false": {}
|
|
}
|