{ "name": "TiddlyGit", "description": "Customizable personal knowledge-base with Github as unlimited storage and blogging platform.", "version": "0.0.1", "main": "public/electron.js", "scripts": { "electron-dev": "concurrently \"cross-env BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\" -k", "dist": "yarn build && node dist.js", "dist-dev": "cross-env CSC_IDENTITY_AUTO_DISCOVERY=false yarn dist", "build": "react-scripts build", "start": "react-scripts start", "test": "mocha ./tests", "lint": "eslint ./public ./src --ext js", "lint:fix": "eslint ./public ./src --ext js --fix", "postinstall": "npx patch-package && electron-builder install-app-deps" }, "repository": "https://github.com/tiddly-gittly/TiddlyGit-Desktop", "author": "Lin Onetwo, Quang Lam ", "dependencies": { "@cliqz/adblocker-electron": "1.15.1", "cheerio": "1.0.0-rc.3", "darkreader": "4.9.10", "download": "8.0.0", "electron-context-menu": "2.0.1", "electron-is-dev": "1.2.0", "electron-settings": "3.2.0", "electron-updater": "4.3.3", "electron-window-state": "5.0.3", "follow-redirects": "1.11.0", "fs-extra": "9.0.1", "is-url": "1.2.4", "jimp": "0.13.0", "menubar": "8.0.2", "node-fetch": "2.6.0", "proxy-agent": "3.1.1", "regedit": "3.0.3", "semver": "7.3.2", "styled-components": "^5.1.1", "styled-is": "^1.3.0", "tiddlywiki": "^5.1.22", "tmp": "0.2.1", "uuid": "8.1.0" }, "devDependencies": { "@date-io/date-fns": "1.3.13", "@material-ui/core": "4.10.2", "@material-ui/icons": "4.9.1", "@material-ui/pickers": "3.2.10", "ace-builds": "1.4.11", "algoliasearch": "4.2.0", "babel-eslint": "10.1.0", "babel-preset-env": "1.7.0", "babel-preset-react": "6.24.1", "blueimp-md5": "2.16.0", "classnames": "2.2.6", "concurrently": "5.2.0", "cross-env": "7.0.2", "date-fns": "2.14.0", "electron": "8.3.1", "electron-builder": "22.7.0", "electron-notarize": "0.3.0", "eslint": "6.8.0", "eslint-config-airbnb": "18.1.0", "eslint-plugin-import": "2.21.1", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-react": "7.20.0", "eslint-plugin-react-hooks": "1.7.0", "prop-types": "15.7.2", "react": "16.13.1", "react-ace": "8.1.0", "react-dom": "16.13.1", "react-redux": "7.2.0", "react-scripts": "3.4.1", "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", "simplebar": "5.2.0", "simplebar-react": "2.2.0", "typeface-roboto": "0.0.75", "wait-on": "5.0.1" }, "homepage": "./", "private": false, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }