-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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
32
33
34
35
36
37
38
{
"name": "notebook",
"version": "1.0.0",
"description": "A NoteBook application made with electron, vue, vuex and tailwindcss",
"main": "main.js",
"scripts": {
"start": "electron .",
"watch": "parcel watch index.html --public-url ./ --hmr-hostname localhost --target electron"
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"NoteBook",
"VueJs",
"TailWindCSS",
"JavaScript"
],
"author": "summonshr",
"license": "CC0-1.0",
"devDependencies": {
"@vue/component-compiler-utils": "^3.1.0",
"electron": "^7.1.4",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^16.0.0",
"@ckeditor/ckeditor5-vue": "^1.0.1",
"electron-context-menu": "^0.15.1",
"electron-reload": "^1.5.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"portal-vue": "^2.1.6",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.4",
"vuex": "^3.1.2",
"vuex-persist": "^2.2.0"
}
}