~dricottone/noticable

ref: ce7dbb51784264263620803b50a7b0f6afe4a543 noticable/package.json -rw-r--r-- 603 bytes
ce7dbb51Dominic Ricottone Release v0.0.3: Enable HTML in Markdown notes 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "noticable",
  "description": "A bad notes app",
  "author": {
    "name": "Dominic Ricottone",
    "email": "me@dominic-ricottone.com"
  },
  "version": "0.0.3",
  "license": "GPL-3.0",
  "main": "main.js",
  "scripts": {
    "start": "electron ."
  },
  "devDependencies": {
    "electron": "^13.1.7",
    "electron-builder": "^22.11.7"
  },
  "dependencies": {
    "cash-dom": "^8.1.0",
    "electron-localshortcut": "^3.2.1",
    "electron-prompt": "^1.6.0",
    "github-markdown-css": "^4.0.0",
    "jquery": "^3.6.0",
    "markdown-it": "^12.2.0",
    "monaco-editor": "^0.26.1"
  }
}