Last active
June 1, 2022 18:33
-
-
Save antontroskie/e36ee04d7881cb865c42ca0592118f19 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This gist exceeds the recommended number of files (~10).
To access all files, please clone this gist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/test_utils.rs","entries":[{"id":"84Eh.rs","timestamp":1649158583654},{"id":"gND2.rs","timestamp":1649160514486},{"id":"pfvG.rs","timestamp":1649161210513},{"id":"anIS.rs","timestamp":1649161549070},{"id":"hUIq.rs","source":"searchReplace.source","timestamp":1649173285080},{"id":"gSAe.rs","timestamp":1649173344508},{"id":"GuyM.rs","timestamp":1649173962052},{"id":"wlwB.rs","timestamp":1649173992616},{"id":"uYw1.rs","timestamp":1649174026060},{"id":"me7H.rs","timestamp":1649174116443},{"id":"WFhj.rs","source":"undoRedo.source","timestamp":1649174119855},{"id":"nIU5.rs","timestamp":1649174200727},{"id":"ofWM.rs","source":"searchReplace.source","timestamp":1649174279291},{"id":"bQnr.rs","timestamp":1649174428083},{"id":"jXjG.rs","timestamp":1651589874823},{"id":"ZAQl.rs","timestamp":1651589892247},{"id":"1QGF.rs","timestamp":1652784518891},{"id":"v78V.rs","timestamp":1652784563812},{"id":"jIF4.rs","timestamp":1652785078264},{"id":"MmPf.rs","timestamp":1652788618488}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/interfaces.ts","entries":[{"id":"mS6c.ts","source":"Workspace Edit","timestamp":1650967343627},{"id":"k9UZ.ts","timestamp":1652986489846},{"id":"UtNW.ts","timestamp":1652986516502},{"id":"NuNd.ts","timestamp":1654075830641}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/BalanceDropDown/styles.scss","entries":[{"id":"Hj03.scss","timestamp":1652969534273},{"id":"qBBy.scss","timestamp":1652985823444},{"id":"SBlz.scss","timestamp":1652985876704},{"id":"sIqN.scss","timestamp":1652985925099},{"id":"NcvI.scss","timestamp":1652986224429},{"id":"N8Eu.scss","timestamp":1654081269001},{"id":"0ou4.scss","timestamp":1654081286584}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/devops/env/ci.env.config","entries":[{"id":"WF6v.config","timestamp":1652877695492},{"id":"P0bD.config","timestamp":1652877760264}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/bin/node/pre_launch.rs","entries":[{"id":"41se.rs","source":"searchReplace.source","timestamp":1649242388130},{"id":"rkLo.rs","timestamp":1649242507031}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "plasma-wallet", | |
"version": "0.0.1", | |
"description": "An MUI alternative to the State wallet", | |
"main": "./dist/main/main.js", | |
"author": { | |
"name": "Anton Troskie", | |
"email": "[email protected]" | |
}, | |
"scripts": { | |
"electron-rebuild": "node -r ts-node/register ../../.cfg/scripts/electron-rebuild.js", | |
"link-modules": "node -r ts-node/register ../../.cfg/scripts/link-modules.ts", | |
"postinstall": "npm run electron-rebuild && npm run link-modules" | |
}, | |
"dependencies": { | |
"pouchdb-adapter-http": "^7.3.0", | |
"pouchdb-adapter-leveldb": "^7.3.0" | |
}, | |
"license": "MIT" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/release/app/package.json","entries":[{"id":"Udi1.json","timestamp":1650380753093},{"id":"57Zt.json","timestamp":1650545508927},{"id":"wC6X.json","timestamp":1650547328641},{"id":"mljf.json","source":"Workspace Edit","timestamp":1650627442623},{"id":"Q3jd.json","source":"Workspace Edit","timestamp":1650629603453},{"id":"iOLZ.json","source":"Workspace Edit","timestamp":1650641708820},{"id":"iqCh.json","source":"Workspace Edit","timestamp":1650899496694}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "plasma-wallet", | |
"version": "0.0.1", | |
"description": "An MUI alternative to the State wallet", | |
"main": "./dist/main/main.js", | |
"author": { | |
"name": "Anton Troskie", | |
"email": "[email protected]" | |
}, | |
"scripts": { | |
"electron-rebuild": "node -r ts-node/register ../../.cfg/scripts/electron-rebuild.js", | |
"link-modules": "node -r ts-node/register ../../.cfg/scripts/link-modules.ts", | |
"postinstall": "npm run electron-rebuild && npm run link-modules" | |
}, | |
"dependencies": { | |
"@nozbe/watermelondb": "^0.24.0", | |
"better-sqlite3": "^7.5.0" | |
}, | |
"license": "MIT" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "plasma-wallet", | |
"version": "0.0.1", | |
"description": "An MUI alternative to the State wallet", | |
"main": "./dist/main/main.js", | |
"author": { | |
"name": "Anton Troskie", | |
"email": "[email protected]" | |
}, | |
"scripts": { | |
"electron-rebuild": "node -r ts-node/register ../../.cfg/scripts/electron-rebuild.js", | |
"link-modules": "node -r ts-node/register ../../.cfg/scripts/link-modules.ts", | |
"postinstall": "npm run electron-rebuild && npm run link-modules" | |
}, | |
"dependencies": {}, | |
"license": "MIT" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "plasma-wallet", | |
"version": "0.0.1", | |
"description": "An MUI alternative to the State wallet", | |
"main": "./dist/main/main.js", | |
"author": { | |
"name": "Anton Troskie", | |
"email": "[email protected]" | |
}, | |
"scripts": { | |
"electron-rebuild": "node -r ts-node/register ../../.cfg/scripts/electron-rebuild.js", | |
"link-modules": "node -r ts-node/register ../../.cfg/scripts/link-modules.ts", | |
"postinstall": "npm run electron-rebuild && npm run link-modules" | |
}, | |
"dependencies": { | |
"express-pouchdb": "^4.2.0", | |
"pouchdb-adapter-http": "^7.3.0", | |
"pouchdb-adapter-leveldb": "^7.3.0", | |
"rxdb": "^11.6.0", | |
"rxjs": "^7.5.5" | |
}, | |
"license": "MIT" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "plasma-wallet", | |
"version": "0.0.1", | |
"description": "An MUI alternative to the State wallet", | |
"main": "./dist/main/main.js", | |
"author": { | |
"name": "Anton Troskie", | |
"email": "[email protected]" | |
}, | |
"scripts": { | |
"electron-rebuild": "node -r ts-node/register ../../.cfg/scripts/electron-rebuild.js", | |
"link-modules": "node -r ts-node/register ../../.cfg/scripts/link-modules.ts", | |
"postinstall": "npm run electron-rebuild && npm run link-modules" | |
}, | |
"dependencies": { | |
"@nozbe/watermelondb": "^0.24.0", | |
"better-sqlite3": "^7.5.0", | |
"fix-path": "^4.0.0" | |
}, | |
"license": "MIT" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "plasma-wallet", | |
"version": "0.0.1", | |
"description": "An MUI alternative to the State wallet", | |
"main": "./dist/main/main.js", | |
"author": { | |
"name": "Anton Troskie", | |
"email": "[email protected]" | |
}, | |
"scripts": { | |
"electron-rebuild": "node -r ts-node/register ../../.cfg/scripts/electron-rebuild.js", | |
"link-modules": "node -r ts-node/register ../../.cfg/scripts/link-modules.ts", | |
"postinstall": "npm run electron-rebuild && npm run link-modules" | |
}, | |
"dependencies": { | |
"@nozbe/watermelondb": "^0.24.0", | |
"better-sqlite3": "^7.5.0" | |
}, | |
"license": "MIT" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "plasma-wallet", | |
"version": "0.0.1", | |
"description": "An MUI alternative to the State wallet", | |
"main": "./dist/main/main.js", | |
"author": { | |
"name": "Anton Troskie", | |
"email": "[email protected]" | |
}, | |
"scripts": { | |
"electron-rebuild": "node -r ts-node/register ../../.cfg/scripts/electron-rebuild.js", | |
"link-modules": "node -r ts-node/register ../../.cfg/scripts/link-modules.ts", | |
"postinstall": "npm run electron-rebuild && npm run link-modules" | |
}, | |
"dependencies": { | |
"express-pouchdb": "^4.2.0", | |
"pouchdb-adapter-http": "^7.3.0", | |
"pouchdb-adapter-leveldb": "^7.3.0" | |
}, | |
"license": "MIT" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/ZenottaInstance/mgmtClient.ts","entries":[{"id":"8DoF.ts","source":"searchReplace.source","timestamp":1651787599637},{"id":"u4yA.ts","timestamp":1652177879375},{"id":"OrPQ.ts","source":"searchReplace.source","timestamp":1652178459450},{"id":"PYAs.ts","timestamp":1652179572281},{"id":"sAze.ts","timestamp":1652179602629},{"id":"1DnR.ts","timestamp":1652366422866},{"id":"BReN.ts","timestamp":1652378544603},{"id":"zI4M.ts","source":"Add all missing imports","timestamp":1652435819580},{"id":"9OQA.ts","timestamp":1652717980492},{"id":"ZWqi.ts","timestamp":1653395392769}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/comms_handler/node.rs","entries":[{"id":"UDyI.rs","timestamp":1649681239063},{"id":"f5xC.rs","timestamp":1649681282535},{"id":"LE59.rs","timestamp":1649958440189}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/devops/src/znp/znp-dev-anton.pem","entries":[{"id":"Xn0e.pem","timestamp":1649425111898},{"id":"kskx.pem","source":"renamed.source","timestamp":1649425310797},{"id":"VzZW.pem","source":"moved.source","timestamp":1649425314034}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/rust_warp_react/backend/src/main.rs","entries":[{"id":"rNII.rs","timestamp":1651738210058},{"id":"qCmH.rs","timestamp":1652271990888},{"id":"h80S.rs","timestamp":1652273711556},{"id":"o7Es.rs","timestamp":1652276105299},{"id":"rBTn.rs","timestamp":1652276620391},{"id":"3khe.rs","timestamp":1652277351017},{"id":"g8mR.rs","timestamp":1652278477023},{"id":"eb4F.rs","timestamp":1652278553171},{"id":"bmw8.rs","timestamp":1652278587339},{"id":"4yQp.rs","timestamp":1652278893755},{"id":"ypSd.rs","timestamp":1652278927519},{"id":"ZiuZ.rs","timestamp":1652278951375},{"id":"azH1.rs","timestamp":1652278962603},{"id":"Focf.rs","timestamp":1652279402950},{"id":"uGKL.rs","timestamp":1652279490785},{"id":"EZG9.rs","timestamp":1652279539417},{"id":"gcWH.rs","timestamp":1652279551441},{"id":"Oeu5.rs","timestamp":1652279563529},{"id":"4ysG.rs","timestamp":1652279589441}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/naom-bindings/package.json","entries":[{"id":"hiFC.json","timestamp":1653316773085}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "naom-bindings", | |
"version": "0.1.0", | |
"files": [ | |
"naom_bindings_bg.wasm", | |
"naom_bindings.js", | |
"naom_bindings.d.ts" | |
], | |
"module": "naom_bindings.js", | |
"types": "naom_bindings.d.ts", | |
"sideEffects": false, | |
"yalcSig": "ff461362e0b8f24b73e5f448ea00f14d" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/rust_warp_react/backend/Cargo.toml","entries":[{"id":"C5x8.toml","timestamp":1652272316477},{"id":"Yoe8.toml","timestamp":1652272352869},{"id":"iY9B.toml","timestamp":1652272637367},{"id":"fhUE.toml","source":"undoRedo.source","timestamp":1652272645539},{"id":"prw1.toml","timestamp":1652272668895},{"id":"CuNj.toml","timestamp":1652272730083},{"id":"J7HZ.toml","timestamp":1652272861258},{"id":"b9n6.toml","timestamp":1652273082389},{"id":"AvS4.toml","timestamp":1652275263951},{"id":"lSvz.toml","timestamp":1652275412325},{"id":"Xhqe.toml","timestamp":1652275432532},{"id":"OtGs.toml","timestamp":1652275463119},{"id":"mk9Y.toml","timestamp":1652275507118},{"id":"9XNT.toml","timestamp":1652275530585},{"id":"hBGZ.toml","timestamp":1652275544452},{"id":"YIqv.toml","timestamp":1652275564924}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/naom/src/constants.rs","entries":[{"id":"iX5Y.rs","timestamp":1652192435500}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/rust_warp_react/backend/src/lib.rs","entries":[{"id":"w4Dg.rs","timestamp":1652276015393},{"id":"pdgb.rs","timestamp":1652278463003},{"id":"x9AE.rs","timestamp":1652279797852},{"id":"k2Sj.rs","timestamp":1652279990463}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/index.tsx","entries":[{"id":"mbYr.tsx","timestamp":1653662621899},{"id":"QV7v.tsx","timestamp":1653662650227}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/src/main/prodfixes.ts","entries":[{"id":"1235.ts","source":"Workspace Edit","timestamp":1650622937786},{"id":"1Yqd.ts","timestamp":1650622941322}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/tauri-app/src-tauri/Cargo.toml","entries":[{"id":"UWtL.toml","timestamp":1653573591762},{"id":"JVZv.toml","timestamp":1653573618851}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/tests/__tests__/txMgmt.test.ts","entries":[{"id":"akbd.ts","source":"searchReplace.source","timestamp":1652436377208},{"id":"KBu9.ts","timestamp":1652447289292},{"id":"V6Qv.ts","timestamp":1652447305776},{"id":"uK5X.ts","timestamp":1652447322132},{"id":"GRAr.ts","timestamp":1652447395792},{"id":"qUps.ts","timestamp":1652447437564},{"id":"j5cj.ts","timestamp":1652447552831},{"id":"Judt.ts","timestamp":1652447740844},{"id":"20Wa.ts","timestamp":1652448210892},{"id":"TUpu.ts","timestamp":1652883621611},{"id":"rHaZ.ts","timestamp":1652883655571}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/api/handlers.rs","entries":[{"id":"S3AD.rs","timestamp":1652718614570},{"id":"jD5R.rs","timestamp":1652719340907},{"id":"iPKL.rs","source":"undoRedo.source","timestamp":1652780923811},{"id":"sFAe.rs","timestamp":1652781778828},{"id":"x3jF.rs","timestamp":1652781861973},{"id":"FsNS.rs","timestamp":1652781888529},{"id":"TtTt.rs","timestamp":1652781981026},{"id":"XZSe.rs","timestamp":1652781998174},{"id":"U13L.rs","timestamp":1652782023242},{"id":"xJAx.rs","timestamp":1652782117207},{"id":"b9dT.rs","timestamp":1652782148043},{"id":"mXwP.rs","timestamp":1652789698236},{"id":"sCBF.rs","timestamp":1652791649005},{"id":"VwHc.rs","timestamp":1652791707412},{"id":"p9j1.rs","timestamp":1652795130469},{"id":"TiDv.rs","timestamp":1652795144909},{"id":"Xhet.rs","timestamp":1652795189057},{"id":"4rob.rs","timestamp":1652795254957},{"id":"mfHk.rs","timestamp":1652795301605},{"id":"gWQX.rs","timestamp":1652795326913},{"id":"vYhs.rs","timestamp":1652795374181},{"id":"Jsu8.rs","timestamp":1652795652400},{"id":"k7e6.rs","timestamp":1652795665112},{"id":"Bhni.rs","timestamp":1652795695504},{"id":"CY0V.rs","timestamp":1652795718492},{"id":"0fJq.rs","timestamp":1652795733368},{"id":"ktns.rs","source":"undoRedo.source","timestamp":1652795744452},{"id":"7NcW.rs","timestamp":1652795763088},{"id":"XeiA.rs","source":"undoRedo.source","timestamp":1652795856955},{"id":"Fjtt.rs","timestamp":1652796266998},{"id":"cwMk.rs","timestamp":1652797023175},{"id":"4VL2.rs","timestamp":1652797058987},{"id":"d0NW.rs","timestamp":1652797089167},{"id":"CO0i.rs","timestamp":1652797134183},{"id":"Dfji.rs","timestamp":1652797160391},{"id":"RyL6.rs","timestamp":1652797176735},{"id":"jxDg.rs","timestamp":1652797217262},{"id":"ILKd.rs","timestamp":1652797242270},{"id":"NFBz.rs","timestamp":1652797294462},{"id":"E1vm.rs","timestamp":1652797331418},{"id":"eReW.rs","timestamp":1652797348446},{"id":"oAtv.rs","timestamp":1652797388509},{"id":"fbTe.rs","timestamp":1652797432501},{"id":"voEJ.rs","source":"undoRedo.source","timestamp":1652797440245},{"id":"HjWh.rs","timestamp":1652797647472},{"id":"87nD.rs","timestamp":1652798194565},{"id":"sXo2.rs","timestamp":1652798413924},{"id":"bmgx.rs","source":"searchReplace.source","timestamp":1652867579264},{"id":"BYbA.rs","timestamp":1652867903955},{"id":"v8L2.rs","timestamp":1652868124982}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/.prettierrc","entries":[{"id":"M1QY","timestamp":1650452356745},{"id":"zaKN","source":"undoRedo.source","timestamp":1650452373305}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. | |
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp | |
// List of extensions which should be recommended for users of this workspace. | |
"recommendations": [], | |
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. | |
"unwantedRecommendations": [], | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. | |
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp | |
// List of extensions which should be recommended for users of this workspace. | |
"recommendations": [], | |
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. | |
"unwantedRecommendations": [] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/django-course/.vscode/extensions.json","entries":[{"id":"BEnc.json","timestamp":1651793807225},{"id":"AgSS.json","timestamp":1651795230089}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/.cfg/configs/webpack.config.base.ts","entries":[{"id":"icFS.ts","timestamp":1650641976007}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta.code-workspace","entries":[{"id":"ancn.code-workspace","timestamp":1652710480472}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/tauri-app/.vscode/settings.json","entries":[{"id":"u8Ro.json","timestamp":1653573442823},{"id":"oZRr.json","timestamp":1653573491830},{"id":"ukM1.json","timestamp":1653573505114}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rust-analyzer.linkedProjects": [ | |
"/home/anton/tauri-app/src-tauri/Cargo.toml", | |
], | |
"editor.formatOnSave": true, | |
"cmake.configureOnOpen": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rust-analyzer.linkedProjects": [ | |
"/home/anton/tauri-app/src/tauri/Cargo.toml", | |
], | |
"editor.formatOnSave": true, | |
"cmake.configureOnOpen": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rust-analyzer.linkedProjects": [ | |
"/home/anton/tauri-app/src-tauri/Cargo.toml", | |
], | |
"editor.formatOnSave": true, | |
"cmake.configureOnOpen": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/store/NetworkStore.ts","entries":[{"id":"EvFC.ts","timestamp":1653318245248},{"id":"DE43.ts","source":"undoRedo.source","timestamp":1653318340568},{"id":"cJJc.ts","timestamp":1653318389624},{"id":"cMoJ.ts","timestamp":1653318673664},{"id":"gCnV.ts","timestamp":1653319060056},{"id":"GHrq.ts","source":"Workspace Edit","timestamp":1653319063492},{"id":"8uNn.ts","timestamp":1653394328513},{"id":"rMRx.ts","timestamp":1653394349101},{"id":"bi7f.ts","timestamp":1653394408856},{"id":"twMB.ts","timestamp":1653394427560},{"id":"EL6m.ts","source":"undoRedo.source","timestamp":1653395987439},{"id":"IYvD.ts","timestamp":1653396009891},{"id":"NQEq.ts","timestamp":1653396028959},{"id":"gxgi.ts","timestamp":1653396232121},{"id":"3gNF.ts","timestamp":1653396246165},{"id":"jO61.ts","timestamp":1653396277965},{"id":"RuIN.ts","timestamp":1653396358693},{"id":"hoxY.ts","timestamp":1653396407173},{"id":"EJ5H.ts","timestamp":1653396426941},{"id":"754W.ts","source":"Workspace Edit","timestamp":1653396440648},{"id":"K3hC.ts","timestamp":1653396469392},{"id":"uI1o.ts","timestamp":1653396490532},{"id":"24HA.ts","timestamp":1653396532188},{"id":"sIUh.ts","source":"Workspace Edit","timestamp":1653396541684},{"id":"wtxH.ts","timestamp":1653396574372},{"id":"frtV.ts","source":"Workspace Edit","timestamp":1653396586764},{"id":"uKiA.ts","source":"undoRedo.source","timestamp":1653396598968},{"id":"dQBB.ts","source":"Workspace Edit","timestamp":1653396843251},{"id":"y2sA.ts","source":"Update import from \"../mgmt/ioMgmt\"","timestamp":1653396853107},{"id":"4QLy.ts","source":"Workspace Edit","timestamp":1653397168574},{"id":"iibr.ts","source":"Workspace Edit","timestamp":1653397510869},{"id":"6yak.ts","timestamp":1653549425655},{"id":"Pwdm.ts","timestamp":1653555191188},{"id":"Y5GU.ts","source":"Workspace Edit","timestamp":1653555199324},{"id":"afoh.ts","timestamp":1653651910105},{"id":"7nSd.ts","source":"Workspace Edit","timestamp":1653651924309},{"id":"HfuW.ts","timestamp":1653652154885},{"id":"zg6t.ts","timestamp":1653652241589},{"id":"0zWx.ts","timestamp":1653652333829},{"id":"0jHe.ts","timestamp":1653652358104},{"id":"anCC.ts","timestamp":1654000036421},{"id":"Vs7V.ts","timestamp":1654000052533},{"id":"2bbf.ts","timestamp":1654000200448},{"id":"UiCS.ts","source":"Workspace Edit","timestamp":1654004186765},{"id":"Z761.ts","source":"Workspace Edit","timestamp":1654077596517},{"id":"Ynic.ts","timestamp":1654077763490},{"id":"2wGx.ts","timestamp":1654078103632},{"id":"klun.ts","timestamp":1654078122972},{"id":"K51N.ts","source":"Workspace Edit","timestamp":1654082128912},{"id":"TAvg.ts","source":"Workspace Edit","timestamp":1654085545325}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/naom/src/utils/test_utils.rs","entries":[{"id":"ec3E.rs","timestamp":1650989296575},{"id":"PBzI.rs","timestamp":1650989340138},{"id":"nvH7.rs","timestamp":1650989363582},{"id":"WeEW.rs","timestamp":1650989387970},{"id":"D3Ux.rs","timestamp":1650989436005},{"id":"l8Eb.rs","timestamp":1650989447901},{"id":"IgL9.rs","timestamp":1650989452265},{"id":"DkIB.rs","timestamp":1650989481669},{"id":"Mmwq.rs","timestamp":1650990785365},{"id":"L392.rs","timestamp":1650990800473},{"id":"OMrh.rs","timestamp":1650990815301},{"id":"iBHJ.rs","timestamp":1650990847597},{"id":"tO5T.rs","timestamp":1650990858013},{"id":"uemH.rs","timestamp":1650990872109},{"id":"qBUn.rs","timestamp":1650990922093},{"id":"viZm.rs","timestamp":1651139024780},{"id":"KOeD.rs","timestamp":1651502618126},{"id":"5YVf.rs","timestamp":1651756823392},{"id":"VPQN.rs","timestamp":1651756874471},{"id":"0Xd8.rs","timestamp":1651756902471},{"id":"U2su.rs","timestamp":1651756936814},{"id":"NsZa.rs","timestamp":1652089573029},{"id":"2IaU.rs","timestamp":1652089593690},{"id":"ugRO.rs","timestamp":1652089612491},{"id":"guXE.rs","timestamp":1652089624423}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/naom-bindings/naom_bindings.js","entries":[{"id":"ddXt.js","timestamp":1653316852289}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/App.tsx","entries":[{"id":"mGN1.tsx","timestamp":1653920099868},{"id":"siwD.tsx","timestamp":1653920163100}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/api/errors.rs","entries":[{"id":"aMzD.rs","timestamp":1649064894681},{"id":"9SmD.rs","timestamp":1649064912316},{"id":"R9Mf.rs","timestamp":1649158871357},{"id":"tPJE.rs","timestamp":1649158917825},{"id":"wfgE.rs","timestamp":1649159298985},{"id":"xD1P.rs","timestamp":1649159522484},{"id":"AZ1v.rs","timestamp":1649159533968},{"id":"991y.rs","timestamp":1649159578804},{"id":"xEnS.rs","timestamp":1649159887863},{"id":"DdaL.rs","timestamp":1649159930375},{"id":"mUta.rs","timestamp":1649159956931},{"id":"MFPL.rs","timestamp":1649159967699},{"id":"M8Xr.rs","timestamp":1649159995059},{"id":"5oqU.rs","timestamp":1649160160343},{"id":"H9Qe.rs","timestamp":1649160191219},{"id":"SpsA.rs","timestamp":1649161455665},{"id":"LBFz.rs","timestamp":1649673238035},{"id":"Qea2.rs","source":"undoRedo.source","timestamp":1649673586544}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/utils.rs","entries":[{"id":"JqYA.rs","timestamp":1651616799894},{"id":"QjUM.rs","timestamp":1651616866366},{"id":"adTl.rs","timestamp":1651617555066},{"id":"YA2N.rs","timestamp":1651619669958},{"id":"zInv.rs","source":"undoRedo.source","timestamp":1651619784789},{"id":"eH0W.rs","timestamp":1651620970522},{"id":"Mxmg.rs","timestamp":1651621122617},{"id":"Wu5r.rs","timestamp":1651756108256},{"id":"Q3o6.rs","timestamp":1651756155982},{"id":"n7TJ.rs","timestamp":1651768430191},{"id":"tWfN.rs","timestamp":1651776210715},{"id":"lPX1.rs","timestamp":1651777071415},{"id":"k8na.rs","timestamp":1651777114222},{"id":"jCw5.rs","timestamp":1651777277121},{"id":"JYSm.rs","timestamp":1651777324680},{"id":"BuVe.rs","timestamp":1651831751542},{"id":"0hvV.rs","timestamp":1651831787454},{"id":"XNP6.rs","timestamp":1651832052871},{"id":"Crq7.rs","timestamp":1651832192680},{"id":"3PGD.rs","timestamp":1651847785744},{"id":"gctu.rs","timestamp":1651849024820},{"id":"8W9q.rs","timestamp":1652101001290},{"id":"oToP.rs","timestamp":1652101040074},{"id":"o5jN.rs","timestamp":1652101057526},{"id":"cJPo.rs","timestamp":1652113483251},{"id":"t5QR.rs","timestamp":1652113546895},{"id":"Pzsa.rs","source":"searchReplace.source","timestamp":1652113622936},{"id":"KiKw.rs","timestamp":1652113632068},{"id":"eRvf.rs","timestamp":1652113644584},{"id":"0D6K.rs","timestamp":1652113676756},{"id":"Q66c.rs","timestamp":1652113736325},{"id":"GJcz.rs","timestamp":1652712423740},{"id":"DXgh.rs","timestamp":1652712439300},{"id":"9hFR.rs","timestamp":1652718876285},{"id":"8NR6.rs","timestamp":1652718909009},{"id":"mlaD.rs","timestamp":1652718928209},{"id":"kD9a.rs","timestamp":1652719028972},{"id":"USFo.rs","timestamp":1652780756890},{"id":"qTm5.rs","timestamp":1652782477250},{"id":"OJ5S.rs","timestamp":1652788362124},{"id":"gBTA.rs","timestamp":1652788409252},{"id":"GP0J.rs","timestamp":1652791681133},{"id":"v3BJ.rs","timestamp":1652791776536},{"id":"lC5f.rs","timestamp":1652798367568},{"id":"sGTk.rs","source":"searchReplace.source","timestamp":1652867579244},{"id":"X96G.rs","timestamp":1652867992210},{"id":"1YxJ.rs","timestamp":1652868392386},{"id":"A1X1.rs","timestamp":1652868434770},{"id":"4LOL.rs","timestamp":1652868451313},{"id":"zF5k.rs","timestamp":1652868529341}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/src/middleware/errorHandlers.ts","entries":[{"id":"UOCY.ts","timestamp":1650368350243},{"id":"k93R.ts","timestamp":1650368521118},{"id":"0IYJ.ts","timestamp":1650369126288},{"id":"wL58.ts","timestamp":1650454099169},{"id":"doqN.ts","timestamp":1650454126725},{"id":"MaVc.ts","timestamp":1650454457359},{"id":"ZOJE.ts","timestamp":1650454597583},{"id":"5cMV.ts","source":"Workspace Edit","timestamp":1650454601351},{"id":"eE3B.ts","timestamp":1650454606679},{"id":"lZRw.ts","timestamp":1650454630131},{"id":"7O2s.ts","timestamp":1650454640315},{"id":"9j0G.ts","timestamp":1650454665259},{"id":"mW9R.ts","timestamp":1650454816450},{"id":"SrYO.ts","timestamp":1650454835182},{"id":"4Q5O.ts","timestamp":1650454861034},{"id":"KNmZ.ts","source":"undoRedo.source","timestamp":1650454875734},{"id":"fp6t.ts","timestamp":1650454881610},{"id":"45xB.ts","timestamp":1650454914189},{"id":"N7Dy.ts","timestamp":1650454929913}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/public/electron.js","entries":[{"id":"YaAx.js","timestamp":1653898683221},{"id":"4X3C.js","timestamp":1653898708572},{"id":"u2NX.js","timestamp":1653898783691},{"id":"OD12.js","timestamp":1653899386118},{"id":"njEY.js","timestamp":1653899513224},{"id":"c3uy.js","timestamp":1653900218756},{"id":"Y3bL.js","timestamp":1653900280778},{"id":"KWSB.js","timestamp":1653900302927},{"id":"Oyjt.js","timestamp":1653900403741},{"id":"WCoy.js","timestamp":1653900473315},{"id":"Bg76.js","timestamp":1653900513477},{"id":"ipIe.js","timestamp":1653900567531},{"id":"TzU6.js","timestamp":1653900620322},{"id":"qJml.js","timestamp":1653901223466},{"id":"2Dk7.js","timestamp":1653901425023},{"id":"oENo.js","timestamp":1653901456019},{"id":"FbVs.js","timestamp":1653915119017},{"id":"Fffb.js","timestamp":1653915697955},{"id":"kTb4.js","timestamp":1653917480587},{"id":"Kz9q.js","timestamp":1653917515485},{"id":"bFkX.js","timestamp":1653917627516},{"id":"BEdJ.js","timestamp":1653917976462},{"id":"I8YZ.js","timestamp":1653918210005},{"id":"8oqI.js","timestamp":1653918305431},{"id":"VHli.js","timestamp":1653918353894},{"id":"Ktml.js","timestamp":1653918384266},{"id":"oOah.js","timestamp":1653918583535},{"id":"vduY.js","timestamp":1653918600995},{"id":"pVP7.js","timestamp":1653919269191},{"id":"uZTe.js","timestamp":1653919280615},{"id":"Mu89.js","timestamp":1653919416128},{"id":"VOPV.js","timestamp":1653919614328},{"id":"nZlT.js","timestamp":1653919865300},{"id":"4oB0.js","timestamp":1653919994412},{"id":"Tmrw.js","timestamp":1653920013300},{"id":"L7S8.js","timestamp":1653920110568},{"id":"E116.js","timestamp":1653920437771},{"id":"1Fdd.js","timestamp":1653920580582},{"id":"6o7t.js","timestamp":1654075796797}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/django-course/django_project/django_app/urls.py","entries":[{"id":"Q5cM.py","timestamp":1651785788334},{"id":"V8yY.py","timestamp":1651785806508},{"id":"yXcO.py","timestamp":1651786947595},{"id":"dWf7.py","timestamp":1651787017193},{"id":"bU52.py","timestamp":1651787029314}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/user.sh","entries":[{"id":"DbES.sh","timestamp":1651665131947}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/.npmrc","entries":[{"id":"2Zv9","timestamp":1649689788770},{"id":"uwpg","timestamp":1649689809910}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/wallet/fund_store.rs","entries":[{"id":"trad.rs","timestamp":1651769875469},{"id":"6A5y.rs","timestamp":1651770046812},{"id":"paju.rs","timestamp":1651770130224},{"id":"0ZIr.rs","timestamp":1651770157151},{"id":"DqJ0.rs","timestamp":1651770231191},{"id":"3XTe.rs","timestamp":1651770295862},{"id":"8Sq6.rs","timestamp":1651770309900},{"id":"Dkp9.rs","timestamp":1651770335892},{"id":"V6or.rs","timestamp":1651770404152},{"id":"JwWw.rs","timestamp":1651770545309},{"id":"rBH4.rs","timestamp":1651770708942},{"id":"w2rq.rs","timestamp":1651770719765},{"id":"BKMC.rs","timestamp":1651776547037},{"id":"WtGJ.rs","timestamp":1651776563432},{"id":"PwTs.rs","timestamp":1651776599079},{"id":"0yJL.rs","timestamp":1651776696083},{"id":"JN5S.rs","timestamp":1651776827883},{"id":"hf4J.rs","timestamp":1651831997623},{"id":"Mbd0.rs","timestamp":1651832007899},{"id":"Og4C.rs","timestamp":1651832249248},{"id":"OHVM.rs","timestamp":1651832292432},{"id":"J4Fg.rs","timestamp":1651832757551},{"id":"KKRH.rs","timestamp":1651837002508},{"id":"QuFw.rs","timestamp":1651842045158},{"id":"V8Fm.rs","timestamp":1651843830220},{"id":"RbNe.rs","timestamp":1651851070953},{"id":"ik4W.rs","timestamp":1651851481988},{"id":"XWOD.rs","timestamp":1651851701788},{"id":"eTMu.rs","timestamp":1651852786683},{"id":"UAAP.rs","timestamp":1651852846102},{"id":"Cd8j.rs","timestamp":1652098898360},{"id":"l7Hb.rs","source":"searchReplace.source","timestamp":1652110714484},{"id":"vZb9.rs","timestamp":1652712315477},{"id":"AbQJ.rs","timestamp":1652712350788},{"id":"sLp1.rs","timestamp":1652713651784},{"id":"dbm5.rs","timestamp":1652714364246},{"id":"2zxo.rs","timestamp":1652714375286},{"id":"4BUB.rs","timestamp":1652714398214},{"id":"zXYP.rs","timestamp":1652714439609},{"id":"uCYQ.rs","timestamp":1652714505521},{"id":"eQ5V.rs","timestamp":1652714533189},{"id":"0EcR.rs","timestamp":1652718729305},{"id":"hM9T.rs","timestamp":1652718739405},{"id":"injY.rs","timestamp":1652718756969},{"id":"J7w2.rs","timestamp":1652718767841},{"id":"CR60.rs","timestamp":1652719749349},{"id":"COe9.rs","timestamp":1652798294281},{"id":"IDf3.rs","timestamp":1652867802105},{"id":"o3zs.rs","timestamp":1652868045142},{"id":"NTew.rs","timestamp":1652868058122}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/tauri-app/dev.sh","entries":[{"id":"JA8n.sh","timestamp":1653648964224},{"id":"ZHXk.sh","source":"Apply fix for SC2164","timestamp":1653648978268},{"id":"U1sc.sh","timestamp":1653649003528},{"id":"gSin.sh","timestamp":1653649070143},{"id":"BP1R.sh","timestamp":1653649404181},{"id":"HNrS.sh","timestamp":1653649417093},{"id":"BBu4.sh","timestamp":1653649912947},{"id":"MqnW.sh","timestamp":1653903790928},{"id":"suJS.sh","timestamp":1653903841304}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/bin/initial_block.json","entries":[{"id":"Ne2D.json","timestamp":1651665171237},{"id":"puOU.json","timestamp":1651665646309}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compute_genesis_tx_in_comment": [ | |
"/// The TxIn content for genesis block.", | |
"/// A marketing request: A quote from the the Magna Carta document, the 39th claim.", | |
"/// This version was updated to be more inclusive." | |
], | |
"compute_genesis_tx_in": "+ (39) No person shall be seized or imprisoned, or stripped of their rights or possessions, or outlawed or exiled, or deprived of their standing in any way, nor will we proceed with force against them, or send others to do so, except by the lawful judgment of their equals or by the law of the land.", | |
"compute_seed_utxo": { | |
"000000": [ | |
{ | |
"public_key": "f4f0c1a951959e88fe343de5a2ebe7efbcb15422090b3549577f424db6851ca5", | |
"amount": 2 | |
}, | |
{ | |
"public_key": "4580540cfe5569cc7e9262ac9b555815c8e955f9f8ae659f1091e6dd9d68731a", | |
"amount": 1 | |
}, | |
{ | |
"public_key": "a557309adf55ad3c1eee7fad684cffa30eef2bffcd6ae0a6736fe4cddd95cd51", | |
"amount": 1 | |
}, | |
{ | |
"public_key": "951134d50fc2a0de62702108c035e0f1c3146aa722f5425ae92d49a68e3b23c5", | |
"amount": 1 | |
}, | |
{ | |
"public_key": "5eafe054031eb556b8164f556d0ba1f3b4a149366794257697e6a4608dd13ada", | |
"amount": 1 | |
} | |
], | |
"000001": [ | |
{ | |
"public_key": "a80fc230590e38bd648dc6bc4b6019d39e841f78657ad5138f351a70b6165c43", | |
"amount": 5 | |
} | |
], | |
"000010": [ | |
{ | |
"public_key": "c111594923b43ddceb8031a5ac3dceeaba566dea24aa6119b62dcefb02ace5b8", | |
"amount": 10000 | |
} | |
], | |
"000011": [ | |
{ | |
"public_key": "9caa593f680c373872e4980bf15d119b373966f0e6f11a810718bfbf2e81017a", | |
"amount": 10000 | |
}, | |
{ | |
"public_key": "25564a3a9c22ce3300cbbbcacd030fde8ccc4b6fa38b4481bf4f76b01d537d4f", | |
"amount": 10000 | |
} | |
] | |
}, | |
"user_wallet_seeds": [ | |
[ | |
{ | |
"out_point": "0-000010", | |
"secret_key": "3053020101300506032b6570042204200f49984bb4f0a1276af12b31b81245a47ba56ad4fd9aca163e056dea3ff00f73a123032100c111594923b43ddceb8031a5ac3dceeaba566dea24aa6119b62dcefb02ace5b8", | |
"public_key": "c111594923b43ddceb8031a5ac3dceeaba566dea24aa6119b62dcefb02ace5b8", | |
"amount": 10000 | |
} | |
], | |
[ | |
{ | |
"out_point": "0-000011", | |
"secret_key": "3053020101300506032b65700422042005c5098f18eb4a85676c167b89455af63709779e6e4bcddf250f20ec35b510b0a1230321009caa593f680c373872e4980bf15d119b373966f0e6f11a810718bfbf2e81017a", | |
"public_key": "9caa593f680c373872e4980bf15d119b373966f0e6f11a810718bfbf2e81017a", | |
"amount": 10000 | |
}, | |
{ | |
"out_point": "1-000011", | |
"secret_key": "3053020101300506032b6570042204203ec3e9ad312fdaf4ed144e2498c1439c4301c376eb08827f4eb2da360c34b5d7a12303210025564a3a9c22ce3300cbbbcacd030fde8ccc4b6fa38b4481bf4f76b01d537d4f", | |
"public_key": "25564a3a9c22ce3300cbbbcacd030fde8ccc4b6fa38b4481bf4f76b01d537d4f", | |
"amount": 10000 | |
} | |
] | |
], | |
"user_test_auto_gen_setup": { | |
"user_initial_transactions": [], | |
"_user_initial_transactions": [ | |
[ | |
{ | |
"out_point": "0-000000", | |
"secret_key": "3053020101300506032b657004220420e2fa624994ec5c6f46e9a991ed8e8791c4d2ce2d7ed05a827bd45416e5a19555a123032100f4f0c1a951959e88fe343de5a2ebe7efbcb15422090b3549577f424db6851ca5", | |
"public_key": "f4f0c1a951959e88fe343de5a2ebe7efbcb15422090b3549577f424db6851ca5", | |
"amount": 2 | |
}, | |
{ | |
"out_point": "0-000001", | |
"secret_key": "3053020101300506032b65700422042009784182e825fbd7e53333aa6b5f1d55bc19a992d5cf71253212264825bc89c8a123032100a80fc230590e38bd648dc6bc4b6019d39e841f78657ad5138f351a70b6165c43", | |
"public_key": "a80fc230590e38bd648dc6bc4b6019d39e841f78657ad5138f351a70b6165c43", | |
"amount": 5 | |
} | |
] | |
] | |
}, | |
"generated_keys": [ | |
{ | |
"secret_key": "3053020101300506032b657004220420e2fa624994ec5c6f46e9a991ed8e8791c4d2ce2d7ed05a827bd45416e5a19555a123032100f4f0c1a951959e88fe343de5a2ebe7efbcb15422090b3549577f424db6851ca5", | |
"public_key": "f4f0c1a951959e88fe343de5a2ebe7efbcb15422090b3549577f424db6851ca5" | |
}, | |
{ | |
"secret_key": "3053020101300506032b6570042204204484d9dda49dd72ba4b0a68a478111d983a78397f8e6cba348ed06ec41a909dba1230321004580540cfe5569cc7e9262ac9b555815c8e955f9f8ae659f1091e6dd9d68731a", | |
"public_key": "4580540cfe5569cc7e9262ac9b555815c8e955f9f8ae659f1091e6dd9d68731a" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420c81822091474ae24a22922ee3ab87fefb838d59710cf1e5fe9e471bf55caa189a123032100a557309adf55ad3c1eee7fad684cffa30eef2bffcd6ae0a6736fe4cddd95cd51", | |
"public_key": "a557309adf55ad3c1eee7fad684cffa30eef2bffcd6ae0a6736fe4cddd95cd51" | |
}, | |
{ | |
"secret_key": "3053020101300506032b65700422042068dca829734887fd5ee3c017b754eaf3a864afc04efe269cd7391be3541dcd5aa123032100951134d50fc2a0de62702108c035e0f1c3146aa722f5425ae92d49a68e3b23c5", | |
"public_key": "951134d50fc2a0de62702108c035e0f1c3146aa722f5425ae92d49a68e3b23c5" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420ddd7806b4b26648c4187c395c4c1c3467f0d06a2afccebbc499fc74edd255d43a1230321005eafe054031eb556b8164f556d0ba1f3b4a149366794257697e6a4608dd13ada", | |
"public_key": "5eafe054031eb556b8164f556d0ba1f3b4a149366794257697e6a4608dd13ada" | |
}, | |
{ | |
"secret_key": "3053020101300506032b65700422042009784182e825fbd7e53333aa6b5f1d55bc19a992d5cf71253212264825bc89c8a123032100a80fc230590e38bd648dc6bc4b6019d39e841f78657ad5138f351a70b6165c43", | |
"public_key": "a80fc230590e38bd648dc6bc4b6019d39e841f78657ad5138f351a70b6165c43" | |
}, | |
{ | |
"secret_key": "3053020101300506032b6570042204200f49984bb4f0a1276af12b31b81245a47ba56ad4fd9aca163e056dea3ff00f73a123032100c111594923b43ddceb8031a5ac3dceeaba566dea24aa6119b62dcefb02ace5b8", | |
"public_key": "c111594923b43ddceb8031a5ac3dceeaba566dea24aa6119b62dcefb02ace5b8" | |
}, | |
{ | |
"secret_key": "3053020101300506032b65700422042005c5098f18eb4a85676c167b89455af63709779e6e4bcddf250f20ec35b510b0a1230321009caa593f680c373872e4980bf15d119b373966f0e6f11a810718bfbf2e81017a", | |
"public_key": "9caa593f680c373872e4980bf15d119b373966f0e6f11a810718bfbf2e81017a" | |
}, | |
{ | |
"secret_key": "3053020101300506032b6570042204203ec3e9ad312fdaf4ed144e2498c1439c4301c376eb08827f4eb2da360c34b5d7a12303210025564a3a9c22ce3300cbbbcacd030fde8ccc4b6fa38b4481bf4f76b01d537d4f", | |
"public_key": "25564a3a9c22ce3300cbbbcacd030fde8ccc4b6fa38b4481bf4f76b01d537d4f" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420a1523e379f175c6b5843936605a263adefb219f4dbd3db97aeb550cbabcfa4caa12303210069bfaf94b4860503696e05ad10b929a1abbc87fcb0d35d9859d6fdf2fe79af03", | |
"public_key": "69bfaf94b4860503696e05ad10b929a1abbc87fcb0d35d9859d6fdf2fe79af03" | |
}, | |
{ | |
"secret_key": "3053020101300506032b6570042204201cd87f8d2840351aadcb7e2482f38ab9b8c8c03ef043925f72c9d8c5bd2fc1fca12303210075e9af1934d46102baf1aa78a987771bf993bd3ef334d3677955e9f5efa4edfc", | |
"public_key": "75e9af1934d46102baf1aa78a987771bf993bd3ef334d3677955e9f5efa4edfc" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420bd9c7482a3c8c473449e4cf007c3685bce25402ac33d1e1ac12440a7fb7c4572a123032100560862d7143695202334fae706a93f6bdae04a2962d2cdeb0aeb246c2df511a8", | |
"public_key": "560862d7143695202334fae706a93f6bdae04a2962d2cdeb0aeb246c2df511a8" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420d511613be615e4aeed1b1aa70e315f214c2f8d4dab62c8fe89eb184f19c0f61fa1230321000804814edbdd3d5fc3d1a60a59a81d23f26c2fc502f23943f315629b13714704", | |
"public_key": "0804814edbdd3d5fc3d1a60a59a81d23f26c2fc502f23943f315629b137147" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420ecaf7af4fee9f4d16b87d358e42f5a7601986cdb30bd635ae90913e86625a318a1230321009ff9f98bb3ddb95ecdd2d4f0b87594b300706135d5755c1a901dfb9b29ec6773", | |
"public_key": "9ff9f98bb3ddb95ecdd2d4f0b87594b300706135d5755c1a901dfb9b29ec6773" | |
}, | |
{ | |
"secret_key": "3053020101300506032b6570042204205da342cf2fed19d3f398dc07d0490825f57c1e8727258299b31813131cbf260ea123032100ab7fa23583e4949bf34418795ddd724118364ba86d3c70509e6ad819b8945507", | |
"public_key": "ab7fa23583e4949bf34418795ddd724118364ba86d3c70509e6ad819b8945507" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compute_genesis_tx_in_comment": [ | |
"/// The TxIn content for genesis block.", | |
"/// A marketing request: A quote from the the Magna Carta document, the 39th claim.", | |
"/// This version was updated to be more inclusive." | |
], | |
"compute_genesis_tx_in": "+ (39) No person shall be seized or imprisoned, or stripped of their rights or possessions, or outlawed or exiled, or deprived of their standing in any way, nor will we proceed with force against them, or send others to do so, except by the lawful judgment of their equals or by the law of the land.", | |
"compute_seed_utxo": { | |
"000000": [ | |
{ | |
"public_key": "f4f0c1a951959e88fe343de5a2ebe7efbcb15422090b3549577f424db6851ca5", | |
"amount": 2 | |
}, | |
{ | |
"public_key": "4580540cfe5569cc7e9262ac9b555815c8e955f9f8ae659f1091e6dd9d68731a", | |
"amount": 1 | |
}, | |
{ | |
"public_key": "a557309adf55ad3c1eee7fad684cffa30eef2bffcd6ae0a6736fe4cddd95cd51", | |
"amount": 1 | |
}, | |
{ | |
"public_key": "951134d50fc2a0de62702108c035e0f1c3146aa722f5425ae92d49a68e3b23c5", | |
"amount": 1 | |
}, | |
{ | |
"public_key": "5eafe054031eb556b8164f556d0ba1f3b4a149366794257697e6a4608dd13ada", | |
"amount": 1 | |
} | |
], | |
"000001": [ | |
{ | |
"public_key": "a80fc230590e38bd648dc6bc4b6019d39e841f78657ad5138f351a70b6165c43", | |
"amount": 5 | |
} | |
], | |
"000010": [ | |
{ | |
"public_key": "c111594923b43ddceb8031a5ac3dceeaba566dea24aa6119b62dcefb02ace5b8", | |
"amount": 1000000 | |
} | |
], | |
"000011": [ | |
{ | |
"public_key": "9caa593f680c373872e4980bf15d119b373966f0e6f11a810718bfbf2e81017a", | |
"amount": 1000000 | |
}, | |
{ | |
"public_key": "25564a3a9c22ce3300cbbbcacd030fde8ccc4b6fa38b4481bf4f76b01d537d4f", | |
"amount": 1000000 | |
} | |
] | |
}, | |
"user_wallet_seeds": [ | |
[ | |
{ | |
"out_point": "0-000010", | |
"secret_key": "3053020101300506032b6570042204200f49984bb4f0a1276af12b31b81245a47ba56ad4fd9aca163e056dea3ff00f73a123032100c111594923b43ddceb8031a5ac3dceeaba566dea24aa6119b62dcefb02ace5b8", | |
"public_key": "c111594923b43ddceb8031a5ac3dceeaba566dea24aa6119b62dcefb02ace5b8", | |
"amount": 1000000 | |
} | |
], | |
[ | |
{ | |
"out_point": "0-000011", | |
"secret_key": "3053020101300506032b65700422042005c5098f18eb4a85676c167b89455af63709779e6e4bcddf250f20ec35b510b0a1230321009caa593f680c373872e4980bf15d119b373966f0e6f11a810718bfbf2e81017a", | |
"public_key": "9caa593f680c373872e4980bf15d119b373966f0e6f11a810718bfbf2e81017a", | |
"amount": 1000000 | |
}, | |
{ | |
"out_point": "1-000011", | |
"secret_key": "3053020101300506032b6570042204203ec3e9ad312fdaf4ed144e2498c1439c4301c376eb08827f4eb2da360c34b5d7a12303210025564a3a9c22ce3300cbbbcacd030fde8ccc4b6fa38b4481bf4f76b01d537d4f", | |
"public_key": "25564a3a9c22ce3300cbbbcacd030fde8ccc4b6fa38b4481bf4f76b01d537d4f", | |
"amount": 1000000 | |
} | |
] | |
], | |
"user_test_auto_gen_setup": { | |
"user_initial_transactions": [], | |
"_user_initial_transactions": [ | |
[ | |
{ | |
"out_point": "0-000000", | |
"secret_key": "3053020101300506032b657004220420e2fa624994ec5c6f46e9a991ed8e8791c4d2ce2d7ed05a827bd45416e5a19555a123032100f4f0c1a951959e88fe343de5a2ebe7efbcb15422090b3549577f424db6851ca5", | |
"public_key": "f4f0c1a951959e88fe343de5a2ebe7efbcb15422090b3549577f424db6851ca5", | |
"amount": 2 | |
}, | |
{ | |
"out_point": "0-000001", | |
"secret_key": "3053020101300506032b65700422042009784182e825fbd7e53333aa6b5f1d55bc19a992d5cf71253212264825bc89c8a123032100a80fc230590e38bd648dc6bc4b6019d39e841f78657ad5138f351a70b6165c43", | |
"public_key": "a80fc230590e38bd648dc6bc4b6019d39e841f78657ad5138f351a70b6165c43", | |
"amount": 5 | |
} | |
] | |
] | |
}, | |
"generated_keys": [ | |
{ | |
"secret_key": "3053020101300506032b657004220420e2fa624994ec5c6f46e9a991ed8e8791c4d2ce2d7ed05a827bd45416e5a19555a123032100f4f0c1a951959e88fe343de5a2ebe7efbcb15422090b3549577f424db6851ca5", | |
"public_key": "f4f0c1a951959e88fe343de5a2ebe7efbcb15422090b3549577f424db6851ca5" | |
}, | |
{ | |
"secret_key": "3053020101300506032b6570042204204484d9dda49dd72ba4b0a68a478111d983a78397f8e6cba348ed06ec41a909dba1230321004580540cfe5569cc7e9262ac9b555815c8e955f9f8ae659f1091e6dd9d68731a", | |
"public_key": "4580540cfe5569cc7e9262ac9b555815c8e955f9f8ae659f1091e6dd9d68731a" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420c81822091474ae24a22922ee3ab87fefb838d59710cf1e5fe9e471bf55caa189a123032100a557309adf55ad3c1eee7fad684cffa30eef2bffcd6ae0a6736fe4cddd95cd51", | |
"public_key": "a557309adf55ad3c1eee7fad684cffa30eef2bffcd6ae0a6736fe4cddd95cd51" | |
}, | |
{ | |
"secret_key": "3053020101300506032b65700422042068dca829734887fd5ee3c017b754eaf3a864afc04efe269cd7391be3541dcd5aa123032100951134d50fc2a0de62702108c035e0f1c3146aa722f5425ae92d49a68e3b23c5", | |
"public_key": "951134d50fc2a0de62702108c035e0f1c3146aa722f5425ae92d49a68e3b23c5" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420ddd7806b4b26648c4187c395c4c1c3467f0d06a2afccebbc499fc74edd255d43a1230321005eafe054031eb556b8164f556d0ba1f3b4a149366794257697e6a4608dd13ada", | |
"public_key": "5eafe054031eb556b8164f556d0ba1f3b4a149366794257697e6a4608dd13ada" | |
}, | |
{ | |
"secret_key": "3053020101300506032b65700422042009784182e825fbd7e53333aa6b5f1d55bc19a992d5cf71253212264825bc89c8a123032100a80fc230590e38bd648dc6bc4b6019d39e841f78657ad5138f351a70b6165c43", | |
"public_key": "a80fc230590e38bd648dc6bc4b6019d39e841f78657ad5138f351a70b6165c43" | |
}, | |
{ | |
"secret_key": "3053020101300506032b6570042204200f49984bb4f0a1276af12b31b81245a47ba56ad4fd9aca163e056dea3ff00f73a123032100c111594923b43ddceb8031a5ac3dceeaba566dea24aa6119b62dcefb02ace5b8", | |
"public_key": "c111594923b43ddceb8031a5ac3dceeaba566dea24aa6119b62dcefb02ace5b8" | |
}, | |
{ | |
"secret_key": "3053020101300506032b65700422042005c5098f18eb4a85676c167b89455af63709779e6e4bcddf250f20ec35b510b0a1230321009caa593f680c373872e4980bf15d119b373966f0e6f11a810718bfbf2e81017a", | |
"public_key": "9caa593f680c373872e4980bf15d119b373966f0e6f11a810718bfbf2e81017a" | |
}, | |
{ | |
"secret_key": "3053020101300506032b6570042204203ec3e9ad312fdaf4ed144e2498c1439c4301c376eb08827f4eb2da360c34b5d7a12303210025564a3a9c22ce3300cbbbcacd030fde8ccc4b6fa38b4481bf4f76b01d537d4f", | |
"public_key": "25564a3a9c22ce3300cbbbcacd030fde8ccc4b6fa38b4481bf4f76b01d537d4f" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420a1523e379f175c6b5843936605a263adefb219f4dbd3db97aeb550cbabcfa4caa12303210069bfaf94b4860503696e05ad10b929a1abbc87fcb0d35d9859d6fdf2fe79af03", | |
"public_key": "69bfaf94b4860503696e05ad10b929a1abbc87fcb0d35d9859d6fdf2fe79af03" | |
}, | |
{ | |
"secret_key": "3053020101300506032b6570042204201cd87f8d2840351aadcb7e2482f38ab9b8c8c03ef043925f72c9d8c5bd2fc1fca12303210075e9af1934d46102baf1aa78a987771bf993bd3ef334d3677955e9f5efa4edfc", | |
"public_key": "75e9af1934d46102baf1aa78a987771bf993bd3ef334d3677955e9f5efa4edfc" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420bd9c7482a3c8c473449e4cf007c3685bce25402ac33d1e1ac12440a7fb7c4572a123032100560862d7143695202334fae706a93f6bdae04a2962d2cdeb0aeb246c2df511a8", | |
"public_key": "560862d7143695202334fae706a93f6bdae04a2962d2cdeb0aeb246c2df511a8" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420d511613be615e4aeed1b1aa70e315f214c2f8d4dab62c8fe89eb184f19c0f61fa1230321000804814edbdd3d5fc3d1a60a59a81d23f26c2fc502f23943f315629b13714704", | |
"public_key": "0804814edbdd3d5fc3d1a60a59a81d23f26c2fc502f23943f315629b137147" | |
}, | |
{ | |
"secret_key": "3053020101300506032b657004220420ecaf7af4fee9f4d16b87d358e42f5a7601986cdb30bd635ae90913e86625a318a1230321009ff9f98bb3ddb95ecdd2d4f0b87594b300706135d5755c1a901dfb9b29ec6773", | |
"public_key": "9ff9f98bb3ddb95ecdd2d4f0b87594b300706135d5755c1a901dfb9b29ec6773" | |
}, | |
{ | |
"secret_key": "3053020101300506032b6570042204205da342cf2fed19d3f398dc07d0490825f57c1e8727258299b31813131cbf260ea123032100ab7fa23583e4949bf34418795ddd724118364ba86d3c70509e6ad819b8945507", | |
"public_key": "ab7fa23583e4949bf34418795ddd724118364ba86d3c70509e6ad819b8945507" | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/.cfg/configs/webpack.config.renderer.prod.ts","entries":[{"id":"4Xcb.ts","timestamp":1650624105202}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/api/routes.rs","entries":[{"id":"8YfT.rs","timestamp":1649946709744},{"id":"a9NX.rs","timestamp":1649946720260},{"id":"Vwnz.rs","timestamp":1649946736960},{"id":"yiUD.rs","timestamp":1649946785391},{"id":"lmra.rs","source":"Add reference here","timestamp":1649946790259},{"id":"gQKa.rs","source":"undoRedo.source","timestamp":1649946806095},{"id":"UNOC.rs","timestamp":1649947014899},{"id":"xQys.rs","source":"undoRedo.source","timestamp":1649947091834},{"id":"dzdl.rs","timestamp":1649947288653},{"id":"7DY2.rs","source":"undoRedo.source","timestamp":1649947431021},{"id":"Jelf.rs","timestamp":1649948852143},{"id":"lmWg.rs","timestamp":1649948870871},{"id":"Jcq3.rs","timestamp":1649948903131},{"id":"zxUz.rs","timestamp":1649949047475},{"id":"Y8C7.rs","source":"undoRedo.source","timestamp":1649949254218},{"id":"kQnJ.rs","timestamp":1649950141437},{"id":"eYP8.rs","timestamp":1649950385916},{"id":"hQJG.rs","timestamp":1649950503655},{"id":"fRR8.rs","timestamp":1649950518507},{"id":"CfWg.rs","timestamp":1649950554107},{"id":"g5C7.rs","timestamp":1649950589430},{"id":"fEYq.rs","timestamp":1649950610710},{"id":"wHbH.rs","timestamp":1649950627074},{"id":"1ZHG.rs","timestamp":1649950640846},{"id":"VAuK.rs","timestamp":1649950710538},{"id":"Z1Wd.rs","timestamp":1649950765937},{"id":"Snve.rs","timestamp":1649950815249},{"id":"FtPT.rs","timestamp":1649951057236},{"id":"hocl.rs","source":"undoRedo.source","timestamp":1649951095636},{"id":"joXz.rs","timestamp":1649951132051},{"id":"NyD6.rs","timestamp":1649951149383},{"id":"aO0E.rs","timestamp":1649958117891},{"id":"ZQR4.rs","timestamp":1649958170051},{"id":"Ro1G.rs","timestamp":1649958498309},{"id":"UpRg.rs","timestamp":1649958568348},{"id":"Je38.rs","timestamp":1649958651140},{"id":"4Ik3.rs","source":"searchReplace.source","timestamp":1649958667600},{"id":"V6Sc.rs","timestamp":1649958684292},{"id":"aiOr.rs","timestamp":1649959188233},{"id":"XmsK.rs","timestamp":1650366239255},{"id":"ulJn.rs","timestamp":1650366417614},{"id":"CACk.rs","source":"searchReplace.source","timestamp":1650366454346},{"id":"cfv0.rs","timestamp":1650366838261},{"id":"S3as.rs","timestamp":1650366910488},{"id":"xPkD.rs","timestamp":1650367430202},{"id":"3xOC.rs","timestamp":1650639099930},{"id":"Zmq1.rs","timestamp":1650639163158},{"id":"8KPU.rs","timestamp":1651626228712},{"id":"NUge.rs","timestamp":1651626246911},{"id":"Xwo2.rs","timestamp":1653320062105}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/naom/src/utils/mod.rs","entries":[{"id":"ym6n.rs","timestamp":1651755909928},{"id":"mLGa.rs","timestamp":1651755930235},{"id":"KJYt.rs","timestamp":1651756118760},{"id":"SXAJ.rs","timestamp":1651756251141},{"id":"4L21.rs","timestamp":1651756267321},{"id":"RFFS.rs","timestamp":1651763015046},{"id":"GpFW.rs","timestamp":1651763201435},{"id":"4x1a.rs","timestamp":1651763229566},{"id":"Dqtt.rs","timestamp":1651763287385},{"id":"dApy.rs","timestamp":1651763302049},{"id":"JgDo.rs","timestamp":1651763349061},{"id":"twIj.rs","timestamp":1651763366285},{"id":"Hq5h.rs","timestamp":1651763389888},{"id":"IzDz.rs","timestamp":1651763408916},{"id":"QkNO.rs","timestamp":1651763420400},{"id":"1ejG.rs","timestamp":1651767099876},{"id":"vOxs.rs","timestamp":1652097711874},{"id":"ughA.rs","timestamp":1652097781210},{"id":"caiT.rs","timestamp":1652097791854},{"id":"Cz9A.rs","timestamp":1652097959473},{"id":"sTe2.rs","timestamp":1652097971533},{"id":"ZW4r.rs","timestamp":1652097983501},{"id":"S1Wt.rs","timestamp":1652098465168},{"id":"QInU.rs","timestamp":1652098492484},{"id":"9XWx.rs","timestamp":1652098515920},{"id":"gjPh.rs","timestamp":1652098557840},{"id":"QxP6.rs","timestamp":1652098593796},{"id":"XMet.rs","timestamp":1652098767024},{"id":"9nVK.rs","timestamp":1652098810984},{"id":"39Av.rs","timestamp":1652188075262},{"id":"0y3Y.rs","timestamp":1652188093258},{"id":"OwTm.rs","timestamp":1652188104422},{"id":"jyhw.rs","timestamp":1652189027287},{"id":"3I9h.rs","timestamp":1652189073636},{"id":"rZCE.rs","timestamp":1652189579552},{"id":"t8o0.rs","timestamp":1652190316042},{"id":"l8nC.rs","timestamp":1652190379694},{"id":"LtrI.rs","timestamp":1652190682361},{"id":"jLuW.rs","timestamp":1652191006460},{"id":"ckzj.rs","timestamp":1652191024552},{"id":"YMSL.rs","timestamp":1652191050351},{"id":"qYNu.rs","timestamp":1652711861898},{"id":"mQDk.rs","timestamp":1652711875382},{"id":"261L.rs","timestamp":1652784586584},{"id":"hz6A.rs","timestamp":1652784872773},{"id":"ODMg.rs","timestamp":1652784897661},{"id":"Iait.rs","timestamp":1652784931137},{"id":"H3QC.rs","timestamp":1652785070372},{"id":"PVla.rs","timestamp":1652786286308},{"id":"iv6Z.rs","timestamp":1652786416831}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/.cfg/configs/webpack.config.renderer.dev.ts","entries":[{"id":"SPte.ts","timestamp":1650624097934},{"id":"3CgX.ts","timestamp":1650624264127},{"id":"mYcJ.ts","timestamp":1650624332492},{"id":"Exlq.ts","timestamp":1650624352364}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/Balance/styles.scss","entries":[{"id":"rLVK.scss","timestamp":1653563704160},{"id":"L93U.scss","timestamp":1653563778400},{"id":"mH0r.scss","timestamp":1653566474814},{"id":"yjQR.scss","timestamp":1653567634814}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/src/interfaces/index.ts","entries":[{"id":"XBkA.ts","timestamp":1654094354969}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/interfaces/errorInterfaces.ts","entries":[{"id":"Y4ld.ts","timestamp":1652778431589},{"id":"PV8i.ts","timestamp":1652778455051},{"id":"pv2X.ts","timestamp":1653044804583}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/wallet/mod.rs","entries":[{"id":"qCSE.rs","timestamp":1651606407956},{"id":"Bo3Y.rs","timestamp":1651609547886},{"id":"Syzd.rs","timestamp":1651767370911},{"id":"7KZD.rs","timestamp":1651767382211},{"id":"xnHH.rs","timestamp":1651767544158},{"id":"KWZn.rs","timestamp":1651768298252},{"id":"rXpO.rs","timestamp":1651768449147},{"id":"5t8u.rs","timestamp":1651768513155},{"id":"N3FH.rs","timestamp":1651768591731},{"id":"88v4.rs","timestamp":1651768679730},{"id":"PGu5.rs","timestamp":1651768690350},{"id":"Cs56.rs","timestamp":1651768703154},{"id":"k8nF.rs","timestamp":1651768745922},{"id":"kOCa.rs","timestamp":1651776908542},{"id":"LL4Z.rs","timestamp":1651776929269},{"id":"cu4x.rs","timestamp":1651777026283},{"id":"py9c.rs","timestamp":1651831937070},{"id":"aA0W.rs","timestamp":1651832015031},{"id":"96oZ.rs","timestamp":1651832037839},{"id":"1pDu.rs","timestamp":1651837055767},{"id":"3zBX.rs","timestamp":1651837262725},{"id":"8ls0.rs","timestamp":1651838891489},{"id":"FR6p.rs","timestamp":1651840802645},{"id":"367S.rs","timestamp":1651843340183},{"id":"2KRz.rs","timestamp":1651843369235},{"id":"YILp.rs","timestamp":1651847712589},{"id":"4faq.rs","timestamp":1651849041081},{"id":"CvMV.rs","timestamp":1651851562372},{"id":"rscG.rs","timestamp":1651851588928},{"id":"2MWz.rs","timestamp":1651851669108},{"id":"XnMe.rs","source":"undoRedo.source","timestamp":1651851678212},{"id":"rzwJ.rs","timestamp":1651851736424},{"id":"0KNw.rs","source":"undoRedo.source","timestamp":1651854170989},{"id":"DMNn.rs","timestamp":1652098897476},{"id":"1nVe.rs","source":"searchReplace.source","timestamp":1652110714808},{"id":"Rewb.rs","timestamp":1652268415199},{"id":"qFXt.rs","timestamp":1652269055816},{"id":"DHS2.rs","timestamp":1652779878397},{"id":"Jq9u.rs","timestamp":1652779932075},{"id":"j9QW.rs","timestamp":1652780163801},{"id":"JH5u.rs","timestamp":1652780276395},{"id":"oSIH.rs","timestamp":1652780336170},{"id":"ykGG.rs","timestamp":1652780352062},{"id":"bTok.rs","timestamp":1652780368778},{"id":"HZMj.rs","timestamp":1652780404566},{"id":"vgwB.rs","timestamp":1652782545991},{"id":"LB5d.rs","timestamp":1652798301273},{"id":"qiJ3.rs","timestamp":1652867812501},{"id":"ULlm.rs","timestamp":1652868140362},{"id":"llW0.rs","timestamp":1652868509593}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/.cfg/configs/webpack.config.preload.dev.ts","entries":[{"id":"A1qi.ts","timestamp":1650624375076}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/Wallet/index.tsx","entries":[{"id":"R6h9.tsx","timestamp":1649937679576},{"id":"QSJO.tsx","source":"Add all missing 'async' modifiers","timestamp":1649937684304},{"id":"MjAZ.tsx","timestamp":1650452361297},{"id":"WrKG.tsx","timestamp":1650469461775},{"id":"Hwi7.tsx","timestamp":1650469491694},{"id":"0AaK.tsx","timestamp":1650469709730},{"id":"DsvC.tsx","timestamp":1653056809384},{"id":"6etX.tsx","timestamp":1653059197818},{"id":"TszC.tsx","timestamp":1653236314820},{"id":"Fj8R.tsx","timestamp":1653565450096},{"id":"WLMW.tsx","timestamp":1653565669366},{"id":"bTul.tsx","timestamp":1653997648702}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/Svg/index.tsx","entries":[{"id":"Rhrl.tsx","timestamp":1653659631303},{"id":"Y0Kk.tsx","timestamp":1654005897906},{"id":"75Jf.tsx","timestamp":1654083203325},{"id":"oLbA.tsx","timestamp":1654085496365}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/django-course/django_project/django_project/urls.py","entries":[{"id":"BTwc.py","timestamp":1651783758124},{"id":"TjdN.py","timestamp":1651784220998},{"id":"n9L3.py","timestamp":1651784424919},{"id":"sSVH.py","timestamp":1651784445145},{"id":"Fv0q.py","timestamp":1651784478036},{"id":"FOfC.py","timestamp":1651784502451},{"id":"eQg0.py","timestamp":1651784622945},{"id":"8Cxb.py","timestamp":1651784633306},{"id":"rTda.py","timestamp":1651786500427},{"id":"vVbA.py","timestamp":1651786515927},{"id":"YFdv.py","timestamp":1651786611197},{"id":"swQM.py","timestamp":1651786737419},{"id":"y2q4.py","timestamp":1651786791246},{"id":"Oigy.py","timestamp":1651786820472},{"id":"8v8W.py","timestamp":1651787034682},{"id":"uPOZ.py","timestamp":1651787055731},{"id":"gHLp.py","timestamp":1651787082736},{"id":"XteI.py","timestamp":1651795507577}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/django-course/django_project/django_app/models.py","entries":[{"id":"wR9l.py","timestamp":1651783779912},{"id":"428S.py","source":"moved.source","timestamp":1651784046611}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/utils.ts","entries":[{"id":"ncRp.ts","source":"Add import from \"@zenotta/zenotta-js\"","timestamp":1654083596301},{"id":"ZzI8.ts","source":"Workspace Edit","timestamp":1654083657061},{"id":"3AcB.ts","timestamp":1654084437123}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/store/UXStore.ts","entries":[{"id":"zoa2.ts","timestamp":1652973990526},{"id":"sV5f.ts","source":"Workspace Edit","timestamp":1652974343542},{"id":"dmuk.ts","timestamp":1652974963440},{"id":"TXne.ts","source":"searchReplace.source","timestamp":1652975005568},{"id":"Usi7.ts","timestamp":1652986579434},{"id":"2wLD.ts","timestamp":1653994606577},{"id":"R6Xa.ts","source":"Workspace Edit","timestamp":1653994621553},{"id":"uyPe.ts","timestamp":1653994633993}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/SettingsDropdown/index.tsx","entries":[{"id":"O9lA.tsx","timestamp":1653305057194},{"id":"9IGK.tsx","timestamp":1654082148772},{"id":"hi3n.tsx","timestamp":1654082198720},{"id":"Aj6j.tsx","timestamp":1654082229624},{"id":"XOIn.tsx","timestamp":1654082250792},{"id":"g6CQ.tsx","source":"Workspace Edit","timestamp":1654082299548},{"id":"kG1V.tsx","timestamp":1654082345144},{"id":"pkR7.tsx","timestamp":1654082364835},{"id":"nKPE.tsx","timestamp":1654082379327},{"id":"4Vbn.tsx","timestamp":1654082407227},{"id":"ibHX.tsx","source":"Workspace Edit","timestamp":1654082423415},{"id":"69Le.tsx","timestamp":1654082590483},{"id":"hCun.tsx","timestamp":1654084023708},{"id":"PtUy.tsx","timestamp":1654085667564},{"id":"EjWF.tsx","timestamp":1654085737827},{"id":"aYtQ.tsx","timestamp":1654085802051},{"id":"GkIG.tsx","timestamp":1654085873254},{"id":"igrS.tsx","source":"Workspace Edit","timestamp":1654085964250},{"id":"NBdL.tsx","timestamp":1654086014421},{"id":"bde1.tsx","timestamp":1654086048453},{"id":"huoi.tsx","timestamp":1654086144137},{"id":"sU2k.tsx","timestamp":1654086160580},{"id":"i2TL.tsx","source":"Workspace Edit","timestamp":1654086802702},{"id":"90jz.tsx","timestamp":1654086859689},{"id":"h766.tsx","source":"Workspace Edit","timestamp":1654086922729}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/exec_docker.sh","entries":[{"id":"XuMC.sh","timestamp":1650371365907},{"id":"kzxc.sh","timestamp":1650371401310}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/PaymentDetails/styles.scss","entries":[{"id":"HzDy.scss","timestamp":1653567777145},{"id":"xJ8D.scss","timestamp":1653567823869},{"id":"Og8C.scss","timestamp":1653567839789},{"id":"D7s8.scss","timestamp":1653567851881},{"id":"v7wb.scss","timestamp":1653567899349},{"id":"G8Jj.scss","timestamp":1653567909849},{"id":"lHzp.scss","timestamp":1653567972621},{"id":"Q0cb.scss","timestamp":1653568034633},{"id":"lbcm.scss","timestamp":1653568263820},{"id":"wZKm.scss","timestamp":1653571324545}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/src/utils/httpErrors.ts","entries":[{"id":"f8Mc.ts","timestamp":1649972689519},{"id":"WLUf.ts","timestamp":1649972700935},{"id":"dSxm.ts","timestamp":1649973672588},{"id":"9u0f.ts","timestamp":1649974501750},{"id":"MCn5.ts","source":"undoRedo.source","timestamp":1649974702885},{"id":"6Bj5.ts","timestamp":1649976478579},{"id":"kDMu.ts","timestamp":1650368899045}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/RegisterSeedRepeat/index.tsx","entries":[{"id":"QZUd.tsx","timestamp":1650469196723},{"id":"xUVE.tsx","timestamp":1653324165223},{"id":"aky7.tsx","source":"Add all missing imports","timestamp":1653324169575},{"id":"dWRD.tsx","timestamp":1653324581372},{"id":"kT7e.tsx","timestamp":1653561252242}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/django-course/django_project/django_project/settings.py","entries":[{"id":"s7KV.py","timestamp":1651783734060},{"id":"3FNl.py","timestamp":1651783745616},{"id":"5KTD.py","timestamp":1651784004939},{"id":"jMeZ.py","timestamp":1651784052472},{"id":"gDDp.py","timestamp":1651787840291},{"id":"OlxL.py","timestamp":1651787860359},{"id":"28Ol.py","timestamp":1651789025523},{"id":"k45n.py","timestamp":1651789072003},{"id":"9vXR.py","timestamp":1651791982228},{"id":"r7NT.py","timestamp":1651792357460},{"id":"9QZm.py","timestamp":1651792489792},{"id":"HHg0.py","timestamp":1651792591584},{"id":"UDAQ.py","timestamp":1651792690680},{"id":"9VSc.py","timestamp":1651792716649},{"id":"fsGo.py","timestamp":1651792852581},{"id":"RpH6.py","timestamp":1651792924273}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/SettingsDropdown/styles.scss","entries":[{"id":"BzUm.scss","timestamp":1654082335828}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/bin/node/compute.rs","entries":[{"id":"9fpl.rs","timestamp":1649062828079},{"id":"dwjb.rs","timestamp":1649062930488},{"id":"EH3n.rs","timestamp":1649062956539},{"id":"AcZz.rs","timestamp":1649063621575},{"id":"uQaS.rs","timestamp":1649158448590},{"id":"TS0W.rs","timestamp":1649161228561},{"id":"CUYI.rs","source":"undoRedo.source","timestamp":1649161281229},{"id":"35QL.rs","timestamp":1649173064152},{"id":"UFfI.rs","timestamp":1649173126300},{"id":"FbPK.rs","timestamp":1649173162568},{"id":"ZVvY.rs","timestamp":1649173176100},{"id":"RR7k.rs","source":"undoRedo.source","timestamp":1649173247972},{"id":"tGt5.rs","source":"searchReplace.source","timestamp":1649173262216},{"id":"s7cS.rs","source":"searchReplace.source","timestamp":1649173299976},{"id":"RTvm.rs","timestamp":1649173829228},{"id":"hgBJ.rs","timestamp":1649242266382},{"id":"SyBB.rs","source":"searchReplace.source","timestamp":1649242352466},{"id":"LDT8.rs","timestamp":1649242355826},{"id":"MY7I.rs","source":"searchReplace.source","timestamp":1649242388382},{"id":"hrXq.rs","timestamp":1649242391030},{"id":"JgvL.rs","timestamp":1649958418861}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/src/main/preload.ts","entries":[{"id":"n1Ai.ts","timestamp":1650624429817},{"id":"BZd2.ts","source":"Workspace Edit","timestamp":1650624562262},{"id":"3nP5.ts","source":"Workspace Edit","timestamp":1650624798884}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/chi/.storybook/main.js","entries":[{"id":"Kucl.js","timestamp":1652966786672},{"id":"OtN3.js","source":"Convert to ES module","timestamp":1652966797672},{"id":"cIvs.js","source":"undoRedo.source","timestamp":1652966805368},{"id":"JSXA.js","source":"undoRedo.source","timestamp":1652967171695}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/run_docker_aws.sh","entries":[{"id":"xeE8.sh","timestamp":1649075309582},{"id":"XWz0.sh","timestamp":1649075604320},{"id":"d1xs.sh","source":"renamed.source","timestamp":1649075615173},{"id":"KrGg.sh","timestamp":1649075802954},{"id":"FH45.sh","timestamp":1649669712671},{"id":"ol9p.sh","timestamp":1649681678581},{"id":"Q3SX.sh","timestamp":1649688363544},{"id":"d2ek.sh","source":"renamed.source","timestamp":1649688500501},{"id":"3YQA.sh","source":"renamed.source","timestamp":1649688559223},{"id":"hSkE.sh","source":"renamed.source","timestamp":1649688562978}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/hooks/useInterval.ts","entries":[{"id":"XqQ6.ts","timestamp":1654079201137},{"id":"0fOc.ts","timestamp":1654079448791}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/tauri-app/build.sh","entries":[{"id":"wU8D.sh","timestamp":1653649450433},{"id":"PqQ3.sh","timestamp":1653904284824}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/ImportWallet/index.tsx","entries":[{"id":"wmVj.tsx","timestamp":1649937672020},{"id":"uhdk.tsx","timestamp":1650468411114},{"id":"Suu6.tsx","source":"Workspace Edit","timestamp":1650468419794},{"id":"IoaD.tsx","timestamp":1650468683269},{"id":"B2bE.tsx","source":"Workspace Edit","timestamp":1650468714261},{"id":"6Z0X.tsx","source":"Remove unnecessary 'await'","timestamp":1650468726229},{"id":"CCvm.tsx","timestamp":1650468736165},{"id":"AwFz.tsx","timestamp":1650468819061},{"id":"4uQ6.tsx","source":"Workspace Edit","timestamp":1650468859136},{"id":"9k6g.tsx","timestamp":1653044869507},{"id":"66GI.tsx","timestamp":1653047362523},{"id":"uKNt.tsx","source":"Add all missing imports","timestamp":1653047365515},{"id":"JKSl.tsx","timestamp":1653047374763},{"id":"vHSE.tsx","timestamp":1653047722254},{"id":"E3nF.tsx","timestamp":1653049025361},{"id":"9fSQ.tsx","timestamp":1653049173372},{"id":"ATnQ.tsx","source":"Remove unnecessary 'await'","timestamp":1653049229460},{"id":"uFHk.tsx","timestamp":1653049514642},{"id":"wi7i.tsx","timestamp":1653049568426},{"id":"c2CQ.tsx","timestamp":1653049791961},{"id":"1Ddc.tsx","timestamp":1653049817225},{"id":"l3fE.tsx","timestamp":1653049879473},{"id":"ANui.tsx","timestamp":1653049896253},{"id":"Sx3c.tsx","timestamp":1653324176867},{"id":"X6Fw.tsx","timestamp":1653324588741}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/utils/index.ts","entries":[{"id":"l2NO.ts","timestamp":1652378617466}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/mgmt/userHist.ts","entries":[{"id":"k4ih.ts","timestamp":1650966787803},{"id":"JMKT.ts","timestamp":1650966869138},{"id":"DZEd.ts","timestamp":1650967374659},{"id":"se24.ts","source":"Add all missing imports","timestamp":1650967692307}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "node scripts/start.js", | |
"electron": "electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "1.12.4", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@storybook/preset-scss": "^1.0.3", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"autoprefixer": "^9.8.5", | |
"braces": "^3.0.2", | |
"copy-webpack-plugin": "^11.0.0", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"cssnano": "^4.1.10", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"mini-css-extract-plugin": "^2.6.0", | |
"node-sass": "^6.0.1", | |
"postcss-loader": "^3.0.0", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"sass": "^1.52.1", | |
"sass-loader": "10.1.1", | |
"style-loader": "2.0.0", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron": "electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^1.12.3", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "node scripts/start.js", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "1.12.4", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache build", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir build src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron": "electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^1.12.3", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir build", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir build", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir build src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel": "parcel", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel": "parcel", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron": "electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron": "electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "1.12.4", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0", | |
"parcel-bundler": "1.12.4", | |
"electron-reloader": "1.1.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/package.json","entries":[{"id":"3hgz.json","timestamp":1653913968942},{"id":"PkXg.json","timestamp":1653913996746},{"id":"9JIw.json","timestamp":1653915155111},{"id":"PM4p.json","timestamp":1653915251359},{"id":"kz8r.json","timestamp":1653915422240},{"id":"48mo.json","timestamp":1653915490882},{"id":"xiT4.json","timestamp":1653915510343},{"id":"1XTA.json","timestamp":1653915646614},{"id":"96Ap.json","timestamp":1653915802709},{"id":"92jU.json","timestamp":1653916172826},{"id":"MTSR.json","timestamp":1653916234254},{"id":"yS1g.json","timestamp":1653916374332},{"id":"oMo7.json","timestamp":1653916453289},{"id":"vIK0.json","timestamp":1653916634634},{"id":"4G3X.json","timestamp":1653916682682},{"id":"3L1R.json","timestamp":1653916828728},{"id":"qVWJ.json","timestamp":1653917033362},{"id":"N691.json","timestamp":1653917193152},{"id":"tlTV.json","timestamp":1653917209891},{"id":"QCEM.json","timestamp":1653917297249},{"id":"n0bi.json","timestamp":1653917317027},{"id":"d5RR.json","timestamp":1653917368980},{"id":"UDWW.json","timestamp":1653917575414},{"id":"RSIM.json","timestamp":1653917601513},{"id":"ia3z.json","timestamp":1653917740100},{"id":"YmVm.json","timestamp":1653917767280},{"id":"RgSI.json","timestamp":1653917809422},{"id":"ytSk.json","timestamp":1653917891176},{"id":"YLmE.json","timestamp":1653917910031},{"id":"hijH.json","timestamp":1653917935295},{"id":"8oJB.json","timestamp":1653917996381},{"id":"8kfa.json","timestamp":1653918014533},{"id":"2Utz.json","timestamp":1653918080132},{"id":"3z1P.json","timestamp":1653918110715},{"id":"1ApP.json","timestamp":1653918452273},{"id":"tel8.json","timestamp":1653919258919},{"id":"GJTv.json","timestamp":1653919310983},{"id":"IAP6.json","timestamp":1653919340060},{"id":"PUDL.json","timestamp":1653920277020},{"id":"dGJs.json","source":"undoRedo.source","timestamp":1653920288004},{"id":"gXrV.json","timestamp":1653920308807},{"id":"51sG.json","timestamp":1653920331179},{"id":"ONAF.json","timestamp":1653920426011},{"id":"vsZO.json","timestamp":1653920719414},{"id":"OjZS.json","timestamp":1653920766062},{"id":"RWZL.json","timestamp":1653921730905},{"id":"FXpC.json","timestamp":1653921745348},{"id":"XiiB.json","timestamp":1653922930658},{"id":"jtyK.json","timestamp":1654005706289},{"id":"KtuY.json","timestamp":1654006244538}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel": "parcel", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel": "parcel", | |
"parcel:serve": "parcel serve src/index.html --target=electron --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.2", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-dropdown": "^1.10.0", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.2", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-dropdown": "^1.10.0", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "node scripts/start.js", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0", | |
"parcel-bundler": "1.12.4", | |
"electron-reloader": "1.1.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron": "electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rm -rf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir build", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir build", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --out-dir build src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache build", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir build src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron": "electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^1.12.3", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir build", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir build", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir build src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@storybook/preset-scss": "^1.0.3", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"autoprefixer": "^9.8.5", | |
"braces": "^3.0.2", | |
"copy-webpack-plugin": "^11.0.0", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"cssnano": "^4.1.10", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"mini-css-extract-plugin": "^2.6.0", | |
"node-sass": "^6.0.1", | |
"postcss-loader": "^3.0.0", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"sass": "^1.52.1", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"start:dev": "node scripts/start.js", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0", | |
"parcel-bundler": "1.12.4", | |
"electron-reloader": "1.1.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && npm run electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron": "electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel": "parcel", | |
"parcel:serve": "parcel serve src/index.html --target=electron --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --target=electron --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"sideEffects": true, | |
"scripts": { | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --target=electron --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache build", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir build src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron": "electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^1.12.3", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --out-dir build", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir build", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --out-dir build src/index.html --no-source-maps --target=electron\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^11.1.1", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-dropdown": "^1.10.0", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "node scripts/start.js", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@types/webpack-env": "^1.16.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"error-overlay-webpack-plugin": "^1.0.0", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"eslint-webpack-plugin": "^3.1.1", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"html-webpack-plugin": "^4.5.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "1.12.4", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"tsconfig-paths-webpack-plugin": "^3.5.2", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-dev-server": "^3.11.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel": "parcel", | |
"parcel:serve": "parcel src/index.html --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel": "parcel", | |
"parcel:serve": "parcel serve src/index.html --target=electron --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel:serve": "parcel serve src/index.html --open", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:watch\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron": "electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^1.12.3", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@babel/cli": "^7.16.0", | |
"@babel/core": "^7.8.3", | |
"@babel/plugin-proposal-class-properties": "^7.16.5", | |
"@babel/plugin-proposal-decorators": "^7.16.5", | |
"@babel/preset-env": "^7.16.5", | |
"@babel/preset-typescript": "^7.16.5", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"file-loader": "^6.0.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"sass-loader": "^10.2.0", | |
"style-loader": "^1.2.1", | |
"ts-loader": "^7.0.5", | |
"typescript": "^3.9.9", | |
"url-loader": "^4.1.0", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "state", | |
"author": "Zenotta AG", | |
"version": "1.0.4", | |
"description": "State is the open source wallet for interacting with Zenotta's blockchain network, provided by you and us", | |
"main": "public/electron.js", | |
"source": "src/index.html", | |
"license": "MIT", | |
"scripts": { | |
"clean": "rimraf .parcel-cache dist", | |
"parcel": "parcel", | |
"parcel:serve": "parcel src/index.html --target=electron --out-dir dist", | |
"parcel:watch": "parcel watch src/index.html --no-source-maps --target=electron --out-dir dist", | |
"parcel:build": "concurrently \"yarn run clean\" \"NODE_ENV=production && parcel build --dist-dir dist src/index.html --no-source-maps\"", | |
"start:dev": "concurrently \"BROWSER=none yarn run parcel:serve\" \"wait-on http://localhost:1234 && export NODE_ENV=development && electron .\"", | |
"electron:dev": "node scripts/start.js && npm run electron", | |
"electron": "export NODE_ENV=development && electron .", | |
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.prod.js", | |
"start": "electron-forge start", | |
"webpack-start": "cross-env NODE_ENV=development webpack-dev-server --config tools/webpack/webpack.dev.js", | |
"electron-dev": "concurrently \"BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && export NODE_ENV=development && electron .\"", | |
"electron-dev-win": "concurrently \"cross-env BROWSER=none yarn run webpack-start\" \"wait-on http://localhost:8080 && set NODE_ENV=development && electron .\"", | |
"electron-pack": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"cp-assets": "cp public/electron.js build ; cp public/icon.png build ; cp public/preload.js build ; cp -r public/utils build ; cp -R i18n build", | |
"preelectron-pack": "yarn build ; yarn run cp-assets", | |
"electron-pack-win": "electron-builder -c.extraMetadata.main=build/electron.js", | |
"preelectron-pack-win": "yarn build && npm run cp-assets-win", | |
"cp-assets-win": "xcopy /y .\\public\\electron.js build && xcopy /y .\\public\\icon.png build && xcopy /y .\\public\\preload.js build && xcopy /y .\\public\\utils build\\utils\\ && xcopy /s /e /y .\\i18n .\\build\\i18n\\", | |
"test": "jest", | |
"package": "electron-forge package", | |
"make": "electron-forge make", | |
"build-icons": "./node_modules/.bin/electron-icon-builder --input=public/icon.png --output=./appicns", | |
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'", | |
"lint": "eslint .", | |
"lint:fix": "eslint . --fix", | |
"translate": "ts-node ./src/translations.mjs", | |
"translate:force": "ts-node ./src/translations.mjs force;" | |
}, | |
"homepage": ".", | |
"build": { | |
"appId": "State v1.0.4", | |
"productName": "State", | |
"files": [ | |
"build/**/*", | |
"node_modules/**/*" | |
] | |
}, | |
"browser": { | |
"fs": false, | |
"path": false, | |
"os": false | |
}, | |
"dependencies": { | |
"@hot-loader/react-dom": "^17.0.1", | |
"@zenotta/zenotta-js": "^1.2.0", | |
"axios": "^0.21.4", | |
"axios-retry": "^3.1.9", | |
"bitcore-lib": "^8.25.25", | |
"bitcore-mnemonic": "^8.25.25", | |
"browserslist": "^4.19.1", | |
"byte-base64": "^1.1.0", | |
"chi-ui": "^0.5.0", | |
"chokidar": "^3.5.2", | |
"clean-css": "^4.2.4", | |
"concurrently": "^6.4.0", | |
"crypto-key-composer": "^0.1.3", | |
"electron-pack": "^1.3.2", | |
"electron-packager": "^15.4.0", | |
"electron-squirrel-startup": "^1.0.0", | |
"electron-updater": "^4.6.1", | |
"fs": "^0.0.1-security", | |
"fs.promises": "^0.1.2", | |
"function": "^0.6.1", | |
"hidefile": "^3.0.0", | |
"i18next": "^19.9.2", | |
"i18next-http-backend": "^1.3.1", | |
"immer": "^9.0.6", | |
"interweave": "^12.7.1", | |
"is-ip": "^3.1.0", | |
"js-file-download": "^0.4.12", | |
"js-sha3": "^0.8.0", | |
"keytar": "^7.7.0", | |
"lodash": "^4.17.21", | |
"mobx": "^6.4.2", | |
"mobx-react": "^7.3.0", | |
"node-forge": "^0.10.0", | |
"nodejs": "^0.0.0", | |
"npx": "^10.2.2", | |
"nth-check": "2.0.1", | |
"path": "^0.12.7", | |
"postcss": "^8.4.5", | |
"promises": "^0.2.5", | |
"react": "^17.0.1", | |
"react-devtools": "^4.22.1", | |
"react-dom": "^17.0.1", | |
"react-fader": "^3.1.1", | |
"react-i18next": "^11.15.1", | |
"react-native-svg": "^12.2.0", | |
"react-qr-code": "^2.0.3", | |
"react-router": "^5.2.1", | |
"react-router-dom": "^5.3.0", | |
"react-toastify": "^8.2.0", | |
"react-tooltip": "^4.2.21", | |
"require": "^2.4.20", | |
"trim-newlines": "^4.0.2", | |
"ts-command-line-args": "^2.2.0", | |
"ts-node": "^10.4.0", | |
"tweetnacl": "^1.0.3", | |
"tweetnacl-sealedbox-js": "^1.2.0", | |
"tweetnacl-util": "^0.15.1", | |
"uglify-js": "^3.14.4", | |
"uuid": "^8.3.2", | |
"wait-on": "^5.3.0", | |
"yarn": "^1.22.10" | |
}, | |
"devDependencies": { | |
"@types/react-router": "^5.1.12", | |
"@types/react-tooltip": "^4.2.4", | |
"@fullhuman/postcss-purgecss": "4.1.3", | |
"@parcel/transformer-sass": "2.6.0", | |
"parcel": "^2.6.0", | |
"postcss-cli": "^9.1.0", | |
"postcss-import": "^14.1.0", | |
"postcss-modules": "^4.3.1", | |
"posthtml-include": "^1.7.4", | |
"@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", | |
"@types/enzyme": "^3.10.9", | |
"@types/enzyme-adapter-react-16": "^1.0.6", | |
"@types/jest": "^27.0.3", | |
"@types/lodash": "^4.14.179", | |
"@types/node": "^14.18.0", | |
"@types/react": "^17.0.1", | |
"@types/react-dom": "^17.0.1", | |
"@types/uuid": "^8.3.3", | |
"@typescript-eslint/eslint-plugin": "^5.7.0", | |
"@typescript-eslint/parser": "^5.7.0", | |
"braces": "^3.0.2", | |
"cross-env": "^7.0.3", | |
"css-loader": "^3.6.0", | |
"electron": "^16.0.5", | |
"electron-builder": "^22.14.5", | |
"electron-dev": "^1.0.1", | |
"electron-icon-builder": "^2.0.1", | |
"electron-is-dev": "^2.0.0", | |
"electron-reloader": "1.1.0", | |
"enzyme": "^3.11.0", | |
"enzyme-adapter-react-16": "^1.15.6", | |
"eslint": "^8.4.1", | |
"eslint-config-prettier": "^8.3.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"eslint-plugin-react": "^7.27.0", | |
"eslint-plugin-react-hooks": "^4.3.0", | |
"glob-parent": "^6.0.2", | |
"immer": "^9.0.6", | |
"jest": "^27.4.5", | |
"jshint": "^2.13.1", | |
"node-sass": "^6.0.1", | |
"parcel-bundler": "^1.12.3", | |
"prettier": "^2.5.1", | |
"react-hot-loader": "^4.13.0", | |
"regenerator-runtime": "^0.13.9", | |
"rimraf": "^3.0.2", | |
"sass": "^1.51.0", | |
"typescript": "^3.9.9", | |
"yargs-parser": "^21.0.0" | |
}, | |
"jest": { | |
"setupFilesAfterEnv": [ | |
"./test.setup.js" | |
] | |
}, | |
"config": { | |
"forge": "./forge.config.js" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/hooks/useTimer.ts","entries":[{"id":"DSa1.ts","source":"Infer parameter types from usage","timestamp":1654078638225}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/src/utils/ErrorHandler.ts","entries":[{"id":"DnpR.ts","source":"undoRedo.source","timestamp":1649976846633},{"id":"LAVB.ts","source":"Workspace Edit","timestamp":1649976862093},{"id":"rSZk.ts","timestamp":1650358250720},{"id":"30YH.ts","timestamp":1650358552895},{"id":"htcQ.ts","timestamp":1650358844796},{"id":"y1YI.ts","source":"Workspace Edit","timestamp":1650358856592},{"id":"N7PY.ts","timestamp":1650358894664},{"id":"Ncex.ts","source":"Workspace Edit","timestamp":1650358925872},{"id":"uWrw.ts","timestamp":1650358969496},{"id":"w2Yb.ts","timestamp":1650360133451},{"id":"VGbO.ts","source":"Workspace Edit","timestamp":1650360851619},{"id":"4YEA.ts","timestamp":1650360881259},{"id":"YK8M.ts","timestamp":1650361425981},{"id":"2rKT.ts","timestamp":1650361466393},{"id":"h0d5.ts","timestamp":1650361494916},{"id":"XdJd.ts","source":"Workspace Edit","timestamp":1650361566884},{"id":"Kuhe.ts","source":"Workspace Edit","timestamp":1650362233008},{"id":"hsuZ.ts","timestamp":1650362297736},{"id":"Bjbq.ts","source":"Workspace Edit","timestamp":1650362442187},{"id":"3v8T.ts","source":"undoRedo.source","timestamp":1650362587415},{"id":"tsRU.ts","source":"Workspace Edit","timestamp":1650362616915},{"id":"UHP9.ts","timestamp":1650362695574},{"id":"1ilw.ts","source":"Workspace Edit","timestamp":1650362715382},{"id":"3yN4.ts","timestamp":1650362744954},{"id":"mrx0.ts","timestamp":1650362781254},{"id":"rLub.ts","source":"Workspace Edit","timestamp":1650362800150},{"id":"89YS.ts","source":"Workspace Edit","timestamp":1650363144057},{"id":"Ghoa.ts","timestamp":1650363371609},{"id":"JnUO.ts","timestamp":1650363757599},{"id":"QUQW.ts","timestamp":1650363847803},{"id":"FsVw.ts","source":"Workspace Edit","timestamp":1650363863511},{"id":"YAeF.ts","timestamp":1650364011731},{"id":"A62u.ts","timestamp":1650364065842},{"id":"AcEm.ts","timestamp":1650364083874},{"id":"7cqj.ts","source":"undoRedo.source","timestamp":1650364095930},{"id":"zZOB.ts","source":"Workspace Edit","timestamp":1650364572997},{"id":"SSKn.ts","timestamp":1650364606141},{"id":"qZNW.ts","source":"Workspace Edit","timestamp":1650364625901},{"id":"yPaD.ts","timestamp":1650364663632},{"id":"myt6.ts","timestamp":1650367911776},{"id":"DJZt.ts","timestamp":1650367943184},{"id":"Xtax.ts","timestamp":1650368008464},{"id":"IKtq.ts","timestamp":1650368044440},{"id":"IUDp.ts","source":"Workspace Edit","timestamp":1650368056280},{"id":"iMF5.ts","timestamp":1650368101376},{"id":"zAMj.ts","timestamp":1650368121300},{"id":"nuVw.ts","source":"Workspace Edit","timestamp":1650368427255},{"id":"sf9D.ts","timestamp":1650369081104},{"id":"zMyf.ts","timestamp":1650369551294},{"id":"65af.ts","timestamp":1650372177971}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/rust_warp_react/.vscode/settings.json","entries":[{"id":"YCC4.json","timestamp":1652275980037}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rust-analyzer.cargo.allFeatures": true, | |
"rust-analyzer.linkedProjects": [ | |
"/home/anton/rust_warp_react/backend/Cargo.toml", | |
], | |
"editor.formatOnSave": true, | |
"cmake.configureOnOpen": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-manager/app/build.gradle.kts","entries":[{"id":"fpbm.kts","timestamp":1654072686741},{"id":"Y59Z.kts","timestamp":1654072800329}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/tests/constants.ts","entries":[{"id":"xvaL.ts","timestamp":1649166153541},{"id":"hodI.ts","timestamp":1652375287214},{"id":"9cwg.ts","source":"undoRedo.source","timestamp":1652375316789},{"id":"Cklp.ts","source":"Add import from \"../mgmt\"","timestamp":1652375340829},{"id":"8nIx.ts","timestamp":1652375357385},{"id":"eWKc.ts","timestamp":1652375387817}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/naom/src/primitives/druid.rs","entries":[{"id":"WZHT.rs","timestamp":1650627007683},{"id":"0Tll.rs","timestamp":1650877758826}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/api/tests.rs","entries":[{"id":"O4XM.rs","timestamp":1651848583317},{"id":"t2nJ.rs","timestamp":1651848613091},{"id":"wMPA.rs","timestamp":1651848662882},{"id":"JNhI.rs","timestamp":1651848700924},{"id":"IFVr.rs","timestamp":1651848772216},{"id":"Syc4.rs","timestamp":1651848810874},{"id":"c1xs.rs","timestamp":1651848885626},{"id":"4znl.rs","timestamp":1651848899315},{"id":"I04u.rs","timestamp":1651848910723},{"id":"OAI3.rs","timestamp":1651848976458},{"id":"7fPU.rs","timestamp":1651849003967},{"id":"Oreu.rs","timestamp":1652095125519},{"id":"Wb08.rs","timestamp":1652095170923},{"id":"qJ17.rs","timestamp":1652095184691},{"id":"HboB.rs","timestamp":1652095828290},{"id":"iofC.rs","timestamp":1652095854686},{"id":"Hlkf.rs","timestamp":1652095879310},{"id":"lVcM.rs","timestamp":1652096192145},{"id":"xQCN.rs","timestamp":1652097094722},{"id":"EqsC.rs","timestamp":1652097122834},{"id":"pN2P.rs","timestamp":1652114218995},{"id":"GGCj.rs","timestamp":1652114233282},{"id":"r9fI.rs","timestamp":1652114252131},{"id":"r27E.rs","timestamp":1652114300026},{"id":"J268.rs","timestamp":1652177047675},{"id":"b0Dl.rs","timestamp":1652195177572},{"id":"BphH.rs","timestamp":1652266509090},{"id":"pxVa.rs","timestamp":1652266538342},{"id":"9u6u.rs","timestamp":1652266574898},{"id":"hIkk.rs","timestamp":1652266847275},{"id":"Rx6s.rs","timestamp":1652266967979},{"id":"BazY.rs","timestamp":1652270323766},{"id":"UcDU.rs","timestamp":1652272994785},{"id":"Wxfk.rs","source":"undoRedo.source","timestamp":1652273015793},{"id":"HMkR.rs","timestamp":1652273029309},{"id":"eVNX.rs","timestamp":1652720407506},{"id":"Qwra.rs","timestamp":1652721290428},{"id":"NspL.rs","timestamp":1652782223504},{"id":"KXhd.rs","timestamp":1652782303461},{"id":"Tp5P.rs","timestamp":1652782338797},{"id":"QVt1.rs","timestamp":1652782539415},{"id":"7Yzy.rs","timestamp":1652787958709},{"id":"gWds.rs","timestamp":1652788143213},{"id":"eaVW.rs","timestamp":1652788155289},{"id":"J62A.rs","timestamp":1652789729124},{"id":"pbgU.rs","timestamp":1652791558717},{"id":"G7g0.rs","timestamp":1652791669937},{"id":"29gS.rs","timestamp":1652792076523},{"id":"b3DM.rs","timestamp":1652797592536},{"id":"MerE.rs","source":"searchReplace.source","timestamp":1652867579304}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/mgmt/txMgmt.ts","entries":[{"id":"ZT3e.ts","timestamp":1652375232114},{"id":"fymO.ts","source":"undoRedo.source","timestamp":1652375425633},{"id":"tFYG.ts","timestamp":1652375475757},{"id":"8Ngq.ts","timestamp":1652375497137},{"id":"6Bpu.ts","timestamp":1652375696359},{"id":"yWi0.ts","timestamp":1652375706515},{"id":"45pg.ts","timestamp":1652375780579},{"id":"soFb.ts","timestamp":1652375792507},{"id":"iAWn.ts","timestamp":1652375816831},{"id":"e2Nx.ts","timestamp":1652375841455},{"id":"P2gh.ts","timestamp":1652378579067},{"id":"Kpe0.ts","timestamp":1652378706886},{"id":"HUqQ.ts","source":"searchReplace.source","timestamp":1652436377640},{"id":"M50l.ts","timestamp":1652444932099},{"id":"usva.ts","source":"Update import from \"../utils\"","timestamp":1652444937411},{"id":"rl3o.ts","timestamp":1652446781346},{"id":"O19D.ts","timestamp":1652446799618},{"id":"RHSG.ts","timestamp":1652446828462},{"id":"3ajU.ts","timestamp":1652446845734},{"id":"SFIk.ts","timestamp":1652446933554},{"id":"lVTs.ts","timestamp":1652446993345},{"id":"CL3E.ts","source":"searchReplace.source","timestamp":1652447644295},{"id":"7jBb.ts","timestamp":1652447691135},{"id":"5lZO.ts","timestamp":1652447710455},{"id":"KHTW.ts","timestamp":1652716840260},{"id":"Fgqm.ts","timestamp":1652716920736},{"id":"h6EU.ts","timestamp":1652716957280},{"id":"mobK.ts","timestamp":1652717022539},{"id":"bQX7.ts","timestamp":1652717053943},{"id":"cUm8.ts","timestamp":1652717128547},{"id":"vKbb.ts","timestamp":1652717157263},{"id":"oNaZ.ts","timestamp":1652882371481},{"id":"5aMz.ts","timestamp":1652882431774},{"id":"fw4z.ts","timestamp":1652882442230},{"id":"YGl9.ts","timestamp":1653239272102},{"id":"uZTR.ts","source":"undoRedo.source","timestamp":1653239500832},{"id":"U6Rg.ts","timestamp":1653303973634},{"id":"Vgb5.ts","source":"Workspace Edit","timestamp":1653304205543},{"id":"ZK0O.ts","timestamp":1653304216390},{"id":"kXwJ.ts","source":"Workspace Edit","timestamp":1653304226914},{"id":"RnrZ.ts","source":"Add import from \"../rustHooks/pkg/naom_bindings_bg.wasm\"","timestamp":1653304379861},{"id":"BkpP.ts","source":"Workspace Edit","timestamp":1653304427975},{"id":"vahK.ts","timestamp":1653305197293},{"id":"uiPU.ts","timestamp":1653306051023},{"id":"0yWg.ts","timestamp":1653307470476},{"id":"eeHk.ts","timestamp":1653307484624},{"id":"xr3R.ts","timestamp":1653307511244},{"id":"4mIq.ts","source":"undoRedo.source","timestamp":1653307526740},{"id":"DLHu.ts","timestamp":1653307531764},{"id":"S8m9.ts","timestamp":1653319115307}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/django-course/django_project/django_app/apps.py","entries":[{"id":"P2gX.py","timestamp":1651783774420},{"id":"jzR8.py","source":"moved.source","timestamp":1651784046609}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/Modern_GUI_PyDracula_PySide6_or_PyQt6/ui_main.py","entries":[{"id":"mfdh.py","timestamp":1651790359621},{"id":"iYWi.py","timestamp":1651790370229}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/.prettierignore","entries":[{"id":"rP37","timestamp":1653317922760},{"id":"8038","timestamp":1653389698331}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/interfaces/index.ts","entries":[{"id":"8cyt.ts","timestamp":1652280091655},{"id":"Rz6X.ts","timestamp":1652280160878},{"id":"JKcQ.ts","timestamp":1652280195226},{"id":"JnoT.ts","timestamp":1652281838478},{"id":"xZbN.ts","timestamp":1652346752311},{"id":"9p8x.ts","timestamp":1652346781383},{"id":"G34x.ts","timestamp":1652346881843},{"id":"QWmC.ts","timestamp":1652346959015},{"id":"Bjud.ts","timestamp":1652349990512},{"id":"Yi0j.ts","timestamp":1652351727457},{"id":"RXJC.ts","timestamp":1652365759935},{"id":"Elcb.ts","timestamp":1652365770931},{"id":"ksSu.ts","timestamp":1652365856299},{"id":"EQem.ts","timestamp":1652365883631},{"id":"RF9l.ts","timestamp":1652365931807},{"id":"lJxC.ts","timestamp":1652366067231},{"id":"p4dI.ts","timestamp":1652368597480},{"id":"jDfy.ts","timestamp":1652368619764},{"id":"E0Lx.ts","timestamp":1652368672168},{"id":"hT9i.ts","timestamp":1652368936255},{"id":"fMgD.ts","timestamp":1652368999218},{"id":"SAZi.ts","timestamp":1652369152454},{"id":"wLQ9.ts","timestamp":1652369623260},{"id":"o4fx.ts","source":"undoRedo.source","timestamp":1652370175619},{"id":"n71b.ts","timestamp":1652370208707},{"id":"jx30.ts","timestamp":1652370226595},{"id":"cZKK.ts","timestamp":1652370237223},{"id":"Qa6E.ts","timestamp":1652370643005},{"id":"EGUK.ts","timestamp":1652371637429},{"id":"M9y8.ts","timestamp":1652373240122},{"id":"aSLm.ts","timestamp":1652374281797},{"id":"rndX.ts","timestamp":1652377024121},{"id":"6qDz.ts","source":"undoRedo.source","timestamp":1652377028641},{"id":"jrE6.ts","source":"undoRedo.source","timestamp":1652377077145},{"id":"hwG8.ts","timestamp":1652379587499},{"id":"65UU.ts","timestamp":1652380336787},{"id":"mLBb.ts","timestamp":1652380694069},{"id":"N3I0.ts","timestamp":1652381908309},{"id":"Iz30.ts","timestamp":1652381923261},{"id":"IGYi.ts","timestamp":1652382653963},{"id":"RBtE.ts","source":"searchReplace.source","timestamp":1652431324561},{"id":"U4AL.ts","source":"searchReplace.source","timestamp":1652431342997},{"id":"YF92.ts","timestamp":1652431397714},{"id":"R78f.ts","timestamp":1652433900626},{"id":"BD31.ts","timestamp":1652715981011},{"id":"KcmF.ts","timestamp":1652716144279},{"id":"YDzf.ts","timestamp":1652778535404},{"id":"s4JC.ts","timestamp":1652778922821},{"id":"IgQ9.ts","timestamp":1652778951964},{"id":"lE1c.ts","timestamp":1652779090817}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/.cfg/scripts/electron-rebuild.js","entries":[{"id":"Cusw.js","timestamp":1650624872397}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet-servable/backend/src/middleware/common.ts","entries":[{"id":"e1WT.ts","timestamp":1650894268007},{"id":"eJqm.ts","timestamp":1650894283619},{"id":"Ynb3.ts","timestamp":1650894375619},{"id":"R4zR.ts","timestamp":1650894395091},{"id":"dKoV.ts","timestamp":1650894416031},{"id":"fz50.ts","source":"Add import from \"path\"","timestamp":1650894994021},{"id":"e1Dy.ts","timestamp":1650896058261},{"id":"rAWT.ts","timestamp":1650896109285}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/naom/src/primitives/asset.rs","entries":[{"id":"bmnR.rs","timestamp":1652711610131},{"id":"mhkd.rs","timestamp":1652711636851},{"id":"CRqR.rs","timestamp":1652711657955},{"id":"iYJ9.rs","timestamp":1652711676463},{"id":"jwRQ.rs","source":"you can probably remove the explicit borrow: `receipt_asset`","timestamp":1652711685275},{"id":"8Aqv.rs","timestamp":1652711702715},{"id":"0RBl.rs","timestamp":1652711924802},{"id":"t42V.rs","timestamp":1652711940602},{"id":"NS7L.rs","timestamp":1652711984058},{"id":"g3li.rs","timestamp":1652712015342},{"id":"4qyu.rs","timestamp":1652712104045},{"id":"1Kg4.rs","timestamp":1652712151441},{"id":"obnQ.rs","timestamp":1652712273913},{"id":"G0TJ.rs","timestamp":1652712540648},{"id":"bXVR.rs","timestamp":1652712577636},{"id":"fxVn.rs","timestamp":1652712587968},{"id":"dRJG.rs","timestamp":1652712878863},{"id":"Mz4B.rs","timestamp":1652712909834},{"id":"rLu6.rs","timestamp":1652712962602},{"id":"3UiC.rs","timestamp":1652712979350},{"id":"qxWP.rs","timestamp":1652713001498},{"id":"74RR.rs","timestamp":1652713084978},{"id":"EeD1.rs","timestamp":1652713152582},{"id":"i4Rw.rs","timestamp":1652713170354},{"id":"bB8L.rs","source":"Wrap in Some","timestamp":1652713189686},{"id":"nOsq.rs","source":"consider borrowing the `Option`'s content: `.as_ref()`","timestamp":1652713199222},{"id":"J4pa.rs","timestamp":1652713214329},{"id":"8zVI.rs","timestamp":1652713224409},{"id":"AnqK.rs","timestamp":1652713298117},{"id":"wTpd.rs","timestamp":1652713321897},{"id":"zYaM.rs","source":"Wrap in Some","timestamp":1652713338473},{"id":"uDzy.rs","source":"Wrap in Some","timestamp":1652713361017},{"id":"fciG.rs","timestamp":1652713395641},{"id":"PqHq.rs","timestamp":1652713455157},{"id":"x8Xi.rs","timestamp":1652713472549},{"id":"Nc8G.rs","source":"undoRedo.source","timestamp":1652713487481},{"id":"mzjT.rs","timestamp":1652783471174},{"id":"EFST.rs","timestamp":1652783775527},{"id":"pBLA.rs","timestamp":1652783802547},{"id":"LwEQ.rs","timestamp":1652784596864},{"id":"rtkO.rs","timestamp":1652785066080},{"id":"WqaV.rs","timestamp":1652796462681},{"id":"CrJr.rs","timestamp":1652796498573},{"id":"5SAD.rs","timestamp":1652796534461},{"id":"aHtj.rs","timestamp":1652867665535},{"id":"6kFk.rs","source":"undoRedo.source","timestamp":1652867680907},{"id":"bgTz.rs","source":"consider changing this to be mutable: `mut receipt_asset`","timestamp":1652867689651},{"id":"uZyn.rs","source":"borrow this field in the pattern to avoid moving `self.0`: `ref `","timestamp":1652867696099},{"id":"HxR6.rs","timestamp":1652867703935},{"id":"UN4B.rs","timestamp":1652867716007}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/django-course/django_project/django_project/asgi.py","entries":[{"id":"tNHh.py","timestamp":1651783755824},{"id":"4nDd.py","timestamp":1651792007424}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/naom/src/utils/script_utils.rs","entries":[{"id":"cXmi.rs","timestamp":1651762414317},{"id":"wjh0.rs","timestamp":1651762419205},{"id":"7uAp.rs","timestamp":1651762429112},{"id":"uddW.rs","timestamp":1651762519755},{"id":"TBcr.rs","timestamp":1651762532030},{"id":"466a.rs","timestamp":1651762550638},{"id":"zIYg.rs","timestamp":1651762570825},{"id":"7zC9.rs","timestamp":1651762617058},{"id":"gRIC.rs","timestamp":1651762647485},{"id":"MGzi.rs","timestamp":1651763496083},{"id":"w4TC.rs","timestamp":1651834783998},{"id":"16z0.rs","timestamp":1651835010333},{"id":"Z51i.rs","timestamp":1651838919305},{"id":"lr5I.rs","timestamp":1651853915911},{"id":"7blI.rs","timestamp":1652097753074},{"id":"askV.rs","timestamp":1652713559088},{"id":"K3KK.rs","timestamp":1652786280504},{"id":"Ckyh.rs","timestamp":1652792355182},{"id":"KUTu.rs","timestamp":1652792376178},{"id":"pP9f.rs","timestamp":1652792440602},{"id":"KJQu.rs","timestamp":1652792456866},{"id":"5gVF.rs","timestamp":1652792475754},{"id":"n35I.rs","timestamp":1652792491293},{"id":"Xjl5.rs","timestamp":1652792508113},{"id":"d0l0.rs","timestamp":1652792518709},{"id":"uTTJ.rs","timestamp":1652792547961},{"id":"UqkE.rs","timestamp":1652792566937},{"id":"HZjt.rs","timestamp":1652792617937},{"id":"LT5e.rs","timestamp":1652792632197},{"id":"7kiV.rs","timestamp":1652792660225},{"id":"MNq6.rs","timestamp":1652792679285},{"id":"vq2O.rs","timestamp":1652792718321},{"id":"hJmm.rs","timestamp":1652792744025},{"id":"8t12.rs","timestamp":1652792758857},{"id":"Su1w.rs","timestamp":1652792773356},{"id":"lhe7.rs","timestamp":1652792790684},{"id":"5IDs.rs","timestamp":1652792812016},{"id":"mneW.rs","timestamp":1652792854100},{"id":"lhgz.rs","timestamp":1652792930448},{"id":"Uenk.rs","timestamp":1652792970464},{"id":"vbeV.rs","timestamp":1652793002416},{"id":"jsaA.rs","timestamp":1652793020684},{"id":"bNwp.rs","timestamp":1652793049704},{"id":"BJ6q.rs","timestamp":1652793087563},{"id":"g9Q6.rs","timestamp":1652793109183},{"id":"4oei.rs","timestamp":1652793133203},{"id":"q345.rs","timestamp":1652793184647},{"id":"iUm8.rs","timestamp":1652793256966},{"id":"Xjqr.rs","timestamp":1652867547473},{"id":"G6FT.rs","timestamp":1652867830301}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/rust_warp_react/backend/src/utils.rs","entries":[{"id":"sFMP.rs","timestamp":1652279708096},{"id":"ARUt.rs","timestamp":1652279754044},{"id":"adns.rs","timestamp":1652279779764}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/tsconfig.json","entries":[{"id":"Pyaq.json","source":"Workspace Edit","timestamp":1650624890269}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
"experimentalDecorators": true, | |
"target": "es2021", | |
"module": "commonjs", | |
"lib": [ | |
"dom", | |
"es2021" | |
], | |
"declaration": true, | |
"declarationMap": true, | |
"jsx": "react-jsx", | |
"strict": true, | |
"pretty": true, | |
"sourceMap": true, | |
"baseUrl": "./src", | |
"noUnusedLocals": true, | |
"noUnusedParameters": true, | |
"noImplicitReturns": true, | |
"noFallthroughCasesInSwitch": true, | |
"moduleResolution": "node", | |
"esModuleInterop": true, | |
"allowSyntheticDefaultImports": true, | |
"resolveJsonModule": true, | |
"allowJs": true, | |
"outDir": "release/app/dist" | |
}, | |
"exclude": [ | |
"test", | |
"release/build", | |
"release/app/dist", | |
".cfg/dll" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/PendingTransactions/styles.scss","entries":[{"id":"FwFP.scss","timestamp":1653997897941},{"id":"NDSI.scss","timestamp":1653997912905},{"id":"Rgq3.scss","timestamp":1653998357447},{"id":"Yo44.scss","timestamp":1653998803469},{"id":"HtXs.scss","timestamp":1653999130088}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/AddressInputs/index.tsx","entries":[{"id":"uW5I.tsx","timestamp":1654075205608}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/scripts/start.js","entries":[{"id":"iAuc.js","source":"Workspace Edit","timestamp":1653897940314},{"id":"pshH.js","timestamp":1653898027341},{"id":"O44h.js","timestamp":1653898109661},{"id":"SJ5i.js","timestamp":1653898186020},{"id":"nATv.js","timestamp":1653898832323},{"id":"cstj.js","timestamp":1653898906322},{"id":"N1wk.js","timestamp":1653898950446},{"id":"oWBl.js","timestamp":1653915206237},{"id":"PB37.js","timestamp":1653915219185},{"id":"VuDl.js","timestamp":1653915622945},{"id":"4Axa.js","timestamp":1653915834053},{"id":"Wc6E.js","timestamp":1653916744071},{"id":"gm9a.js","timestamp":1653916834676},{"id":"cHSx.js","timestamp":1653917169678},{"id":"FOqt.js","timestamp":1653917321319},{"id":"O9KT.js","timestamp":1653918063372},{"id":"vTnc.js","timestamp":1653919771089},{"id":"WzrG.js","timestamp":1653919812465},{"id":"JN3Z.js","timestamp":1653919886968}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/.eslintrc.json","entries":[{"id":"MLuJ.json","timestamp":1653901909839}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"parser": "@typescript-eslint/parser", | |
"parserOptions": { | |
"ecmaVersion": 2018, | |
"sourceType": "module" | |
}, | |
"plugins": [ | |
"@typescript-eslint", | |
"react-hooks", | |
"react" | |
], | |
"extends": [ | |
"eslint:recommended", | |
"plugin:react/recommended", | |
"plugin:prettier/recommended", | |
"plugin:@typescript-eslint/recommended" | |
], | |
"rules": { | |
"react-hooks/rules-of-hooks": "error", | |
"react-hooks/exhaustive-deps": "off", | |
"react/prop-types": "off", | |
"@typescript-eslint/no-unused-vars": "warn", //TODO: Fix and set to "error" | |
"@typescript-eslint/no-explicit-any": "warn" //TODO: Fix and set to "error" | |
}, | |
"settings": { | |
"react": { | |
"pragma": "React", | |
"version": "detect" | |
}, | |
"import/resolver": { | |
"node": { | |
"extensions": [ | |
".js", | |
".jsx", | |
".ts", | |
".tsx" | |
] | |
}, | |
"webpack": { | |
"config": ".cfg/configs/webpack.config.base.ts" | |
} | |
} | |
}, | |
"env": { | |
"browser": true, | |
"node": true | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/.gitlab-ci.yml","entries":[{"id":"nqHx.yml","timestamp":1650619719454},{"id":"Exik.yml","timestamp":1650619912335},{"id":"bb4H.yml","timestamp":1650620002679}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"java.configuration.updateBuildConfiguration": "interactive" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-manager/.vscode/settings.json","entries":[{"id":"bN9b.json","timestamp":1654072693833}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/hooks/utils/index.ts","entries":[{"id":"yNIb.ts","timestamp":1654078624973},{"id":"v1No.ts","source":"Workspace Edit","timestamp":1654078629501}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/index.html","entries":[{"id":"VeUo.html","timestamp":1652968335165},{"id":"RZw2.html","timestamp":1652968518220},{"id":"TYZd.html","source":"Use 'Point'","timestamp":1652968689472},{"id":"ugTz.html","timestamp":1653394242409},{"id":"3Px4.html","timestamp":1653394422568},{"id":"bndL.html","timestamp":1653662932742},{"id":"4DNQ.html","timestamp":1653899238140},{"id":"ayc0.html","timestamp":1653914592440},{"id":"A0CK.html","timestamp":1653916102093},{"id":"tzpU.html","timestamp":1653923311312}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/.gitlab-ci.yml","entries":[{"id":"XcaI.yml","timestamp":1650462035897},{"id":"SAGk.yml","timestamp":1650462538003},{"id":"0yY1.yml","timestamp":1652720260387}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
/** Specify ECMAScript target version */ | |
"target": "ES6", | |
/** Specify JSX code generation */ | |
"jsx": "react", | |
/** Specify module code generation */ | |
"module": "ESNext", | |
/** Specifies module resolution strategy */ | |
"moduleResolution": "Node", | |
/** Base directory to resolve non-relative module names */ | |
"baseUrl": "./src", | |
/** Specify path mapping to be computed relative to baseUrl option */ | |
"paths": { | |
/* Wildcards */ | |
"@components/*": [ | |
"components/*" | |
], | |
"@styles/*": [ | |
"styles/*" | |
], | |
"@static/*": [ | |
"static/*" | |
], | |
"@hooks/*": [ | |
"hooks/*" | |
], | |
"@mgmt/*": [ | |
"mgmt/*" | |
], | |
"@store": [ | |
"store/index.ts" | |
], | |
/* Direct routing */ | |
"@apiInterfaces": [ | |
"apiInterfaces.ts" | |
], | |
"@interfaces": [ | |
"interfaces.ts" | |
], | |
"@utils": [ | |
"utils.ts" | |
], | |
"@constants": [ | |
"constants.ts" | |
] | |
}, | |
/** Allow javascript files to be compiled */ | |
"allowJs": true, | |
/** Skip type checking of declaration files */ | |
"skipLibCheck": true, | |
/** Emit helpers for runtime babel ecosystem compatibility */ | |
"esModuleInterop": true, | |
/** Allow default imports from modules with no default export */ | |
"allowSyntheticDefaultImports": true, | |
/** Enable all strict type checking options */ | |
"strict": true, | |
/** Disallow inconsistently-cased references to the same file */ | |
"forceConsistentCasingInFileNames": true, | |
/** Include modules imported with '.json' extension */ | |
"resolveJsonModule": true, | |
/** Unconditionally emit imports for unresolved files */ | |
"isolatedModules": true, | |
/** Handle experimental decorators */ | |
"experimentalDecorators": true | |
}, | |
"include": [ | |
"src/**/*", | |
"src/*" | |
], | |
"exclude": [ | |
"node_modules", | |
"build", | |
"public/electron.js", | |
".cfg/dll" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/tsconfig.json","entries":[{"id":"C9wC.json","timestamp":1653902126028}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/upgrade/mod.rs","entries":[{"id":"1nKp.rs","timestamp":1651625422035},{"id":"Y2H9.rs","timestamp":1651625492893},{"id":"jYUz.rs","timestamp":1651852943842},{"id":"yY9I.rs","timestamp":1652095570615},{"id":"YBr5.rs","timestamp":1652095695631}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/django-course/django_project/django_app/admin.py","entries":[{"id":"BntB.py","timestamp":1651783772296},{"id":"IIIz.py","source":"moved.source","timestamp":1651784046608},{"id":"K20Z.py","timestamp":1651792011584}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/ZenottaInstance/utils.ts","entries":[{"id":"HfzT.ts","timestamp":1652358052943},{"id":"x1kM.ts","timestamp":1652358069507},{"id":"6NVP.ts","source":"undoRedo.source","timestamp":1652358074115},{"id":"QBms.ts","source":"Update import from \"../interfaces\"","timestamp":1652358170971},{"id":"lReh.ts","timestamp":1652358172707},{"id":"rB5A.ts","timestamp":1652358343494}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/golang_course/go.mod","entries":[{"id":"SDrQ.mod","timestamp":1649964676883}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"python.linting.pylintEnabled": true, | |
"python.linting.enabled": true, | |
"python.linting.pylamaEnabled": false, | |
"python.formatting.provider": "black" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/Modern_GUI_PyDracula_PySide6_or_PyQt6/.vscode/settings.json","entries":[{"id":"j1KE.json","timestamp":1651790507058},{"id":"xSRO.json","timestamp":1651790654931},{"id":"2W0H.json","timestamp":1651791039898}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"python.linting.pylintEnabled": true, | |
"python.linting.enabled": true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"python.linting.pylintEnabled": true, | |
"python.linting.enabled": true, | |
"python.linting.pylamaEnabled": false | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/App.scss","entries":[{"id":"RxSU.scss","timestamp":1652966084996},{"id":"WtRx.scss","timestamp":1652966161540},{"id":"YH8Z.scss","timestamp":1652966181568},{"id":"H0Ro.scss","timestamp":1652966203632},{"id":"TjwD.scss","timestamp":1652966251596},{"id":"dJ9D.scss","timestamp":1652966528624}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/hooks/useTimeout.ts","entries":[{"id":"MN17.ts","timestamp":1654079399045},{"id":"pbYx.ts","timestamp":1654079419576},{"id":"gDrN.ts","timestamp":1654080680995}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/naom/src/primitives/block.rs","entries":[{"id":"CNWI.rs","timestamp":1650908531015}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/README.md","entries":[{"id":"Y959.md","timestamp":1649179131531},{"id":"AkkH.md","timestamp":1649179153375},{"id":"E1hK.md","timestamp":1650371327335}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/compute.sh","entries":[{"id":"r3q9.sh","timestamp":1649063878739},{"id":"jEpf.sh","timestamp":1649946182297},{"id":"P0NN.sh","timestamp":1653240348510}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/src/renderer/preload.d.ts","entries":[{"id":"BMBI.ts","source":"Workspace Edit","timestamp":1650624648523},{"id":"2ode.ts","source":"Workspace Edit","timestamp":1650624836817}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/tools/webpack/webpack.common.js","entries":[{"id":"v6Me.js","timestamp":1652967581682},{"id":"1beb.js","timestamp":1652968012685},{"id":"6WFh.js","timestamp":1652968065513},{"id":"HY3F.js","timestamp":1652968439244},{"id":"gDmn.js","source":"undoRedo.source","timestamp":1652968562636},{"id":"rWlQ.js","timestamp":1652968566544},{"id":"iLjo.js","timestamp":1653308234439},{"id":"EknM.js","timestamp":1653308252771},{"id":"aHr6.js","timestamp":1653313853864},{"id":"HYYi.js","timestamp":1653313918388},{"id":"8BGC.js","timestamp":1653313998732},{"id":"8gTb.js","timestamp":1653314306479},{"id":"RCdL.js","timestamp":1653314495641},{"id":"hd6N.js","timestamp":1653314596284},{"id":"jPSJ.js","timestamp":1653314805402},{"id":"SWre.js","timestamp":1653315341931},{"id":"0V9G.js","timestamp":1653315395055},{"id":"gUjl.js","timestamp":1653315460154},{"id":"Vn0d.js","timestamp":1653317527324},{"id":"lb2U.js","timestamp":1653317547084},{"id":"8flr.js","timestamp":1653317691556},{"id":"ExGY.js","timestamp":1653319027269},{"id":"zveR.js","timestamp":1653389689207},{"id":"x03Y.js","timestamp":1653662819858},{"id":"7Jq6.js","timestamp":1653662891654},{"id":"jYTm.js","timestamp":1653663047261},{"id":"4lz9.js","timestamp":1653663987271},{"id":"7YZR.js","timestamp":1653664142274},{"id":"bqFy.js","timestamp":1653664283217},{"id":"THV2.js","timestamp":1653664385377},{"id":"AYWd.js","timestamp":1653912367946},{"id":"9c5n.js","timestamp":1653912379222},{"id":"LEgf.js","timestamp":1653912433502},{"id":"BkqE.js","timestamp":1653914323285},{"id":"MLdn.js","timestamp":1653914543560},{"id":"DqIC.js","timestamp":1653921674961},{"id":"STMZ.js","timestamp":1653922059251},{"id":"juYU.js","timestamp":1653923216259},{"id":"u6Fn.js","timestamp":1653931207280},{"id":"jkxT.js","timestamp":1653931229264}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/.vscode/settings.json","entries":[{"id":"F9Kq.json","timestamp":1652178390276},{"id":"JyM3.json","timestamp":1652178432451},{"id":"QcHn.json","timestamp":1652282410133}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"search.exclude": { | |
".git": true, | |
"lib": true, | |
"node_modules": true, | |
"npm-debug.log.*": true, | |
"test/**/__snapshots__": true, | |
"package-lock.json": true, | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"search.exclude": { | |
".git": true, | |
"lib": true, | |
"node_modules": true, | |
"npm-debug.log.*": true, | |
"test/**/__snapshots__": true, | |
"package-lock.json": true, | |
"yarn.lock": true, | |
"**/__snapshots__": true, | |
"README.md": true, | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"search.exclude": { | |
".git": true, | |
"lib": true, | |
"node_modules": true, | |
"npm-debug.log.*": true, | |
"test/**/__snapshots__": true, | |
"package-lock.json": true, | |
"yarn.lock": true, | |
"**/__snapshots__": true, | |
"README.md": true, | |
}, | |
"editor.formatOnSave": true, | |
"editor.codeActionsOnSave": { | |
"source.fixAll": true | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/tests/__tests__/receiptsMgmt.test.ts","entries":[{"id":"NoFe.ts","source":"searchReplace.source","timestamp":1652431962619},{"id":"jlpg.ts","timestamp":1652436288161},{"id":"E3lD.ts","timestamp":1652436334163},{"id":"310v.ts","timestamp":1652436810557},{"id":"JfPe.ts","timestamp":1652436889202},{"id":"HVM3.ts","timestamp":1652436903754},{"id":"GuWy.ts","timestamp":1652436936915},{"id":"9RvT.ts","timestamp":1652437005692},{"id":"J1Ub.ts","timestamp":1652437038177},{"id":"A3uv.ts","timestamp":1652437056793},{"id":"phDf.ts","timestamp":1652437125958},{"id":"xjHT.ts","timestamp":1652437173295},{"id":"fw5I.ts","timestamp":1652437220323},{"id":"A0Jy.ts","timestamp":1652437700810},{"id":"0Mtg.ts","timestamp":1652437760795},{"id":"OL4w.ts","source":"undoRedo.source","timestamp":1652437868004},{"id":"l1iD.ts","timestamp":1652437885521},{"id":"Gwyl.ts","timestamp":1652437932393},{"id":"pbXB.ts","timestamp":1652437954534},{"id":"fkLE.ts","timestamp":1652437965870},{"id":"ku6j.ts","timestamp":1652717935936},{"id":"DEfq.ts","timestamp":1652777776177},{"id":"JneZ.ts","timestamp":1652777797198},{"id":"TRgO.ts","timestamp":1652777812453},{"id":"LU2p.ts","timestamp":1652777876827},{"id":"91QP.ts","timestamp":1652777891188},{"id":"q1pt.ts","timestamp":1652777907037},{"id":"7bqP.ts","timestamp":1652790412081},{"id":"qUBc.ts","timestamp":1652790441497},{"id":"ltpH.ts","timestamp":1653239497716}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/tests/__tests__/ZenottaInstance.test.ts","entries":[{"id":"UbIH.ts","timestamp":1649166055045},{"id":"v5b1.ts","timestamp":1649166166205},{"id":"Uai3.ts","source":"Workspace Edit","timestamp":1649166170997},{"id":"j25B.ts","timestamp":1649166474600},{"id":"d62i.ts","timestamp":1649936740056},{"id":"mISE.ts","timestamp":1649936796808},{"id":"m0QZ.ts","timestamp":1649936818248},{"id":"zhPT.ts","timestamp":1649936843612},{"id":"fUam.ts","timestamp":1649936947903},{"id":"33D0.ts","timestamp":1649937304778},{"id":"Eskh.ts","timestamp":1654002699579},{"id":"Apnl.ts","timestamp":1654002728431},{"id":"vNOs.ts","timestamp":1654002892318}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/django-course/django_project/django_app/tests.py","entries":[{"id":"IdTZ.py","timestamp":1651783781180},{"id":"h8ae.py","source":"moved.source","timestamp":1651784046612}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/Dropdown/styles.scss","entries":[{"id":"hshS.scss","timestamp":1652968199501},{"id":"o0yo.scss","timestamp":1652968339121}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/index.js", | |
"bin": "dist/index.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/index.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/index.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/index.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"views/**/*" | |
], | |
"targets": [ | |
"node14" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/index.js", | |
"bin": "dist/index.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/index.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/index.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/index.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"views/**/*" | |
], | |
"targets": [ | |
"node14" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.7", | |
"description": "A small utility server to exchange arbitrary data between clients", | |
"main": "dist/index.js", | |
"bin": "dist/index.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/index.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/index.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/index.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/service.js", | |
"bin": "dist/service.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/index.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/index.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/index.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"dist/**/*" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet-servable/backend/package.json","entries":[{"id":"dcft.json","timestamp":1650645139306},{"id":"KgoJ.json","timestamp":1650645167622},{"id":"OoVz.json","timestamp":1650894202143},{"id":"B92S.json","timestamp":1650894425451},{"id":"M63P.json","timestamp":1650894478615},{"id":"ccod.json","timestamp":1650894530410},{"id":"L2cQ.json","timestamp":1650895014445},{"id":"Dl8G.json","timestamp":1650895036029},{"id":"vHbO.json","timestamp":1650895115345},{"id":"QGG7.json","timestamp":1650895128213},{"id":"Lpey.json","timestamp":1650895532363},{"id":"lNV0.json","timestamp":1650895903186},{"id":"iwSj.json","timestamp":1650895919070}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/service.js", | |
"bin": "dist/service.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/service.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/service.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/service.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"../frontend/dist/**/*" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/index.js", | |
"bin": "dist/index.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/index.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/index.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/index.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/index.js", | |
"bin": "dist/index.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/index.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/index.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/index.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"dist/**/*" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/service.js", | |
"bin": "dist/service.js", | |
"scripts": { | |
"build": "esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/service.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/service.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/service.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"../frontend/dist/**/*" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/service.js", | |
"bin": "dist/service.js", | |
"scripts": { | |
"build": "esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/service.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/service.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/service.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"dist/**/*" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/index.js", | |
"bin": "dist/index.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/index.js", | |
"build:artifacts": "npm run build && npx pkg . -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/index.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/index.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"views/**/*" | |
], | |
"targets": [ | |
"node14" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/index.js", | |
"bin": "dist/index.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/index.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/index.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/index.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"../frontend/dist/**/*" | |
], | |
"targets": [ | |
"node14" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/service.js", | |
"bin": "dist/service.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/service.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/service.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/service.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"dist/**/*" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "backend", | |
"version": "0.0.1", | |
"description": "Backend application for the Plasma Wallet", | |
"main": "dist/service.js", | |
"bin": "dist/service.js", | |
"scripts": { | |
"build": "rimraf dist && esbuild src/index.ts --bundle --platform=node --target=node14.16.0 --outfile=dist/service.js", | |
"build:artifacts": "npm run build && npx pkg -t linux,macos,win . --out-path dist", | |
"preserve": "npm run build", | |
"dev": "cross-env NODE_ENV=development LOG_LEVEL=silly BODY_LIMIT=500kb REQUEST_WINDOW=15 KEY_LIFETIME=9999 GET_RATE_LIMIT=9999 SET_RATE_LIMIT=9999 DEL_RATE_LIMIT=9999 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 ts-node-dev --respawn ./src/index.ts", | |
"start": "npm run build && cross-env NODE_ENV=production LOG_LEVEL=warn BODY_LIMIT=50kb REQUEST_WINDOW=15 KEY_LIFETIME=5 GET_RATE_LIMIT=150 SET_RATE_LIMIT=150 DEL_RATE_LIMIT=150 REDIS_URL=redis://localhost:6379 SERVER_PORT=3002 node dist/index.js", | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"lint": "npx eslint . --ext .ts", | |
"prettier:format": "prettier --config .prettierrc 'src/**/*.ts' --write" | |
}, | |
"author": "Anton Troskie", | |
"license": "MIT", | |
"dependencies": { | |
"@zenotta/zenotta-js": "^1.1.0", | |
"compression": "^1.7.4", | |
"cors": "^2.8.5", | |
"cross-env": "^7.0.3", | |
"dotenv": "^16.0.0", | |
"express": "^4.17.3", | |
"express-rate-limit": "^6.3.0", | |
"helmet": "^5.0.2", | |
"http-errors": "^2.0.0", | |
"lodash": "^4.17.21", | |
"redis": "^4.0.6", | |
"rimraf": "^3.0.2", | |
"tweetnacl": "^1.0.3", | |
"typescript": "^4.5.5", | |
"winston": "^3.7.2", | |
"winston-transport-sentry-node": "^2.3.0" | |
}, | |
"devDependencies": { | |
"@types/compression": "^1.7.2", | |
"@types/cors": "^2.8.12", | |
"@types/express": "^4.17.13", | |
"@types/http-errors": "^1.8.2", | |
"@types/lodash": "^4.14.182", | |
"@types/loglevel": "^1.6.3", | |
"@types/node": "^17.0.25", | |
"@types/winston": "^2.4.4", | |
"@typescript-eslint/eslint-plugin": "^5.20.0", | |
"@typescript-eslint/parser": "^5.20.0", | |
"concurrently": "^7.1.0", | |
"esbuild": "^0.14.36", | |
"eslint": "^8.13.0", | |
"eslint-config-prettier": "^8.5.0", | |
"eslint-plugin-prettier": "^4.0.0", | |
"pkg": "^5.6.0", | |
"prettier": "^2.6.2", | |
"ts-node-dev": "^1.1.8" | |
}, | |
"pkg": { | |
"assets": [ | |
"dist/**/*" | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/Simple_PySide_Base/.vscode/settings.json","entries":[{"id":"RkIZ.json","timestamp":1652264120991}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"python.formatting.provider": "black" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/src/main/main.ts","entries":[{"id":"R8AY.ts","timestamp":1650380396763},{"id":"r00j.ts","timestamp":1650380508574},{"id":"7Iby.ts","timestamp":1650543600030},{"id":"jE4V.ts","timestamp":1650543634209},{"id":"DnSa.ts","timestamp":1650543643845},{"id":"b3j2.ts","timestamp":1650543650209},{"id":"LMaL.ts","timestamp":1650543724417},{"id":"mlCs.ts","timestamp":1650545114852},{"id":"nHj9.ts","timestamp":1650545374999},{"id":"Qpoo.ts","timestamp":1650545563090},{"id":"Mdb8.ts","timestamp":1650545861185},{"id":"KOTd.ts","timestamp":1650546376595},{"id":"WKja.ts","timestamp":1650546524379},{"id":"F9h1.ts","timestamp":1650561824285},{"id":"QPuU.ts","timestamp":1650622951770},{"id":"SI7N.ts","timestamp":1650622962810},{"id":"VnYR.ts","timestamp":1650623668311},{"id":"iAdI.ts","source":"Workspace Edit","timestamp":1650624053062},{"id":"rE9W.ts","timestamp":1650624080338},{"id":"Ls2w.ts","timestamp":1650624581346},{"id":"APMg.ts","source":"searchReplace.source","timestamp":1650624599890},{"id":"Undl.ts","timestamp":1650626399461},{"id":"KYnp.ts","timestamp":1650641075267},{"id":"BahQ.ts","timestamp":1650641702960},{"id":"Km58.ts","timestamp":1650898414952},{"id":"Abvl.ts","timestamp":1650898959737},{"id":"efIW.ts","timestamp":1650899038812},{"id":"max9.ts","timestamp":1650901530232},{"id":"VPQj.ts","timestamp":1650901594128},{"id":"QHka.ts","source":"undoRedo.source","timestamp":1650901603100},{"id":"H702.ts","timestamp":1650901669532},{"id":"N4y4.ts","timestamp":1650901790195},{"id":"f7MO.ts","source":"Workspace Edit","timestamp":1650901794251},{"id":"iqAc.ts","timestamp":1650901847223},{"id":"Le6D.ts","timestamp":1650902116338},{"id":"njlT.ts","source":"undoRedo.source","timestamp":1650902835346},{"id":"pNUu.ts","timestamp":1650902888786},{"id":"ql0s.ts","timestamp":1650902899278},{"id":"MxUZ.ts","timestamp":1650902913762},{"id":"fwLo.ts","timestamp":1650903136237}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/rust_warp_react/backend/src/keys.rs","entries":[{"id":"rYbU.rs","timestamp":1652279987507},{"id":"je08.rs","source":"moved.source","timestamp":1652280018006}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/devops/env/dev-anton.env.config","entries":[{"id":"dXLp.config","timestamp":1652877734572}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/rust_warp_react/backend/src/static_content.rs","entries":[{"id":"Cb1D.rs","timestamp":1652275072585},{"id":"YUmJ.rs","timestamp":1652275096153},{"id":"9lhn.rs","timestamp":1652275132140},{"id":"JjLP.rs","timestamp":1652275155232},{"id":"srUM.rs","timestamp":1652275166344},{"id":"8Etn.rs","timestamp":1652275599131}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/ConfirmDialog/styles.scss","entries":[{"id":"asup.scss","timestamp":1653557845477},{"id":"o4f6.scss","timestamp":1653558027384},{"id":"G5uA.scss","timestamp":1653561455700},{"id":"8eY1.scss","timestamp":1653562260679},{"id":"xET6.scss","timestamp":1653562872764},{"id":"mOFk.scss","timestamp":1653562897792},{"id":"uVHC.scss","timestamp":1653562916072},{"id":"Ynpo.scss","timestamp":1653562932824},{"id":"nMvW.scss","timestamp":1653562948556},{"id":"6ni1.scss","timestamp":1653563735720},{"id":"ariF.scss","timestamp":1653563750924},{"id":"qccG.scss","source":"undoRedo.source","timestamp":1653563753780},{"id":"4SFU.scss","timestamp":1653563910216},{"id":"HTg9.scss","timestamp":1653563935848},{"id":"Jeoa.scss","timestamp":1653563955180},{"id":"MMvi.scss","timestamp":1653565323205},{"id":"oNNb.scss","timestamp":1653565361209},{"id":"390V.scss","timestamp":1653566409178},{"id":"v6QQ.scss","timestamp":1653566436826},{"id":"G6YN.scss","timestamp":1653567865161},{"id":"yg6R.scss","timestamp":1653658167428},{"id":"wSsU.scss","timestamp":1653658183184},{"id":"XIAq.scss","timestamp":1653658202784},{"id":"wFWH.scss","timestamp":1653658223328},{"id":"CpKv.scss","timestamp":1653658995809},{"id":"uCCb.scss","timestamp":1654082535439}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/bin/node/storage.rs","entries":[{"id":"JkPM.rs","timestamp":1649062828079},{"id":"czzH.rs","timestamp":1649062963531},{"id":"GrIf.rs","timestamp":1649063621587},{"id":"9KIS.rs","timestamp":1649158469230},{"id":"8kve.rs","source":"searchReplace.source","timestamp":1649173262216},{"id":"L9Su.rs","source":"searchReplace.source","timestamp":1649173300000},{"id":"BCUp.rs","timestamp":1649173825196},{"id":"QdQ1.rs","source":"searchReplace.source","timestamp":1649242352462},{"id":"wK3v.rs","source":"searchReplace.source","timestamp":1649242388382}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/compute.rs","entries":[{"id":"KPZS.rs","timestamp":1650896968228},{"id":"IFd6.rs","timestamp":1650896980820},{"id":"eehx.rs","timestamp":1650897033220},{"id":"mFch.rs","timestamp":1650897053672},{"id":"TTfQ.rs","timestamp":1650897065852},{"id":"Q2wN.rs","timestamp":1650897084708},{"id":"XCZz.rs","timestamp":1650897101728},{"id":"Ueue.rs","timestamp":1650897118200},{"id":"YLww.rs","timestamp":1650897141860},{"id":"ZKdU.rs","source":"Wrap in Some","timestamp":1650897181087},{"id":"Nu6D.rs","timestamp":1650897187139},{"id":"5wTC.rs","timestamp":1650897292471},{"id":"HBTM.rs","timestamp":1650897305687},{"id":"8VLq.rs","timestamp":1650897580658},{"id":"BmuG.rs","timestamp":1650898545711},{"id":"YOBI.rs","timestamp":1650898573463},{"id":"1jrg.rs","timestamp":1650898647198},{"id":"jQGP.rs","timestamp":1650904530662},{"id":"uycY.rs","timestamp":1650904587130},{"id":"3Mx1.rs","timestamp":1650918297602},{"id":"B1FT.rs","timestamp":1651138343192},{"id":"A89y.rs","timestamp":1651138355500},{"id":"ht8L.rs","timestamp":1651138551598},{"id":"Sbgm.rs","timestamp":1651138601567},{"id":"ilV6.rs","timestamp":1651138611747},{"id":"wR8I.rs","timestamp":1651138628108},{"id":"bYUM.rs","timestamp":1652113461287},{"id":"aRjx.rs","timestamp":1652113474819},{"id":"JKa4.rs","source":"searchReplace.source","timestamp":1652113623300},{"id":"tGjn.rs","timestamp":1652114269334},{"id":"7B2Z.rs","timestamp":1652718846949},{"id":"F63V.rs","timestamp":1652718862269},{"id":"3nQN.rs","timestamp":1652719097056},{"id":"2gDr.rs","timestamp":1652719167132},{"id":"jOzk.rs","timestamp":1652719211111},{"id":"GW3q.rs","timestamp":1652719330503},{"id":"FHyH.rs","source":"undoRedo.source","timestamp":1652719737249},{"id":"zXtt.rs","timestamp":1652780677576},{"id":"7p7M.rs","timestamp":1652780694581},{"id":"KJ6S.rs","timestamp":1652780991945},{"id":"QgbT.rs","timestamp":1652781019637},{"id":"V7Nv.rs","timestamp":1652781114919},{"id":"hs6p.rs","timestamp":1652781213353},{"id":"JLqQ.rs","timestamp":1652781267133},{"id":"JWEz.rs","source":"Wrap in Ok","timestamp":1652781291409},{"id":"kaeN.rs","timestamp":1652781335736},{"id":"p6ji.rs","timestamp":1652781760096},{"id":"7qYr.rs","timestamp":1652791692036},{"id":"tgo5.rs","timestamp":1652791714700},{"id":"b5GH.rs","source":"searchReplace.source","timestamp":1652867579640}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/tests/__tests__/utils.test.ts","entries":[{"id":"Uboa.ts","timestamp":1652445650610},{"id":"YemQ.ts","timestamp":1652445662382},{"id":"c42o.ts","timestamp":1652445685314},{"id":"ViTJ.ts","timestamp":1652445812915},{"id":"ogmt.ts","timestamp":1652446308887},{"id":"gJ8E.ts","timestamp":1652446674346},{"id":"c1e6.ts","timestamp":1652446712706},{"id":"bWu4.ts","source":"Workspace Edit","timestamp":1652448687967},{"id":"c2Nx.ts","timestamp":1652448711463},{"id":"r9xY.ts","timestamp":1652448774367},{"id":"EUNS.ts","timestamp":1652448787999},{"id":"1Uwi.ts","timestamp":1652448842727},{"id":"t9oX.ts","timestamp":1652448925910},{"id":"CzkV.ts","timestamp":1652448995870},{"id":"E0WO.ts","timestamp":1652449032602},{"id":"Il1J.ts","timestamp":1652449058946},{"id":"ZKlw.ts","timestamp":1652449127810},{"id":"hrZ1.ts","source":"Update import from \"../../utils\"","timestamp":1652449131098},{"id":"HQpF.ts","timestamp":1652449149118},{"id":"VBqN.ts","timestamp":1652449194482},{"id":"hXyb.ts","timestamp":1652449215793},{"id":"b1ns.ts","timestamp":1652449242697},{"id":"QFeN.ts","timestamp":1652449279473},{"id":"QUeR.ts","timestamp":1652449331361},{"id":"c4bF.ts","timestamp":1652450096937},{"id":"FXok.ts","timestamp":1652450121253},{"id":"kWZx.ts","timestamp":1652450149885},{"id":"8r3b.ts","timestamp":1652450170536},{"id":"A9hN.ts","timestamp":1652450218364},{"id":"Qzp1.ts","timestamp":1652450242416},{"id":"qK63.ts","timestamp":1652450270252},{"id":"Mddn.ts","timestamp":1652450296772},{"id":"uRaW.ts","timestamp":1652450356983},{"id":"eZoT.ts","timestamp":1652450387079},{"id":"ahnv.ts","timestamp":1652450407643},{"id":"CT07.ts","timestamp":1652450431355},{"id":"Aw59.ts","timestamp":1652450455247},{"id":"B2JJ.ts","timestamp":1652450496595},{"id":"Of6E.ts","timestamp":1652450508235},{"id":"2zpx.ts","timestamp":1652450554814},{"id":"4TgL.ts","timestamp":1652450631086},{"id":"HfYD.ts","timestamp":1652871222692},{"id":"GNgr.ts","timestamp":1652871237168},{"id":"8s9u.ts","timestamp":1652874378248},{"id":"et0v.ts","timestamp":1652874518492},{"id":"hkbe.ts","timestamp":1652874847243},{"id":"ntcY.ts","timestamp":1652874867407},{"id":"iX1Q.ts","timestamp":1652875700451},{"id":"TEzC.ts","timestamp":1652957601636},{"id":"sEMR.ts","timestamp":1652957710295}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-manager/app/src/test/java/plasma/manager/AppTest.java","entries":[{"id":"IoBy.java","timestamp":1654072341310}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/api/utils.rs","entries":[{"id":"IgG3.rs","timestamp":1649777234587},{"id":"1M9s.rs","timestamp":1649777247115},{"id":"n9fJ.rs","timestamp":1649777466502},{"id":"UgTJ.rs","timestamp":1649779305456},{"id":"Td41.rs","timestamp":1649855005141},{"id":"xmEC.rs","timestamp":1649855748044},{"id":"JL3K.rs","timestamp":1649938127269},{"id":"kAJb.rs","timestamp":1649939272579},{"id":"UeOP.rs","timestamp":1649939507606},{"id":"qlW2.rs","timestamp":1649940054356},{"id":"pB8G.rs","timestamp":1649940126496},{"id":"4qAY.rs","timestamp":1649940142860},{"id":"k7W4.rs","timestamp":1649940168592},{"id":"XbVN.rs","timestamp":1649940577730},{"id":"2Ytg.rs","timestamp":1649940849189},{"id":"FaMK.rs","timestamp":1649941329675},{"id":"hU7i.rs","timestamp":1649941343099},{"id":"BwK9.rs","timestamp":1649941368099},{"id":"i3FV.rs","timestamp":1649941483074},{"id":"RQoV.rs","source":"undoRedo.source","timestamp":1649942012094},{"id":"18jH.rs","timestamp":1649942015186},{"id":"Zcx1.rs","timestamp":1649942118965},{"id":"Dri5.rs","timestamp":1649942426059},{"id":"fctL.rs","timestamp":1649945362540},{"id":"9dzL.rs","timestamp":1649948415773},{"id":"zYod.rs","timestamp":1649948765292},{"id":"tqiM.rs","timestamp":1649948777688},{"id":"Q4kJ.rs","timestamp":1649949013351},{"id":"mLrT.rs","timestamp":1649949116834},{"id":"ms8Z.rs","timestamp":1649949906203},{"id":"bgJV.rs","timestamp":1649950200653},{"id":"whFd.rs","timestamp":1649950974212},{"id":"t3wm.rs","timestamp":1649951282315},{"id":"yg5C.rs","timestamp":1649951376894},{"id":"L32S.rs","timestamp":1649951393314},{"id":"Hvon.rs","timestamp":1649951412078},{"id":"bOVN.rs","source":"undoRedo.source","timestamp":1649951433514},{"id":"MXsY.rs","timestamp":1650365315878},{"id":"9030.rs","timestamp":1650365347506},{"id":"82L4.rs","timestamp":1650365378646},{"id":"kj6y.rs","timestamp":1650365396342},{"id":"Zq6r.rs","timestamp":1650365408226},{"id":"qhg7.rs","source":"consider introducing lifetime `'a` here: `<'a>`","timestamp":1650365422470},{"id":"iiso.rs","source":"undoRedo.source","timestamp":1650366223971},{"id":"J2Is.rs","timestamp":1650367368390},{"id":"XFkO.rs","timestamp":1650887708400},{"id":"rDnT.rs","timestamp":1650887755135},{"id":"5qwB.rs","timestamp":1650887815027},{"id":"4lPH.rs","timestamp":1650898652902},{"id":"6p1r.rs","timestamp":1652089948527}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"[dotenv]": { | |
"editor.defaultFormatter": "foxundermoon.shell-format" | |
}, | |
"[shellscript]": { | |
"editor.defaultFormatter": "foxundermoon.shell-format" | |
}, | |
"[properties]": { | |
"editor.defaultFormatter": "foxundermoon.shell-format" | |
}, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/.vscode/settings.json","entries":[{"id":"P6Od.json","timestamp":1649075308942},{"id":"8UPj.json","timestamp":1649689791330},{"id":"sQ6P.json","timestamp":1650368597682}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"[dotenv]": { | |
"editor.defaultFormatter": "foxundermoon.shell-format" | |
}, | |
"[shellscript]": { | |
"editor.defaultFormatter": "foxundermoon.shell-format" | |
}, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.formatOnPaste": true, | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"[dotenv]": { | |
"editor.defaultFormatter": "foxundermoon.shell-format" | |
}, | |
"[shellscript]": { | |
"editor.defaultFormatter": "foxundermoon.shell-format" | |
}, | |
"[properties]": { | |
"editor.defaultFormatter": "foxundermoon.shell-format" | |
}, | |
"[ignore]": { | |
"editor.defaultFormatter": "foxundermoon.shell-format" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/tracked_utxo.rs","entries":[{"id":"xEyl.rs","timestamp":1650620518978},{"id":"Mmim.rs","timestamp":1650620528602},{"id":"lUAK.rs","timestamp":1650620541902},{"id":"yxY2.rs","timestamp":1650620596326},{"id":"7lul.rs","timestamp":1650620652354},{"id":"sEn1.rs","timestamp":1650621643344},{"id":"zCTd.rs","timestamp":1650636425715},{"id":"1I0p.rs","timestamp":1650636447678},{"id":"bHHa.rs","timestamp":1650636490738},{"id":"FTWd.rs","timestamp":1650636528550},{"id":"k3lD.rs","timestamp":1650636538678},{"id":"DrW2.rs","timestamp":1650636588522},{"id":"GSrF.rs","timestamp":1650636605226},{"id":"P4jP.rs","timestamp":1650636665158},{"id":"WakQ.rs","timestamp":1650636726533},{"id":"L9H7.rs","timestamp":1650636762945},{"id":"vuXv.rs","timestamp":1650636801145},{"id":"ntLh.rs","timestamp":1650636824621},{"id":"QgMv.rs","timestamp":1650639217198},{"id":"D884.rs","timestamp":1650898728154},{"id":"LPyk.rs","timestamp":1651589985992},{"id":"AG11.rs","timestamp":1651607478192},{"id":"C1Hl.rs","source":"Remove this semicolon","timestamp":1651607485966},{"id":"udke.rs","timestamp":1651607510375},{"id":"JhJ6.rs","timestamp":1651609164360},{"id":"v9Un.rs","timestamp":1651609192060},{"id":"4Bql.rs","timestamp":1651609205240},{"id":"pcHP.rs","timestamp":1651609220680},{"id":"ACBq.rs","timestamp":1651665836504},{"id":"D8rw.rs","timestamp":1651665855316},{"id":"FIQB.rs","timestamp":1651665889419},{"id":"Guqe.rs","timestamp":1651667425881},{"id":"Peam.rs","timestamp":1651667443874},{"id":"hDIQ.rs","timestamp":1651667465563},{"id":"9A0X.rs","timestamp":1651669298920},{"id":"RRJl.rs","timestamp":1651670247560},{"id":"q2eJ.rs","timestamp":1651670279066},{"id":"nD9j.rs","timestamp":1651767075444},{"id":"CLVH.rs","timestamp":1651767124791},{"id":"onmO.rs","timestamp":1651767197459},{"id":"Dmnf.rs","timestamp":1651776625910},{"id":"FA4x.rs","timestamp":1652091598734},{"id":"n935.rs","timestamp":1652099319284},{"id":"eBGy.rs","timestamp":1652718393490},{"id":"gnzo.rs","timestamp":1652718558818},{"id":"q3zy.rs","timestamp":1652785572131},{"id":"lBPV.rs","timestamp":1652786259992},{"id":"7gUE.rs","source":"undoRedo.source","timestamp":1652798506488},{"id":"UDkb.rs","timestamp":1652867791445},{"id":"xiJK.rs","timestamp":1652868476853}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/naom/src/utils/transaction_utils.rs","entries":[{"id":"SquK.rs","timestamp":1650908559331},{"id":"bGBb.rs","timestamp":1650991536627},{"id":"ZFVt.rs","timestamp":1650991560819},{"id":"buVx.rs","timestamp":1650991907707},{"id":"f3GR.rs","timestamp":1651154483746},{"id":"dMa5.rs","timestamp":1651494005908},{"id":"e01A.rs","timestamp":1651494016664},{"id":"WVTE.rs","timestamp":1651670435707},{"id":"n5pY.rs","timestamp":1651755490053},{"id":"IHI4.rs","timestamp":1651755508425},{"id":"yy9t.rs","timestamp":1651755528770},{"id":"vDPv.rs","timestamp":1651755543086},{"id":"Sl9k.rs","timestamp":1651755597562},{"id":"2BCn.rs","timestamp":1651755611633},{"id":"arap.rs","timestamp":1651760121812},{"id":"rQuw.rs","timestamp":1651760215976},{"id":"N98A.rs","timestamp":1651760236698},{"id":"KEon.rs","timestamp":1651763009430},{"id":"jeJy.rs","timestamp":1652192393916},{"id":"5WGz.rs","timestamp":1652192447796},{"id":"n6af.rs","timestamp":1652789368593},{"id":"ebFE.rs","timestamp":1652789415737},{"id":"CAMW.rs","timestamp":1652789471937},{"id":"5bdw.rs","timestamp":1652789761368},{"id":"49JS.rs","timestamp":1652791346386},{"id":"eehx.rs","source":"searchReplace.source","timestamp":1652867578744},{"id":"jBX1.rs","timestamp":1652870472204},{"id":"nsqC.rs","timestamp":1652872858627}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/.gitignore","entries":[{"id":"4OwJ","timestamp":1653901925491}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/src/services/index.ts","entries":[{"id":"JSfr.ts","timestamp":1650368916257},{"id":"O9WK.ts","timestamp":1650368954281},{"id":"dLf7.ts","timestamp":1650368972976},{"id":"yuch.ts","timestamp":1650369041672},{"id":"zYfd.ts","timestamp":1650369053480},{"id":"OglL.ts","source":"Workspace Edit","timestamp":1650369057304},{"id":"ARTd.ts","timestamp":1650369312699},{"id":"Pkuu.ts","source":"undoRedo.source","timestamp":1650369364239},{"id":"vPXh.ts","timestamp":1650369377435},{"id":"LWso.ts","timestamp":1650369397119},{"id":"ri38.ts","timestamp":1650369418959},{"id":"35fL.ts","timestamp":1650369626710},{"id":"ySRR.ts","timestamp":1650372168795},{"id":"Msuk.ts","timestamp":1654093602064},{"id":"yx4E.ts","timestamp":1654094104180}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/run_node_aws_dev.sh","entries":[{"id":"GcYD.sh","timestamp":1649688870214},{"id":"Ogjc.sh","timestamp":1649688931118},{"id":"EVEK.sh","timestamp":1649688971086},{"id":"9kyX.sh","timestamp":1649688982014},{"id":"GOpU.sh","timestamp":1649688996630},{"id":"n7EB.sh","timestamp":1649689012338}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/keccak-prime/src/lib.rs","entries":[{"id":"CZP9.rs","timestamp":1651838917773}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/Desktop/release/compute.sh","entries":[{"id":"yqDR.sh","timestamp":1653321568780},{"id":"5QkW.sh","timestamp":1653321600905},{"id":"0U3w.sh","timestamp":1653321622785},{"id":"Ptsp.sh","timestamp":1653321686537}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/interfaces/networkInterfaces.ts","entries":[{"id":"1YXr.ts","timestamp":1652778528311},{"id":"vm1D.ts","timestamp":1652778557277},{"id":"bL2n.ts","timestamp":1652778571750},{"id":"OkdA.ts","timestamp":1652778645155},{"id":"whu5.ts","timestamp":1652778710875},{"id":"XK6t.ts","timestamp":1652778742621},{"id":"JQYe.ts","timestamp":1652778799797},{"id":"R8Ue.ts","timestamp":1652779000968},{"id":"eTOI.ts","timestamp":1652779044112},{"id":"VwnV.ts","source":"Update import from \".\"","timestamp":1652779097429},{"id":"xEh0.ts","source":"undoRedo.source","timestamp":1652779300673},{"id":"qmRI.ts","timestamp":1652779356859},{"id":"t78m.ts","timestamp":1652779408741},{"id":"klK7.ts","timestamp":1652779458415},{"id":"rg4m.ts","timestamp":1652779644766},{"id":"4lNK.ts","source":"Update import from \".\"","timestamp":1652779665407},{"id":"d53E.ts","timestamp":1652779702157},{"id":"CAsX.ts","timestamp":1652788684907},{"id":"4GBn.ts","timestamp":1652788695367},{"id":"LlE7.ts","source":"undoRedo.source","timestamp":1652790287422},{"id":"U0Wr.ts","timestamp":1653235237372},{"id":"WTAz.ts","source":"undoRedo.source","timestamp":1653235352968},{"id":"IYKk.ts","timestamp":1653235639790},{"id":"6wHu.ts","source":"Workspace Edit","timestamp":1653237900792}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/Simple_PySide_Base/example.py","entries":[{"id":"JzMC.py","timestamp":1652264125863},{"id":"GP2D.py","timestamp":1652264293793},{"id":"Y6ll.py","timestamp":1652264329805},{"id":"yZZm.py","timestamp":1652264622629}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/naom/src/utils/druid_utils.rs","entries":[{"id":"hz1g.rs","timestamp":1650636324043},{"id":"IQQe.rs","timestamp":1650637001984},{"id":"zubh.rs","timestamp":1650637030744},{"id":"nCr4.rs","timestamp":1650637041348},{"id":"c8OF.rs","timestamp":1650637059080},{"id":"Yfbs.rs","timestamp":1650637145432},{"id":"TeyA.rs","timestamp":1650877777910},{"id":"Xqiz.rs","timestamp":1650877864830}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet-servable/backend/src/services/routes.ts","entries":[{"id":"WRWS.ts","timestamp":1650894321619},{"id":"lKnF.ts","source":"Update import from \".\"","timestamp":1650894362819}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/mgmt/constants.ts","entries":[{"id":"JKow.ts","timestamp":1650462165301},{"id":"9ytn.ts","timestamp":1652375307869},{"id":"MM64.ts","timestamp":1652433474467},{"id":"5ccU.ts","timestamp":1653233874588}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/ZenottaInstance/responseObject.ts","entries":[{"id":"NMkZ.ts","timestamp":1652352014468},{"id":"JUfx.ts","source":"Fix All","timestamp":1652352037316},{"id":"5xXP.ts","timestamp":1652352059756},{"id":"tfcX.ts","timestamp":1652352084500},{"id":"cF9X.ts","timestamp":1652352136984},{"id":"G7wJ.ts","timestamp":1652352240444},{"id":"w5rR.ts","timestamp":1652352263708},{"id":"Gsb2.ts","timestamp":1652352286640},{"id":"mb2n.ts","timestamp":1652352301756},{"id":"cF9O.ts","timestamp":1652352328799},{"id":"Vtq0.ts","timestamp":1652352349987},{"id":"1OZU.ts","timestamp":1652352517327},{"id":"AKbR.ts","timestamp":1652352543823},{"id":"2tTT.ts","source":"undoRedo.source","timestamp":1652355553094},{"id":"wEV8.ts","source":"undoRedo.source","timestamp":1652355603590},{"id":"QTSq.ts","source":"undoRedo.source","timestamp":1652355625546},{"id":"NwIR.ts","timestamp":1652355646166},{"id":"66yQ.ts","timestamp":1652355685725},{"id":"5C5G.ts","source":"undoRedo.source","timestamp":1652355693341},{"id":"pQKW.ts","timestamp":1652356340887},{"id":"iOH4.ts","timestamp":1652357143956},{"id":"gbWL.ts","timestamp":1652357167636},{"id":"uzle.ts","timestamp":1652357465582},{"id":"jfDf.ts","timestamp":1652357485694},{"id":"x8Rx.ts","timestamp":1652357500582},{"id":"ICnY.ts","timestamp":1652357542894},{"id":"81mM.ts","timestamp":1652357566782},{"id":"9qgU.ts","source":"undoRedo.source","timestamp":1652357593974},{"id":"Hcoe.ts","timestamp":1652358144507},{"id":"8T5N.ts","source":"undoRedo.source","timestamp":1652363605237}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/api/responses.rs","entries":[{"id":"wKpy.rs","timestamp":1649770877592},{"id":"7Clx.rs","timestamp":1649771909132},{"id":"gCdJ.rs","timestamp":1649772505800},{"id":"1eso.rs","timestamp":1649772521056},{"id":"CIpt.rs","timestamp":1649772549160},{"id":"3P8P.rs","timestamp":1649772691871},{"id":"PJZE.rs","timestamp":1649772711963},{"id":"gC51.rs","timestamp":1649772759766},{"id":"wg0d.rs","timestamp":1649772970781},{"id":"4J90.rs","timestamp":1649772984821},{"id":"LjWf.rs","timestamp":1649773001025},{"id":"VLst.rs","timestamp":1649773031145},{"id":"xdWU.rs","timestamp":1649773057109},{"id":"B1Sf.rs","timestamp":1649773079029},{"id":"yQmq.rs","timestamp":1649773330476},{"id":"8ZsE.rs","timestamp":1649773364151},{"id":"LdTu.rs","timestamp":1649773396775},{"id":"QSo3.rs","timestamp":1649773510479},{"id":"L7Pb.rs","timestamp":1649773521615},{"id":"HEOV.rs","timestamp":1649773717398},{"id":"fAEE.rs","timestamp":1649773739606},{"id":"kJF9.rs","timestamp":1649773826437},{"id":"oiVb.rs","timestamp":1649773869561},{"id":"soSO.rs","timestamp":1649773891489},{"id":"E2eb.rs","timestamp":1649774457439},{"id":"cSRC.rs","timestamp":1649774506803},{"id":"Eq6D.rs","timestamp":1649774673279},{"id":"Y6Yb.rs","timestamp":1649774696002},{"id":"tsEo.rs","timestamp":1649775889882},{"id":"8U6f.rs","timestamp":1649775941793},{"id":"w3fE.rs","timestamp":1649775979221},{"id":"slCK.rs","timestamp":1649776094077},{"id":"l13c.rs","timestamp":1649776116220},{"id":"Xzhh.rs","timestamp":1649776155288},{"id":"GdUi.rs","timestamp":1649776169276},{"id":"wckK.rs","timestamp":1649776213679},{"id":"W7mO.rs","timestamp":1649776237535},{"id":"LM8U.rs","timestamp":1649776472337},{"id":"w6N2.rs","timestamp":1649776765218},{"id":"SuF5.rs","timestamp":1649778652303},{"id":"5GSK.rs","timestamp":1649855393989},{"id":"1uhh.rs","timestamp":1649855414641},{"id":"Kh9F.rs","timestamp":1649855425077},{"id":"UZD2.rs","timestamp":1650886535356},{"id":"QBXR.rs","timestamp":1651776101583},{"id":"wbss.rs","timestamp":1652710520752},{"id":"09qL.rs","timestamp":1652710569316},{"id":"J04G.rs","timestamp":1652710629184},{"id":"6oo7.rs","timestamp":1652710649176},{"id":"tBi7.rs","timestamp":1652711009879}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/utils/generalUtils.ts","entries":[{"id":"gSk2.ts","source":"undoRedo.source","timestamp":1652383425325},{"id":"fBlK.ts","timestamp":1652383442241},{"id":"EdGO.ts","timestamp":1652383481925},{"id":"yiJF.ts","timestamp":1652383582832},{"id":"KPdb.ts","timestamp":1652429521464},{"id":"0QTF.ts","timestamp":1652429630521},{"id":"v92Q.ts","timestamp":1652429829637},{"id":"RZNT.ts","timestamp":1652429894581},{"id":"k8Ne.ts","timestamp":1652429929289},{"id":"035V.ts","timestamp":1652430248349},{"id":"FFX9.ts","timestamp":1652430305546},{"id":"VnI3.ts","timestamp":1652430855356},{"id":"jlx5.ts","timestamp":1652430926703},{"id":"rLf0.ts","timestamp":1652431113083},{"id":"4P18.ts","timestamp":1652431211416},{"id":"jFwP.ts","timestamp":1652431259509},{"id":"wIq3.ts","timestamp":1652431429606},{"id":"Xa9m.ts","timestamp":1652431448486},{"id":"kRLh.ts","timestamp":1652431483498},{"id":"2KZI.ts","timestamp":1652431502898},{"id":"rBXp.ts","timestamp":1652431581102},{"id":"n3LA.ts","timestamp":1652431620422},{"id":"dawD.ts","timestamp":1652431631478},{"id":"M4jt.ts","timestamp":1652431644334},{"id":"91I9.ts","timestamp":1652431682361},{"id":"FVFv.ts","timestamp":1652431695429},{"id":"Qugi.ts","timestamp":1652438544976},{"id":"DPVE.ts","timestamp":1652438625482},{"id":"xikk.ts","timestamp":1652438636881},{"id":"0eyu.ts","timestamp":1652438680615},{"id":"iDrN.ts","timestamp":1652438695181},{"id":"W8MJ.ts","timestamp":1652438709419},{"id":"kh3P.ts","timestamp":1653040610059},{"id":"OK8L.ts","timestamp":1653040671627},{"id":"n3sa.ts","timestamp":1653041952011},{"id":"6zID.ts","timestamp":1653237529070},{"id":"3ixE.ts","timestamp":1653238011887},{"id":"uit0.ts","timestamp":1653238158130},{"id":"4O0v.ts","timestamp":1653238362817},{"id":"p0Pg.ts","timestamp":1653238517592},{"id":"vK4f.ts","timestamp":1653238538964},{"id":"bL5Q.ts","timestamp":1653238650215},{"id":"GPtI.ts","timestamp":1653238921660},{"id":"ZASP.ts","timestamp":1653306553151},{"id":"053V.ts","timestamp":1653306643970},{"id":"bZHw.ts","timestamp":1653306659773},{"id":"HC6Y.ts","timestamp":1653306870903},{"id":"Ideo.ts","timestamp":1653306888159},{"id":"2fkD.ts","timestamp":1653306924343},{"id":"ET4A.ts","timestamp":1653307132873}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/golang_course/main.go","entries":[{"id":"frCi.go","timestamp":1649959906928},{"id":"fGKf.go","source":"Organize Imports","timestamp":1649964120929},{"id":"szYN.go","source":"Organize Imports","timestamp":1649964225495},{"id":"TyXq.go","timestamp":1649964255183},{"id":"Fh0A.go","source":"undoRedo.source","timestamp":1649964283591},{"id":"u26p.go","source":"Organize Imports","timestamp":1649964452773},{"id":"jDpE.go","timestamp":1649964920540},{"id":"mED6.go","timestamp":1649964999612},{"id":"GpG9.go","timestamp":1649965016540},{"id":"NaQ6.go","source":"Add import: \"net/http\"","timestamp":1649965114465},{"id":"G5FN.go","timestamp":1650471817186},{"id":"L17q.go","timestamp":1650472476076}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/tests/__tests__/keyMgmt.test.ts","entries":[{"id":"mkeT.ts","timestamp":1649069857809},{"id":"Y2Lu.ts","timestamp":1649166144621},{"id":"rjij.ts","source":"Workspace Edit","timestamp":1649166158317},{"id":"6k7G.ts","timestamp":1650462204937}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/AssetSelection/styles.scss","entries":[{"id":"NL1q.scss","timestamp":1653659044841},{"id":"qpEU.scss","timestamp":1653659116369},{"id":"af7b.scss","timestamp":1653659520159},{"id":"2NFp.scss","timestamp":1653660890406},{"id":"9Dme.scss","timestamp":1653660901774},{"id":"HjyZ.scss","timestamp":1653661134733},{"id":"npCa.scss","timestamp":1653661163621},{"id":"ODQc.scss","timestamp":1653661946437},{"id":"za5R.scss","timestamp":1653661976853},{"id":"4E2O.scss","source":"undoRedo.source","timestamp":1653661986433},{"id":"NihS.scss","timestamp":1653661993209},{"id":"rBt4.scss","timestamp":1653662384968},{"id":"pXIy.scss","timestamp":1653662400660},{"id":"y4VL.scss","timestamp":1653931073828},{"id":"BF10.scss","timestamp":1653931164100},{"id":"7wti.scss","timestamp":1653931366795}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/interfaces.rs","entries":[{"id":"1s2p.rs","source":"undoRedo.source","timestamp":1649247432078},{"id":"FkFi.rs","timestamp":1649325058581},{"id":"94BS.rs","timestamp":1650620528626},{"id":"bw5G.rs","timestamp":1650620583014},{"id":"9koB.rs","timestamp":1650620596326},{"id":"4U4c.rs","timestamp":1650620665542},{"id":"ao2f.rs","timestamp":1650621643344},{"id":"Fbe3.rs","timestamp":1650638498061},{"id":"MvNv.rs","timestamp":1650638561401},{"id":"b1WV.rs","timestamp":1650639217198},{"id":"vj4g.rs","timestamp":1650885497443},{"id":"gxdv.rs","timestamp":1650885552390},{"id":"O45p.rs","timestamp":1650885779226},{"id":"801o.rs","timestamp":1650886429316},{"id":"ECsN.rs","timestamp":1650886641224},{"id":"iqdr.rs","timestamp":1650888966021},{"id":"Y8wE.rs","timestamp":1650893949023},{"id":"GUn1.rs","timestamp":1650896569854},{"id":"DLin.rs","timestamp":1650896612226},{"id":"jtzK.rs","timestamp":1650896639906},{"id":"9v1w.rs","timestamp":1650897233415},{"id":"giPb.rs","timestamp":1650897590586},{"id":"Zz9g.rs","timestamp":1650916060242},{"id":"5Tkd.rs","timestamp":1651138719672},{"id":"sIZg.rs","timestamp":1651150082453},{"id":"H1Sw.rs","timestamp":1651153073330},{"id":"ph7m.rs","timestamp":1651153143159},{"id":"h833.rs","timestamp":1651155260699},{"id":"nBAs.rs","timestamp":1651157704570},{"id":"5641.rs","timestamp":1651157716126},{"id":"71ay.rs","timestamp":1651157734022},{"id":"HQuF.rs","timestamp":1651157813682},{"id":"mcoy.rs","timestamp":1651491274762},{"id":"wbng.rs","timestamp":1651492315496},{"id":"8dQ3.rs","timestamp":1651492342316},{"id":"EmuB.rs","timestamp":1652091577250},{"id":"iZb0.rs","timestamp":1652113450563},{"id":"krIv.rs","source":"searchReplace.source","timestamp":1652113622944},{"id":"L8L6.rs","timestamp":1652114274561},{"id":"zGcO.rs","timestamp":1652192514619},{"id":"te9b.rs","timestamp":1652718609014},{"id":"7w5X.rs","timestamp":1652718829977},{"id":"C8Yu.rs","timestamp":1652719219015},{"id":"HwPC.rs","timestamp":1652780595215},{"id":"VxDX.rs","timestamp":1652780653648},{"id":"n5nx.rs","timestamp":1652780815739},{"id":"tz6k.rs","timestamp":1652789670956},{"id":"7UvH.rs","timestamp":1652791264482},{"id":"iCc5.rs","timestamp":1652791563313},{"id":"ch6s.rs","source":"searchReplace.source","timestamp":1652867579268}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/.cfg/configs/webpack.paths.ts","entries":[{"id":"c5Lo.ts","timestamp":1650901405645}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/tsconfig.json","entries":[{"id":"CNaV.json","timestamp":1649268131688},{"id":"Jfvl.json","timestamp":1649268149220}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compilerOptions": { | |
"target": "ES6", /* Modern browsers support all ES6 features */ | |
"module": "ES6", | |
"moduleResolution": "node", | |
"declaration": true, | |
"outDir": "./lib", | |
"importHelpers": true, | |
"strict": true, | |
"noImplicitAny": true, | |
"strictNullChecks": true, | |
"strictFunctionTypes": true, | |
"strictBindCallApply": true, | |
"strictPropertyInitialization": true, | |
"noImplicitThis": true, | |
"alwaysStrict": true, | |
"noUnusedLocals": true, | |
"noUnusedParameters": true, | |
"noImplicitReturns": true, | |
"noFallthroughCasesInSwitch": true, | |
"allowSyntheticDefaultImports": true, | |
"esModuleInterop": true, | |
"skipLibCheck": true, | |
"forceConsistentCasingInFileNames": true, | |
"typeRoots": [ | |
"./node_modules/@types", | |
"./src/declaration.d.ts" | |
] | |
}, | |
"include": [ | |
"src" | |
], | |
"exclude": [ | |
"node_modules", | |
"**/__tests__/*" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/.gitignore","entries":[{"id":"3Ggm","timestamp":1650368595070},{"id":"esg2","timestamp":1650368608554},{"id":"5fpa","timestamp":1650368797113}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/Wallet/utils.tsx","entries":[{"id":"8iuz.tsx","source":"Workspace Edit","timestamp":1652964621306},{"id":"qXsA.tsx","timestamp":1652964716226},{"id":"UgJL.tsx","source":"Add all missing imports","timestamp":1652964727738},{"id":"AJLn.tsx","timestamp":1652964739418},{"id":"cnPh.tsx","timestamp":1652964819858},{"id":"N0qp.tsx","timestamp":1652987073447},{"id":"PO89.tsx","timestamp":1653236240600},{"id":"11S8.tsx","timestamp":1653236703440},{"id":"UzeM.tsx","timestamp":1653236723944},{"id":"ccGS.tsx","timestamp":1653236929662},{"id":"uul0.tsx","timestamp":1653236954649},{"id":"MVzu.tsx","timestamp":1653236983241},{"id":"oR4r.tsx","timestamp":1653237007081},{"id":"fu6B.tsx","source":"undoRedo.source","timestamp":1653237031773},{"id":"8Eci.tsx","timestamp":1653237119384},{"id":"DI0t.tsx","source":"Workspace Edit","timestamp":1653237145980},{"id":"fpj2.tsx","timestamp":1653237159359},{"id":"wIbx.tsx","timestamp":1653237185831},{"id":"WZqn.tsx","timestamp":1653237217875},{"id":"8v16.tsx","timestamp":1653237234355},{"id":"c5Wk.tsx","timestamp":1653237244439}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/mgmt/scriptMgmt.ts","entries":[{"id":"3Dog.ts","timestamp":1649267300724},{"id":"YIIS.ts","timestamp":1650462487723},{"id":"rSyg.ts","source":"searchReplace.source","timestamp":1651787599649},{"id":"3PXJ.ts","source":"searchReplace.source","timestamp":1652178460486},{"id":"m4j8.ts","timestamp":1652179152311},{"id":"O2cd.ts","timestamp":1652366143190},{"id":"d1Y8.ts","timestamp":1652366389090},{"id":"hPFr.ts","timestamp":1652366449902},{"id":"MQd5.ts","timestamp":1652378570411},{"id":"5x0D.ts","source":"Add all missing imports","timestamp":1652378698334},{"id":"c6gr.ts","timestamp":1652379322316},{"id":"8uug.ts","timestamp":1652379396192},{"id":"UsH0.ts","timestamp":1652379418516},{"id":"x60j.ts","timestamp":1652379432064},{"id":"9gcD.ts","timestamp":1652448546007},{"id":"1cwi.ts","timestamp":1652716738336},{"id":"oNO2.ts","timestamp":1652716762596},{"id":"Uhtk.ts","timestamp":1652716782480},{"id":"lZEB.ts","timestamp":1652777852368},{"id":"EkxQ.ts","timestamp":1653239540385}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": { | |
"create_transactions": 3, | |
"fetch_balance": 3 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
COMMON_ANY_API_KEY | |
], | |
"routes_pow": { | |
"create_transactions": 2 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": {} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": { | |
"create_transactions": 2 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/bin/api_config.json","entries":[{"id":"Ij95.json","timestamp":1649062707000},{"id":"XJGt.json","timestamp":1649062803036},{"id":"2WBr.json","timestamp":1649091820669},{"id":"tmwG.json","timestamp":1649150732247},{"id":"OdG1.json","timestamp":1649150952002},{"id":"nqLd.json","timestamp":1649156775966},{"id":"w0fF.json","timestamp":1649157834271},{"id":"45La.json","timestamp":1649174764863},{"id":"AVMG.json","source":"undoRedo.source","timestamp":1649174780795},{"id":"30UO.json","source":"searchReplace.source","timestamp":1649341482123},{"id":"gHOV.json","source":"searchReplace.source","timestamp":1649341557143},{"id":"mP4P.json","timestamp":1649940387803},{"id":"SjGY.json","timestamp":1649949343761},{"id":"v1d3.json","timestamp":1652872792575}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
ANY_API_KEY | |
], | |
"routes_pow": { | |
"create_transactions": 2 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"api_pow": { | |
"create_transactions": 3 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": { | |
"debug_data": 2 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": { | |
"create_transactions": 2, | |
"fetch_balance": 2 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": { | |
"create_transactions": 3, | |
"fetch_balance": 3 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": {} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": { | |
"create_transactions": 3 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": { | |
"utxo_addresses": 2 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": { | |
"create_transactions": 2 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"api_keys": [ | |
"any_key" | |
], | |
"routes_pow": { | |
"create_transactions": 3 | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/src/mgmt/keyMgmt.ts","entries":[{"id":"Ar0x.ts","timestamp":1649168391975},{"id":"gr80.ts","timestamp":1649168435423},{"id":"DFeL.ts","source":"searchReplace.source","timestamp":1651787599649},{"id":"9Za7.ts","source":"searchReplace.source","timestamp":1652178460478},{"id":"gjq3.ts","timestamp":1652716188586},{"id":"unYS.ts","timestamp":1652716224686},{"id":"aP7o.ts","timestamp":1652716235110},{"id":"pAXw.ts","timestamp":1652716269722},{"id":"X5Cc.ts","timestamp":1652716302566},{"id":"5kcj.ts","timestamp":1652716336506},{"id":"RgSi.ts","timestamp":1652716356866},{"id":"1kLY.ts","timestamp":1652716371858},{"id":"sLX8.ts","timestamp":1652716393558},{"id":"jbYv.ts","timestamp":1652716430510},{"id":"ATen.ts","timestamp":1652716454997},{"id":"ZzLl.ts","timestamp":1652716469389},{"id":"l0jO.ts","timestamp":1652716486265}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/src/db/index.ts","entries":[{"id":"7ncC.ts","timestamp":1650372135083},{"id":"yvW1.ts","timestamp":1654094361488}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/django-course/.vscode/django-course.code-workspace","entries":[{"id":"aPe0.code-workspace","timestamp":1651793847474}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/src/main/ipc.ts","entries":[{"id":"yg6a.ts","timestamp":1650542396080},{"id":"4yWK.ts","timestamp":1650546321591},{"id":"eoWb.ts","timestamp":1650559620615},{"id":"1TzO.ts","timestamp":1650560461691},{"id":"ny9v.ts","timestamp":1650560474131},{"id":"kr3N.ts","timestamp":1650560606215},{"id":"SIcW.ts","timestamp":1650561466718},{"id":"zy36.ts","timestamp":1650561483882},{"id":"cwCM.ts","timestamp":1650899464382}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet-servable/backend/src/services/index.ts","entries":[{"id":"ZsbP.ts","timestamp":1650894359111},{"id":"cLgt.ts","timestamp":1650894730622},{"id":"NDLJ.ts","timestamp":1650894758962},{"id":"9nSX.ts","timestamp":1650894827038},{"id":"vPUa.ts","timestamp":1650894839150},{"id":"XqsP.ts","timestamp":1650895090949},{"id":"ZIiB.ts","timestamp":1650896097749}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/Dropdown/index.tsx","entries":[{"id":"8Aq0.tsx","source":"Workspace Edit","timestamp":1652967424795},{"id":"uHv2.tsx","source":"Workspace Edit","timestamp":1652967443747},{"id":"ooyD.tsx","timestamp":1652968093813},{"id":"8597.tsx","timestamp":1652968160905}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/ConfirmDialog/index.tsx","entries":[{"id":"LeEK.tsx","timestamp":1653557699874},{"id":"mBXH.tsx","timestamp":1653557887837},{"id":"PvbB.tsx","timestamp":1653557932309},{"id":"Plgb.tsx","timestamp":1653557945513},{"id":"dVri.tsx","source":"Add import from \"@constants\"","timestamp":1653557951285},{"id":"bmid.tsx","source":"Workspace Edit","timestamp":1653557959381},{"id":"6Vxg.tsx","timestamp":1653557962329},{"id":"wLx9.tsx","timestamp":1653558128096},{"id":"EJdU.tsx","timestamp":1653558810573},{"id":"8Mxy.tsx","timestamp":1653562234147},{"id":"AWIa.tsx","source":"Workspace Edit","timestamp":1653562302627},{"id":"4UiE.tsx","source":"Workspace Edit","timestamp":1653562537426},{"id":"5n57.tsx","source":"undoRedo.source","timestamp":1653562547566},{"id":"PwpR.tsx","timestamp":1653562607873},{"id":"wwBU.tsx","timestamp":1653563173963},{"id":"7jDz.tsx","timestamp":1653563189543},{"id":"s6I7.tsx","source":"Workspace Edit","timestamp":1654082576727}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/plasma-wallet/src/renderer/index.tsx","entries":[{"id":"Hqkf.tsx","timestamp":1650625261913},{"id":"FleU.tsx","source":"Workspace Edit","timestamp":1650625270376}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/Login/index.tsx","entries":[{"id":"1N80.tsx","timestamp":1650467942534},{"id":"KrKr.tsx","timestamp":1650467978274},{"id":"5fwR.tsx","timestamp":1650468089782},{"id":"M3go.tsx","source":"Workspace Edit","timestamp":1650468095474},{"id":"sMts.tsx","timestamp":1650469040688},{"id":"kOgy.tsx","timestamp":1650469118964},{"id":"ZSh3.tsx","source":"undoRedo.source","timestamp":1650469144052},{"id":"l8BD.tsx","timestamp":1650469182543},{"id":"FFd4.tsx","timestamp":1650530528054},{"id":"W4Oe.tsx","timestamp":1650967592199},{"id":"6ccs.tsx","timestamp":1650967639479},{"id":"0amN.tsx","timestamp":1650969888199},{"id":"b4Jq.tsx","timestamp":1653048082069},{"id":"c5wI.tsx","timestamp":1653050179824},{"id":"C9bx.tsx","source":"Add all missing imports","timestamp":1653324303676},{"id":"FRu1.tsx","timestamp":1653324584901},{"id":"d05D.tsx","timestamp":1654075478601},{"id":"x40Y.tsx","timestamp":1654075557292},{"id":"qX3K.tsx","source":"Workspace Edit","timestamp":1654075678910},{"id":"AWeQ.tsx","source":"Workspace Edit","timestamp":1654076246606}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-intercom/src/middleWareDefinitions.yml","entries":[{"id":"zG7G.yml","timestamp":1649975729928},{"id":"PwZs.yml","source":"moved.source","timestamp":1649975977062},{"id":"n5DL.yml","timestamp":1649976180517}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/hooks/createStateContext.ts","entries":[{"id":"fVDr.ts","timestamp":1653995184387}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/zenotta-js/.prettierrc","entries":[{"id":"mDed","source":"Workspace Edit","timestamp":1650381924166},{"id":"B5I2","source":"Workspace Edit","timestamp":1650382700458},{"id":"BlLo","timestamp":1650462354068},{"id":"TYJw","timestamp":1650462370288},{"id":"yPww","timestamp":1650462385248},{"id":"f1PT","timestamp":1650462495211},{"id":"LUWO","timestamp":1650462510371},{"id":"EjGf","timestamp":1650462728802}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/frost/src/components/ImportWallet/handleImport.ts","entries":[{"id":"pwJk.ts","timestamp":1653049093712}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"file:///home/anton/znp/src/storage.rs","entries":[{"id":"kIIT.rs","timestamp":1649958438881}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"workbench.colorTheme": "Cobalt2", | |
"editor.inlayHints.enabled": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.5, | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"workbench.colorTheme": "Eva Dark", | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"workbench.colorTheme": "Eva Dark", | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"workbench.colorTheme": "Ra Spring", | |
"editor.inlayHints.enabled": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"workbench.colorTheme": "Atom One Light", | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.5, /*1.7*/ | |
"editor.letterSpacing": 1, | |
"editor.fontSize": 17, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Darcula Pycharm with Dark GUI", | |
"editor.guides.indentation": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"workbench.colorTheme": "GitHub Dark", | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0, /* 0.5 */ | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Darcula Pycharm with Dark GUI", | |
"editor.guides.indentation": false, | |
"go.useCodeSnippetsOnFunctionSuggest": true, | |
"go.useCodeSnippetsOnFunctionSuggestWithoutType": true, | |
"editor.snippetSuggestions": "top", | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0, /* 0.5 */ | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Atom One Dark", | |
"editor.guides.indentation": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Eva Dark", | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Darcula Pycharm with Dark GUI", | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0, /* 0.5 */ | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Atom One Dark", | |
"editor.guides.indentation": false, | |
"go.useCodeSnippetsOnFunctionSuggest": true, | |
"go.useCodeSnippetsOnFunctionSuggestWithoutType": true, | |
"editor.snippetSuggestions": "top", | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"workbench.colorTheme": "Atom One Dark", | |
"editor.inlayHints.enabled": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"version":1,"resource":"vscode-userdata:/home/anton/.config/Code/User/settings.json","entries":[{"id":"5MZm.json","timestamp":1649324965264},{"id":"WhES.json","timestamp":1649326396021},{"id":"1isF.json","timestamp":1649968947949},{"id":"xw94.json","timestamp":1649968967797},{"id":"2iXb.json","timestamp":1649968982477},{"id":"NOE0.json","timestamp":1649968987901},{"id":"oM0S.json","timestamp":1649969005637},{"id":"njMv.json","timestamp":1649969040517},{"id":"voVQ.json","timestamp":1649969075433},{"id":"RS3R.json","timestamp":1649969134901},{"id":"pYDr.json","timestamp":1649971314364},{"id":"r7GA.json","timestamp":1650358307756},{"id":"K2eQ.json","timestamp":1650358734643},{"id":"aMil.json","timestamp":1650366350046},{"id":"Xm5N.json","timestamp":1650369821193},{"id":"WDhQ.json","timestamp":1650451688490},{"id":"v0gn.json","timestamp":1650451726474},{"id":"vFas.json","timestamp":1650537286360},{"id":"WDPY.json","timestamp":1650889137540},{"id":"dn1e.json","timestamp":1650896804629},{"id":"36vC.json","timestamp":1650981609290},{"id":"0dwn.json","timestamp":1650981624070},{"id":"dFZk.json","timestamp":1650982196308},{"id":"wnJ8.json","timestamp":1650982302192},{"id":"tfcW.json","timestamp":1650982692570},{"id":"yWBk.json","timestamp":1650982902661},{"id":"iLew.json","timestamp":1650982916689},{"id":"NCLX.json","timestamp":1650982977145},{"id":"cFVf.json","timestamp":1651606156510},{"id":"Fzeo.json","timestamp":1651607868023},{"id":"iQTs.json","timestamp":1651609133795},{"id":"D33p.json","timestamp":1651786155516},{"id":"jD57.json","timestamp":1651786216669},{"id":"i70o.json","timestamp":1651787234039},{"id":"AJQN.json","timestamp":1651787249428},{"id":"LiJD.json","timestamp":1651787274905},{"id":"NUQh.json","timestamp":1651787337856},{"id":"nRmA.json","timestamp":1651787407879},{"id":"upp3.json","timestamp":1651787423572},{"id":"bhQa.json","timestamp":1651787426844},{"id":"jbhP.json","timestamp":1651787450242},{"id":"Xid9.json","timestamp":1651787714830},{"id":"f8fA.json","timestamp":1651792800685},{"id":"Tft0.json","timestamp":1651792837525},{"id":"yHPm.json","timestamp":1651795291875},{"id":"arPY.json","timestamp":1651795355521},{"id":"KzL8.json","timestamp":1651795379641},{"id":"Pv3V.json","timestamp":1651795755023},{"id":"q2gA.json","timestamp":1653557448419},{"id":"y9ej.json","timestamp":1653559295292}]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0, /* 0.5 */ | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Darcula Pycharm with Dark GUI", | |
"editor.guides.indentation": false, | |
"go.useCodeSnippetsOnFunctionSuggest": true, | |
"go.useCodeSnippetsOnFunctionSuggestWithoutType": true, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Darcula (IntelliJ)", | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.5, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 17, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Darcula Pycharm with Dark GUI", | |
"editor.guides.indentation": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Xcode Partial (Dark)", | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Atom One Dark", | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0, /* 0.5 */ | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Atom One Dark", | |
"editor.guides.indentation": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
"editor.inlayHints.enabled": false, | |
"workbench.colorTheme": "Darcula Pycharm with Dark GUI", | |
"editor.guides.indentation": false, | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.lineHeight": 1.2, | |
"terminal.integrated.cursorBlinking": false, | |
"terminal.integrated.cursorStyle": "line", | |
"workbench.sideBar.location": "right", | |
"gitlab-notifications.privateToken": "sttCuoKFVNjXNLGKYUaD", | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.fontFamily": "'Jetbrains Mono'", | |
// "editor.fontFamily": "'Source Code Pro', 'Fira Code', 'Source Code Pro', 'Iosevka', 'MonoLisa', 'Input Mono', 'MonoLisa', 'Fira Code', 'Menlo', 'Roboto', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": false, | |
"editor.lineHeight": 1.7, /*1.7*/ | |
"editor.letterSpacing": 0.5, | |
"editor.fontSize": 18, /* 18 */ | |
// "editor.lineHeight": 34, | |
"editor.renderLineHighlight": "none", | |
"editor.roundedSelection": false, | |
"workbench.editor.tabSizing": "fit", | |
"window.title": "${appName}", | |
"explorer.openEditors.visible": 0, | |
"editor.lineNumbers": "on", | |
// "editor.letterSpacing": 0, | |
"editor.suggestFontSize": 15, | |
"editor.suggestLineHeight": 24, | |
"editor.emptySelectionClipboard": false, | |
"editor.wordSeparators": "`~!@#%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.quickSuggestionsDelay": 1, | |
"editor.formatOnPaste": true, | |
"workbench.startupEditor": "none", | |
"workbench.editor.showTabs": true, | |
"editor.minimap.enabled": false, | |
"editor.codeLens": true, | |
// "workbench.activityBar.visible": false, | |
"editor.renderControlCharacters": false, | |
"editor.renderIndentGuides": false, | |
"editor.matchBrackets": "never", | |
// Forget the rest | |
"[html]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"[scss]": { | |
"editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" | |
}, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "vscode.typescript-language-features" | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"workbench.editorAssociations": { | |
"*.ipynb": "jupyter-notebook" | |
}, | |
"[dart]": { | |
"editor.formatOnSave": true, | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
80 | |
], | |
"editor.selectionHighlight": false, | |
"editor.suggest.snippetsPreventQuickSuggestions": false, | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "onlySnippets", | |
"editor.wordBasedSuggestions": false | |
}, | |
"python.defaultInterpreterPath": "/usr/bin/python3.10", | |
"python.languageServer": "Jedi", | |
"files.exclude": { | |
"**/.classpath": false, | |
"**/.project": false, | |
"**/.settings": false, | |
"**/.factorypath": false | |
}, | |
"[typescriptreact]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"editor.quickSuggestions": { | |
"other": true, | |
"comments": true, | |
"strings": true | |
}, | |
"clangd.path": "/home/anton/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/11.0.0/clangd_11.0.0/bin/clangd", | |
"C_Cpp.intelliSenseEngine": "Disabled", | |
"redhat.telemetry.enabled": false, | |
"go.toolsManagement.autoUpdate": true, | |
"[typescript]": { | |
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint" | |
}, | |
"workbench.colorTheme": "Atom One Dark", | |
"python.pythonPath": "/usr/bin/python3", | |
"editor.formatOnType": true, | |
"vs-kubernetes": { | |
"vscode-kubernetes.helm-path.linux": "/home/anton/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
"vscode-kubernetes.minikube-path.linux": "/home/anton/.vs-kubernetes/tools/minikube/linux-amd64/minikube", | |
"vscode-kubernetes.kubectl-path.linux": "/home/anton/.vs-kubernetes/tools/kubectl/kubectl" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"[postcss]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[python]": { | |
"editor.defaultFormatter": "ms-python.python" | |
}, | |
"notebook.cellToolbarLocation": { | |
"default": "right", | |
"jupyter-notebook": "left" | |
}, | |
"[svg]": { | |
"editor.defaultFormatter": "jock.svg" | |
}, | |
"gitTreeCompare.diffMode": "full", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"gitlens.views.commits.files.layout": "tree", | |
"svelte.enable-ts-plugin": true, | |
"rust-analyzer.updates.askBeforeDownload": false, | |
"rust-analyzer.cargo.noDefaultFeatures": true, | |
"explorer.confirmDelete": false, | |
"[rust]": { | |
"editor.defaultFormatter": "matklad.rust-analyzer" | |
}, | |
"rust-analyzer.checkOnSave.overrideCommand": null, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"tabnine.experimentalAutoImports": true, | |
"editor.formatOnSave": true, | |
"rust-analyzer.inlayHints.enable": false, | |
"diffEditor.codeLens": true, | |
"diffEditor.renderSideBySide": true, | |
"editor.glyphMargin": true, | |
"prettier.singleQuote": true, | |
"prettier.tabWidth": 4, | |
"prettier.useTabs": true, | |
"debug.javascript.autoAttachFilter": "onlyWithFlag", | |
"[java]": { | |
"editor.defaultFormatter": "redhat.java" | |
}, | |
"javascript.referencesCodeLens.enabled": true, | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"editor.inlineSuggest.enabled": true, | |
"github.copilot.enable": { | |
"*": true, | |
"yaml": true, | |
"plaintext": false, | |
"markdown": true | |
}, | |
"sync.autoUpload": false, | |
"sync.forceUpload": true, | |
"sync.gist": "8e8b7f71aefc79af6c0d1a3b5b737fda", | |
"editor.bracketPairColorization.enabled": true, | |
"svelte.language-server.runtime": "/home/anton/.nvm/versions/node/v12.22.5/bin/node", | |
"python.formatting.provider": "yapf", | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"[dockerfile]": { | |
"editor.defaultFormatter": "ms-azuretools.vscode-docker" | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment