~dricottone/noticable

ref: 3bd624b5e67fe0842b0ccbc1360279ed79a3f6c2 noticable/package.json -rw-r--r-- 544 bytes
3bd624b5Dominic Ricottone Rename CSS file 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
{
  "name": "noticable",
  "description": "A bad notes app",
  "author": {
    "name": "Dominic Ricottone",
    "email": "me@dominic-ricottone.com"
  },
  "version": "0.0.1",
  "license": "GPL-3.0",
  "main": "src/main.js",
  "scripts": {
    "start": "electron ."
  },
  "dependencies": {
    "cash-dom": "^8.1.0",
    "electron": "^11.1.0",
    "electron-localshortcut": "^3.2.1",
    "electron-prompt": "^1.6.0",
    "github-markdown-css": "^4.0.0",
    "jquery": "^3.5.1",
    "markdown-it": "^12.0.3",
    "monaco-editor": "^0.21.2"
  }
}