forked from Playork/StickyNotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·31 lines (31 loc) · 919 Bytes
/
package.json
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
28
29
30
31
{
"name": "stickynotes",
"version": "0.4.0",
"description": "A Sticky Note Application.",
"author": "B. Ramnath Shenoy <[email protected]>",
"main": "background.js",
"scripts": {
"build": "vue-cli-service electron:build",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"start": "vue-cli-service electron:serve"
},
"dependencies": {
"dropbox": "^4.0.30",
"jsdom": "^16.2.0",
"quill": "latest",
"showdown": "^1.9.1",
"sweetalert": "latest"
},
"devDependencies": {
"@vue/cli-service": "latest",
"electron": "beta",
"vue": "latest",
"vue-cli-plugin-electron-builder": "latest",
"vue-router": "latest",
"vue-template-compiler": "latest"
},
"homepage": "https://github.com/Playork/StickyNotes",
"license": "MIT",
"repository": "https://github.com/Playork/StickyNotes.git"
}