Files
optolith-client/package.json
T
2019-11-05 00:25:57 +01:00

105 lines
3.2 KiB
JSON

{
"name": "optolith",
"productName": "Optolith",
"version": "1.2.0-alpha.7",
"description": "A generator for heroes for the P&P-RPG 'The Dark Eye'.",
"author": {
"name": "Lukas Obermann",
"email": "support@optolith.app"
},
"homepage": "https://github.com/Elytherion/optolith-client",
"license": "MPL-2.0",
"main": "app/main.js",
"dependencies": {
"classnames": "2.2.6",
"electron-localshortcut": "3.1.0",
"electron-log": "3.0.5",
"electron-updater": "4.0.6",
"electron-window-state": "5.0.3",
"esm": "3.2.25",
"react": "16.9.0",
"react-custom-scrollbars": "4.2.1",
"react-dom": "16.9.0",
"react-markdown": "4.1.0",
"react-portal": "4.2.0",
"react-redux": "7.1.1",
"react-textfit": "1.1.0",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"remark-breaks": "1.0.2",
"reselect": "4.0.0",
"semver": "6.0.0",
"ssh2-sftp-client": "4.0.3",
"styled-components": "4.2.0",
"tslib": "1.9.3",
"xlsx": "0.14.2"
},
"devDependencies": {
"@types/classnames": "2.2.7",
"@types/jest": "24.0.11",
"@types/node": "11.13.7",
"@types/react": "16.9.2",
"@types/react-custom-scrollbars": "4.0.5",
"@types/react-dom": "16.9.0",
"@types/react-portal": "4.0.2",
"@types/react-redux": "7.1.2",
"@types/semver": "6.0.0",
"@types/styled-components": "4.1.15",
"@typescript-eslint/eslint-plugin": "2.0.0",
"@typescript-eslint/parser": "2.0.0",
"basic-ftp": "3.8.1",
"custom-env": "1.0.2",
"electron": "7.0.1",
"electron-builder": "21.2.0",
"eslint": "6.2.2",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "2.0.1",
"jest": "24.7.1",
"madge": "3.4.4",
"sass": "1.20.1",
"source-map-loader": "0.2.4",
"ts-jest": "24.0.2",
"ts-loader": "6.0.4",
"tslint": "5.14.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.4.5",
"typescript-eslint-parser": "16.0.0",
"typescript-tslint-plugin": "0.3.1"
},
"scripts": {
"prerelease:win": "set NODE_ENV=development && node ./deploy/buildInsiderWin.js",
"prerelease:linux": "NODE_ENV=development node ./deploy/buildInsiderLinux.js",
"prerelease:osx": "NODE_ENV=development node ./deploy/buildInsiderMac.js",
"release:win": "set NODE_ENV=production && node ./deploy/buildWin.js",
"release:linux": "NODE_ENV=production node ./deploy/buildLinux.js",
"release:osx": "NODE_ENV=production node ./deploy/buildMac.js",
"buildCss": "node --experimental-modules ./deploy/buildSass.mjs",
"copyTables": "node ./deploy/copyTablesOnly.js",
"copyTablesInsider": "node ./deploy/copyTablesInsiderOnly.js",
"encrypt:stable": "@powershell ./encryptTables.ps1",
"encrypt:insider": "@powershell ./encryptTables.ps1 -insider",
"compile": "tsc",
"cti": "node ./deploy/copyTablesOnly.js",
"watch": "tsc --watch",
"start": "electron .",
"test": "jest",
"circ": "madge -c ./src"
},
"repository": "github:elyukai/optolith-client",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"testEnvironment": "node"
}
}