-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.02 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "pudding",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:css": "et -c src/style/element-variables.scss",
"electron:build": "CSC_IDENTITY_AUTO_DISCOVERY=false vue-cli-service electron:build --mac --win",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@iktakahiro/markdown-it-katex": "^3.1.0",
"axios": "^0.19.0",
"core-js": "^2.6.5",
"dayjs": "^1.8.14",
"electron-ipc-extra": "^1.2.4",
"electron-log": "^3.0.6",
"element-ui": "^2.4.5",
"escape-filename": "^1.1.2",
"filesize": "^4.1.2",
"fs-extra": "^8.0.1",
"git-url-parse": "^11.1.2",
"got": "^9.6.0",
"highlight.js": "^9.15.8",
"klaw": "^3.0.0",
"lowdb": "^1.0.0",
"markdown-it": "^8.4.2",
"markdown-it-emoji": "^1.4.0",
"markdown-it-gallery": "^0.1.6",
"markdown-it-imsize": "^2.0.1",
"markdown-it-mermaid": "^0.2.5",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-and-anchor": "^4.2.0",
"monaco-editor": "^0.17.1",
"shortid": "^2.2.14",
"simple-git": "1.106.0",
"unused-filename": "^2.1.0",
"vue": "^2.6.10",
"vue-multipane": "^0.9.5",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"electron": "^5.0.0",
"element-theme": "^2.0.1",
"element-theme-chalk": "^2.10.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.18.0",
"sass-loader": "^7.1.0",
"vue-cli-plugin-electron-builder": "^1.3.4",
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.6.10"
},
"__npminstall_done": false
}