mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
183 lines
7.2 KiB
JSON
Executable file
183 lines
7.2 KiB
JSON
Executable file
{
|
|
"name": "TidGi",
|
|
"productName": "TidGi",
|
|
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
|
|
"version": "0.6.6",
|
|
"license": "MPL 2.0",
|
|
"scripts": {
|
|
"start": "npm run clean && npm run start-without-clean",
|
|
"start-without-clean": "cross-env NODE_ENV=development electron-forge start",
|
|
"test": "npm run clean && cross-env NODE_ENV=test npm run package && npm run test-without-package",
|
|
"test-without-package": "mkdir -p logs && cross-env NODE_ENV=test cucumber-js",
|
|
"package": "npm run init:git-submodule && electron-forge package",
|
|
"make:mac-x64": "npm run init:git-submodule && cross-env NODE_ENV=production electron-forge make --platform=darwin --arch=x64",
|
|
"make:mac-arm": "npm run init:git-submodule && cross-env NODE_ENV=production electron-forge make --platform=darwin --arch=arm64",
|
|
"make:win-x64": "npm run init:git-submodule && cross-env NODE_ENV=production electron-forge make --platform=win32 --arch=x64",
|
|
"make:win-arm": "npm run init:git-submodule && cross-env NODE_ENV=production electron-forge make --platform=win32 --arch=arm64",
|
|
"make:linux-x64": "npm run init:git-submodule && cross-env NODE_ENV=production electron-forge make --platform=linux --arch=x64",
|
|
"make:linux-arm": "npm run init:git-submodule && cross-env NODE_ENV=production electron-forge make --platform=linux --arch=arm64",
|
|
"clean": "rimraf ./out ./settings-dev ./logs ./.webpack && cross-env NODE_ENV=development npx ts-node scripts/developmentMkdir.ts && npm run init:git-submodule",
|
|
"init:git-submodule": "git submodule update --recursive && git submodule update --remote",
|
|
"lint": "eslint ./src --ext js,ts,tsx,json",
|
|
"lint:fix": "eslint ./src --ext js,ts,tsx,json --fix",
|
|
"installType": "typesync"
|
|
},
|
|
"repository": "https://github.com/tiddly-gittly/TidGi-Desktop",
|
|
"author": "Lin Onetwo <linonetwo012@gmail.com>, Quang Lam <quang.lam2807@gmail.com>",
|
|
"main": ".webpack/main",
|
|
"dependencies": {
|
|
"@tiddlygit/tiddlywiki": "5.2.2-prerelease-2021-12-10",
|
|
"app-path": "^3.3.0",
|
|
"best-effort-json-parser": "0.1.1",
|
|
"bluebird": "3.7.2",
|
|
"chokidar": "3.5.2",
|
|
"default-gateway": "^6.0.3",
|
|
"electron-ipc-cat": "1.1.0",
|
|
"electron-is-packaged": "1.0.2",
|
|
"electron-settings": "4.0.2",
|
|
"electron-squirrel-startup": "1.0.0",
|
|
"electron-unhandled": "3.0.2",
|
|
"electron-updater": "4.3.9",
|
|
"electron-util": "0.17.2",
|
|
"electron-window-state": "5.0.3",
|
|
"errio": "1.2.2",
|
|
"fs-extra": "10.0.0",
|
|
"git-sync-js": "^0.5.0",
|
|
"i18next": "21.3.3",
|
|
"i18next-electron-fs-backend": "2.0.0",
|
|
"i18next-fs-backend": "1.1.1",
|
|
"intercept-stdout": "0.1.2",
|
|
"inversify": "6.0.1",
|
|
"inversify-inject-decorators": "3.1.0",
|
|
"ipaddr.js": "^2.0.1",
|
|
"jimp": "0.16.1",
|
|
"lodash": "4.17.21",
|
|
"menubar": "9.1.0",
|
|
"node-fetch": "3.0.0",
|
|
"reflect-metadata": "0.1.13",
|
|
"registry-js": "1.15.1",
|
|
"rxjs": "7.4.0",
|
|
"semver": "7.3.5",
|
|
"source-map-support": "0.5.20",
|
|
"threads": "1.7.0",
|
|
"type-fest": "2.5.1",
|
|
"uuid": "8.3.2",
|
|
"winston": "3.3.3",
|
|
"winston-daily-rotate-file": "4.5.5",
|
|
"winston-transport": "4.4.0",
|
|
"zx": "4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@authing/sso": "1.8.4",
|
|
"@cucumber/cucumber": "7.3.1",
|
|
"@date-io/date-fns": "2.11.0",
|
|
"@dnd-kit/core": "4.0.0",
|
|
"@dnd-kit/modifiers": "4.0.0",
|
|
"@dnd-kit/sortable": "5.0.0",
|
|
"@dnd-kit/utilities": "3.0.0",
|
|
"@electron-forge/cli": "6.0.0-beta.61",
|
|
"@electron-forge/maker-deb": "6.0.0-beta.61",
|
|
"@electron-forge/maker-rpm": "6.0.0-beta.61",
|
|
"@electron-forge/maker-squirrel": "6.0.0-beta.61",
|
|
"@electron-forge/maker-zip": "6.0.0-beta.61",
|
|
"@electron-forge/plugin-auto-unpack-natives": "^6.0.0-beta.61",
|
|
"@electron-forge/plugin-webpack": "6.0.0-beta.61",
|
|
"@material-ui/core": "5.0.0-alpha.27",
|
|
"@material-ui/icons": "5.0.0-alpha.27",
|
|
"@material-ui/lab": "5.0.0-alpha.27",
|
|
"@material-ui/styled-engine-sc": "5.0.0-alpha.26",
|
|
"@types/bluebird": "3.5.36",
|
|
"@types/chai": "4.2.22",
|
|
"@types/circular-dependency-plugin": "5.0.4",
|
|
"@types/copy-webpack-plugin": "8.0.1",
|
|
"@types/csp-html-webpack-plugin": "3.0.2",
|
|
"@types/electron-window-state": "5.0.0",
|
|
"@types/eslint": "7.28.2",
|
|
"@types/eslint-plugin-prettier": "3.1.0",
|
|
"@types/event-hooks-webpack-plugin": "2.2.2",
|
|
"@types/file-loader": "5.0.1",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/i18next-fs-backend": "1.1.2",
|
|
"@types/intercept-stdout": "0.1.0",
|
|
"@types/ip": "1.1.0",
|
|
"@types/lodash": "4.14.176",
|
|
"@types/node": "16.11.4",
|
|
"@types/prettier": "2.4.1",
|
|
"@types/react": "17.0.32",
|
|
"@types/react-dom": "17.0.10",
|
|
"@types/react-helmet": "6.1.4",
|
|
"@types/rimraf": "3.0.2",
|
|
"@types/semver": "7.3.9",
|
|
"@types/simplebar": "5.3.3",
|
|
"@types/source-map-support": "^0.5.4",
|
|
"@types/styled-components": "5.1.15",
|
|
"@types/uuid": "8.3.1",
|
|
"@types/webpack-bundle-analyzer": "4.4.1",
|
|
"@types/webpack-node-externals": "2.5.3",
|
|
"@typescript-eslint/eslint-plugin": "5.1.0",
|
|
"@typescript-eslint/parser": "5.1.0",
|
|
"@vercel/webpack-asset-relocator-loader": "^1.7.0",
|
|
"ace-builds": "1.4.13",
|
|
"authing-js-sdk": "4.22.18",
|
|
"beautiful-react-hooks": "1.0.2",
|
|
"chai": "4.3.4",
|
|
"circular-dependency-plugin": "5.2.2",
|
|
"copy-webpack-plugin": "9.0.1",
|
|
"cross-env": "7.0.3",
|
|
"csp-html-webpack-plugin": "5.1.0",
|
|
"css-loader": "5.2.6",
|
|
"date-fns": "2.25.0",
|
|
"electron": "15.3.0",
|
|
"electron-rebuild": "3.2.3",
|
|
"eslint": "8.1.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-config-standard": "16.0.3",
|
|
"eslint-config-standard-with-typescript": "21.0.1",
|
|
"eslint-import-resolver-alias": "1.1.2",
|
|
"eslint-import-resolver-typescript": "2.5.0",
|
|
"eslint-plugin-html": "6.2.0",
|
|
"eslint-plugin-import": "2.25.2",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"eslint-plugin-promise": "5.1.1",
|
|
"eslint-plugin-react": "7.26.1",
|
|
"eslint-plugin-react-hooks": "4.2.0",
|
|
"eslint-plugin-security": "1.4.0",
|
|
"eslint-plugin-security-node": "1.0.14",
|
|
"eslint-plugin-typescript-sort-keys": "2.0.0",
|
|
"eslint-plugin-unicorn": "37.0.1",
|
|
"event-hooks-webpack-plugin": "2.2.0",
|
|
"file-loader": "6.2.0",
|
|
"fork-ts-checker-webpack-plugin": "7.0.0-alpha.8",
|
|
"graphql-hooks": "5.4.1",
|
|
"if-env": "1.0.4",
|
|
"node-loader": "2.0.0",
|
|
"prettier": "2.4.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-helmet": "6.1.0",
|
|
"react-i18next": "11.12.0",
|
|
"regedit": "4.0.0",
|
|
"rimraf": "3.0.2",
|
|
"simplebar": "6.0.0-beta.4",
|
|
"simplebar-react": "3.0.0-beta.5",
|
|
"spectron": "15.0.0",
|
|
"style-loader": "3.3.1",
|
|
"styled-components": "5.3.3",
|
|
"subscriptions-transport-ws": "0.9.19",
|
|
"threads-plugin": "1.4.0",
|
|
"ts-import-plugin": "1.6.7",
|
|
"ts-loader": "9.2.6",
|
|
"ts-migrate": "0.1.26",
|
|
"ts-node": "10.4.0",
|
|
"typeface-roboto": "1.1.13",
|
|
"typescript": "4.4.4",
|
|
"typescript-plugin-styled-components": "2.0.0",
|
|
"typesync": "0.8.0",
|
|
"webpack-bundle-analyzer": "4.5.0",
|
|
"webpack-node-externals": "3.0.0",
|
|
"webpack5-externals-plugin": "1.0.4",
|
|
"webpackbar": "5.0.0-3"
|
|
},
|
|
"private": false
|
|
}
|