TidGi-Desktop/package.json
2021-01-23 23:45:51 +08:00

203 lines
6.3 KiB
JSON
Executable file

{
"name": "tiddly-git",
"productName": "TiddlyGit",
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
"version": "0.3.6",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"lint": "eslint ./src --ext js",
"lint:fix": "eslint ./src --ext js --fix",
"installType": "typesync",
"postinstall": "if-env CI=true && echo \"skip typesync\" || npm run installType"
},
"repository": "https://github.com/tiddly-gittly/TiddlyGit-Desktop",
"author": "Lin Onetwo<linonetwo012@gmail.com>, Quang Lam <quang.lam2807@gmail.com>",
"main": ".webpack/main",
"config": {
"forge": {
"packagerConfig": {
"icon": "build-resources/icon.icns",
"asar": true,
"extraResource": []
},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "my_new_app"
}
},
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
},
{
"name": "@electron-forge/maker-deb",
"config": {}
},
{
"name": "@electron-forge/maker-rpm",
"config": {}
}
],
"plugins": [
[
"@electron-forge/plugin-webpack",
{
"mainConfig": "./webpack.main.config.js",
"renderer": {
"config": "./webpack.renderer.config.js",
"entryPoints": [
{
"html": "./src/renderer.html",
"js": "./src/renderer.tsx",
"preload": {
"js": "./src/services/preload/index.ts"
},
"name": "main_window"
}
]
}
}
]
]
}
},
"dependencies": {
"@tiddlygit/tiddlywiki": "5.1.24-prerelease.20210103",
"bluebird": "^3.7.2",
"chokidar": "^3.5.0",
"darkreader": "4.9.26",
"download": "8.0.0",
"dugite": "1.93.0",
"electron-context-menu": "2.4.0",
"electron-is-dev": "1.2.0",
"electron-settings": "4.0.2",
"electron-unhandled": "^3.0.2",
"electron-updater": "4.3.5",
"electron-util": "^0.14.2",
"electron-window-state": "5.0.3",
"errio": "^1.2.2",
"fs-extra": "9.0.1",
"i18next": "^19.8.4",
"i18next-electron-fs-backend": "^1.3.5",
"i18next-fs-backend": "^1.0.7",
"inversify": "^5.0.5",
"inversify-inject-decorators": "^3.1.0",
"is-url": "1.2.4",
"jimp": "0.16.1",
"lodash": "4.17.20",
"menubar": "9.0.1",
"node-fetch": "2.6.1",
"proxy-agent": "4.0.0",
"reflect-metadata": "^0.1.13",
"regedit": "3.0.3",
"rxjs": "^6.6.3",
"semver": "7.3.4",
"tmp": "0.2.1",
"type-fest": "^0.20.2",
"uuid": "8.3.2",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"winston-transport": "^4.4.0"
},
"devDependencies": {
"@authing/sso": "1.7.0",
"@date-io/date-fns": "2.10.6",
"@electron-forge/cli": "6.0.0-beta.54",
"@electron-forge/maker-deb": "6.0.0-beta.54",
"@electron-forge/maker-rpm": "6.0.0-beta.54",
"@electron-forge/maker-squirrel": "6.0.0-beta.54",
"@electron-forge/maker-zip": "6.0.0-beta.54",
"@electron-forge/plugin-auto-unpack-natives": "6.0.0-beta.54",
"@electron-forge/plugin-webpack": "6.0.0-beta.54",
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@material-ui/pickers": "^4.0.0-alpha.12",
"@types/bluebird": "^3.5.33",
"@types/circular-dependency-plugin": "^5.0.1",
"@types/classnames": "2.2.11",
"@types/copy-webpack-plugin": "^6.4.0",
"@types/csp-html-webpack-plugin": "3.0.0",
"@types/download": "6.2.4",
"@types/electron-window-state": "2.0.34",
"@types/eslint": "7.2.6",
"@types/eslint-plugin-prettier": "3.1.0",
"@types/fs-extra": "9.0.6",
"@types/i18next-fs-backend": "^1.0.0",
"@types/is-url": "1.2.28",
"@types/lodash": "4.14.167",
"@types/node": "^14.14.20",
"@types/node-fetch": "2.5.7",
"@types/prettier": "^2.1.6",
"@types/prop-types": "15.7.3",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"@types/react-redux": "7.1.15",
"@types/rimraf": "^3.0.0",
"@types/semver": "7.3.4",
"@types/simplebar": "5.1.1",
"@types/styled-components": "5.1.7",
"@types/tmp": "0.2.0",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.11.1",
"@typescript-eslint/parser": "4.11.1",
"ace-builds": "1.4.12",
"circular-dependency-plugin": "^5.2.2",
"classnames": "2.2.6",
"copy-webpack-plugin": "^6.4.1",
"csp-html-webpack-plugin": "5.0.1",
"css-loader": "^5.0.1",
"date-fns": "2.16.1",
"electron": "^12.0.0-beta.12",
"eslint": "7.17.0",
"eslint-config-prettier": "7.1.0",
"eslint-config-standard": "16.0.2",
"eslint-config-standard-with-typescript": "^19.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-html": "6.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-unicorn": "26.0.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.1.0",
"graphql-hooks": "^5.1.0",
"if-env": "^1.0.4",
"image-webpack-loader": "^7.0.1",
"node-loader": "^1.0.2",
"prettier": "^2.2.1",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-ace": "9.2.1",
"react-dom": "17.0.1",
"react-i18next": "^11.8.5",
"react-redux": "7.2.2",
"react-sortable-hoc": "1.11.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"rimraf": "^3.0.2",
"simplebar": "6.0.0-beta.4",
"simplebar-react": "3.0.0-beta.5",
"style-loader": "^2.0.0",
"styled-components": "5.2.1",
"styled-is": "1.3.0",
"subscriptions-transport-ws": "^0.9.18",
"ts-loader": "^8.0.14",
"ts-migrate": "^0.1.13",
"typeface-roboto": "1.1.13",
"typescript": "4.1.3",
"typesync": "0.8.0"
},
"private": false
}