TidGi-Desktop/package.json
tiddlygit-test 457cc2d681 v0.3.3
2020-10-11 19:31:50 +08:00

119 lines
4 KiB
JSON
Executable file

{
"name": "TiddlyGit",
"description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.",
"version": "0.3.3",
"main": "public/electron.js",
"scripts": {
"electron-dev": "npm run clean:dev && concurrently \"cross-env BROWSER=none npm run start\" \"wait-on http://localhost:3000 && electron .\" -k",
"dist-dev": "npm run clean:dev && cross-env CSC_IDENTITY_AUTO_DISCOVERY=false npm run dist",
"dist": "npm run build && node dist.js",
"clean:dev": "rimraf ./logs && rimraf ./dist && rimraf ./build",
"build": "rescripts build",
"start": "rescripts start",
"test": "mocha ./tests",
"lint": "eslint ./public ./src --ext js",
"lint:fix": "eslint ./public ./src --ext js --fix",
"flow-typed": "rimraf flow-typed/npm && flow-typed install --overwrite || true",
"postinstall": "npx patch-package && electron-builder install-app-deps && if-env CI=true && echo \"skip flow-typed\" || npm run flow-typed"
},
"repository": "https://github.com/tiddly-gittly/TiddlyGit-Desktop",
"author": "Lin Onetwo<linonetwo012@gmail.com>, Quang Lam <quang.lam2807@gmail.com>",
"dependencies": {
"@cliqz/adblocker-electron": "1.18.3",
"@tiddlygit/tiddlywiki": "^5.1.23-prerelease.20201011-fix-file-info",
"bluebird": "^3.7.2",
"chokidar": "^3.4.2",
"darkreader": "4.9.21",
"download": "8.0.0",
"dugite": "1.91.3",
"electron-context-menu": "2.3.0",
"electron-is-dev": "1.2.0",
"electron-settings": "4.0.2",
"electron-updater": "4.3.5",
"electron-window-state": "5.0.3",
"fs-extra": "9.0.1",
"i18next": "^19.8.2",
"i18next-electron-fs-backend": "^1.3.5",
"i18next-fs-backend": "^1.0.7",
"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",
"regedit": "3.0.3",
"semver": "7.3.2",
"tmp": "0.2.1",
"uuid": "8.3.1",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"winston-transport": "^4.4.0"
},
"devDependencies": {
"@authing/sso": "1.6.0",
"@date-io/date-fns": "2.10.6",
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^4.0.0-alpha.12",
"@rescripts/cli": "0.0.14",
"ace-builds": "1.4.12",
"babel-eslint": "10.1.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"classnames": "2.2.6",
"concurrently": "5.3.0",
"cross-env": "7.0.2",
"date-fns": "2.16.1",
"electron": "10.1.3",
"electron-builder": "22.8.1",
"electron-notarize": "1.0.0",
"eslint": "^7.11.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "6.12.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-html": "6.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.21.4",
"eslint-plugin-react-hooks": "4.1.2",
"eslint-plugin-sonarjs": "0.5.0",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-unicorn": "22.0.0",
"flow-bin": "0.135.0",
"flow-typed": "3.2.1",
"graphql-hooks": "5.0.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-ace": "9.1.4",
"react-dom": "16.13.1",
"react-i18next": "^11.7.3",
"react-redux": "7.2.1",
"react-scripts": "3.4.3",
"react-sortable-hoc": "1.11.0",
"react-window": "1.8.5",
"react-window-infinite-loader": "1.0.5",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"rescript-disable-eslint": "1.0.2",
"rimraf": "^3.0.2",
"simplebar": "6.0.0-beta.4",
"simplebar-react": "3.0.0-beta.5",
"styled-components": "5.2.0",
"styled-is": "1.3.0",
"typeface-roboto": "1.1.13",
"wait-on": "5.2.0"
},
"homepage": "./",
"private": false,
"rescripts": [
"disable-eslint"
],
"browserslist": [
"last 1 electron version"
]
}