TidGi-Desktop/package.json
2023-05-22 18:24:23 +08:00

183 lines
7.3 KiB
JSON

{
"name": "tidgi",
"productName": "TidGi",
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
"version": "0.8.0-prerelease2",
"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-ia32": "npm run init:git-submodule && cross-env NODE_ENV=production electron-forge make --platform=win32 --arch=ia32",
"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.3.0-prerelease-2023-05-22",
"app-path": "4.0.0",
"best-effort-json-parser": "1.0.1",
"bluebird": "3.7.2",
"default-gateway": "6.0.3",
"dugite": "^2.5.0",
"electron-ipc-cat": "1.2.9",
"electron-is-packaged": "1.0.2",
"electron-settings": "5.0.0",
"electron-squirrel-startup": "1.0.0",
"electron-unhandled": "4.0.1",
"electron-util": "0.17.2",
"electron-window-state": "5.0.3",
"errio": "1.2.2",
"fs-extra": "11.1.1",
"git-sync-js": "^1.0.5",
"i18next": "22.5.0",
"i18next-electron-fs-backend": "3.0.0",
"i18next-fs-backend": "2.1.2",
"intercept-stdout": "0.1.2",
"inversify": "6.0.1",
"inversify-inject-decorators": "3.1.0",
"ipaddr.js": "2.0.1",
"jimp": "0.22.8",
"lodash": "4.17.21",
"menubar": "9.3.0",
"nanoid": "^4.0.2",
"node-fetch": "3.3.1",
"reflect-metadata": "0.1.13",
"registry-js": "1.15.1",
"rxjs": "7.8.1",
"semver": "7.5.1",
"source-map-support": "0.5.21",
"strip-ansi": "^7.0.1",
"threads": "1.7.0",
"type-fest": "3.10.0",
"typescript-styled-is": "^2.1.0",
"v8-compile-cache-lib": "^3.0.1",
"winston": "3.8.2",
"winston-daily-rotate-file": "4.7.1",
"winston-transport": "4.5.0",
"zx": "7.2.2"
},
"devDependencies": {
"@cucumber/cucumber": "9.1.2",
"@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.1.1",
"@electron-forge/maker-deb": "6.1.1",
"@electron-forge/maker-flatpak": "6.1.1",
"@electron-forge/maker-rpm": "6.1.1",
"@electron-forge/maker-snap": "6.1.1",
"@electron-forge/maker-squirrel": "6.1.1",
"@electron-forge/maker-wix": "6.1.1",
"@electron-forge/maker-zip": "6.1.1",
"@electron-forge/plugin-auto-unpack-natives": "6.1.1",
"@electron-forge/plugin-webpack": "6.1.1",
"@electron/rebuild": "^3.2.13",
"@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",
"@reforged/maker-appimage": "^3.2.0",
"@types/bluebird": "3.5.38",
"@types/chai": "4.3.5",
"@types/circular-dependency-plugin": "5.0.5",
"@types/csp-html-webpack-plugin": "3.0.2",
"@types/eslint": "8.37.0",
"@types/event-hooks-webpack-plugin": "2.2.2",
"@types/fs-extra": "11.0.1",
"@types/i18next-fs-backend": "1.1.2",
"@types/intercept-stdout": "0.1.0",
"@types/ip": "1.1.0",
"@types/lodash": "4.14.194",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/react-helmet": "6.1.6",
"@types/rimraf": "4.0.5",
"@types/semver": "7.5.0",
"@types/source-map-support": "0.5.6",
"@types/styled-components": "5.1.26",
"@types/webpack-bundle-analyzer": "4.6.0",
"@types/webpack-node-externals": "3.0.0",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"ajv": "^8.12.0",
"authing-js-sdk": "4.23.29",
"beautiful-react-hooks": "4.3.0",
"chai": "4.3.7",
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"csp-html-webpack-plugin": "5.1.0",
"css-loader": "6.7.4",
"date-fns": "2.30.0",
"dprint": "^0.36.1",
"electron": "24.3.1",
"electron-wix-msi": "^5.0.0",
"esbuild-loader": "^3.0.1",
"eslint": "8.40.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "34.0.1",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-autofix": "^1.1.0",
"eslint-plugin-dprint-integration": "^0.3.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-security-node": "1.1.1",
"eslint-plugin-typescript-sort-keys": "2.3.0",
"eslint-plugin-unicorn": "47.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"event-hooks-webpack-plugin": "2.3.0",
"fork-ts-checker-webpack-plugin": "8.0.0",
"graphql-hooks": "6.2.3",
"if-env": "1.0.4",
"json5": "^2.2.3",
"node-abi": "^3.40.0",
"node-loader": "2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-i18next": "12.3.1",
"rimraf": "5.0.1",
"simplebar": "6.0.0-beta.4",
"simplebar-react": "3.0.0-beta.5",
"style-loader": "3.3.2",
"styled-components": "5.3.6",
"threads-plugin": "1.4.0",
"ts-import-plugin": "3.0.0",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"tw5-typed": "^0.2.27",
"typeface-roboto": "1.1.13",
"typescript": "5.0.4",
"typescript-plugin-styled-components": "2.0.0",
"typesync": "0.11.0",
"webpack-bundle-analyzer": "4.8.0",
"webpack-node-externals": "3.0.0",
"webpack5-externals-plugin": "1.0.4",
"webpackbar": "5.0.2"
},
"private": false
}