New key bindings! Added ability to search by tag and by date. Though there is still a bug in by date. Lots of DB code updates. Adding electron if casses. Some of these features are electrong spesific so it is checking that it is electron. Changing how tagging control works so I could have multiple on the same page. Added some error tracking code so I would get notified of internal errors if online. New preload script (special feature in electron)
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "time-chain",
|
|
"version": "1.0.0",
|
|
"description": "timechain",
|
|
"author": "Jaosn Tudisco",
|
|
"license": "UNLICENSED",
|
|
"main": "main.js",
|
|
"build": {
|
|
"appId": "com.duker.timechain",
|
|
"win": {
|
|
"icon": "src/img/chains.png"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "parcel build --dist-dir ./src/dist --target \"jason\" start.js",
|
|
"watch": "parcel --dist-dir ./src/dist --target \"jason\" start.js",
|
|
"build-main": "parcel build --dist-dir ./src/dist --target \"jason\" main.js",
|
|
"rebuild": "electron-rebuild -f -w better-sqlite3",
|
|
"xxxpostinstall": "electron-builder install-app-deps"
|
|
},
|
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
|
"targets": {
|
|
"jason": {
|
|
"distDir": "./src/dist"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-less": "^2.3.0",
|
|
"@parcel/transformer-sass": "^2.3.0",
|
|
"@riotjs/compiler": "^6.1.3",
|
|
"@riotjs/parcel-transformer-riot": "https://git.ptud.biz/tudisco/parcel-transformer-riot/archive/v8.tar.gz",
|
|
"electron": "^16.0.7",
|
|
"electron-rebuild": "^3.2.7",
|
|
"jest": "^27.4.7",
|
|
"less": "^4.1.2",
|
|
"parcel": "^2",
|
|
"standard": "^16.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/browser": "^6.17.6",
|
|
"@sentry/tracing": "^6.17.6",
|
|
"@yaireo/tagify": "^4.9.5",
|
|
"better-sqlite3": "^7.5.0",
|
|
"conf": "^10.1.1",
|
|
"dayjs": "^1.10.7",
|
|
"electron-config": "^2.0.0",
|
|
"empty-lite": "^1.2.0",
|
|
"es6-interface": "^3.2.1",
|
|
"hash.js": "^1.1.7",
|
|
"keymage": "^1.1.3",
|
|
"nanoid": "^3.2.0",
|
|
"pubsub-js": "^1.9.4",
|
|
"riot": "^6.1.2",
|
|
"sanitize-html": "^2.6.1"
|
|
}
|
|
}
|