forked from kuaifan/dootask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.96 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "DooTask",
"version": "0.37.71",
"codeVerson": 136,
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
"build": "./cmd prod",
"version": "node ./bin/version.js",
"translate": "./cmd translate"
},
"author": {
"name": "KuaiFan",
"email": "aipaw@live.cn",
"url": "https://github.com/kuaifan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuaifan/dootask.git"
},
"devDependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@kangc/v-md-editor": "^1.7.12",
"@traptitech/markdown-it-katex": "^3.6.0",
"autoprefixer": "^10.4.13",
"axios": "^0.24.0",
"codemirror": "^5.65.16",
"cross-env": "^7.0.3",
"css-loader": "^6.7.2",
"dexie": "^3.2.3",
"echarts": "^5.2.2",
"element-sea": "^2.15.10-7",
"file-loader": "^6.2.0",
"highlight.js": "^11.7.0",
"inquirer": "^8.2.0",
"internal-ip": "^6.2.0",
"jquery": "^3.6.4",
"jspdf": "^2.5.1",
"le5le-store": "^1.0.7",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1",
"moment": "^2.29.1",
"node-sass": "^9.0.0",
"notification-koro1": "^1.1.1",
"openpgp_hi": "^5.7.0-1",
"photoswipe": "^5.2.8",
"postcss": "^8.4.5",
"prismjs": "^1.29.0",
"quill-hi": "^2.0.0-rc1",
"quill-mention-hi": "^4.0.0-8",
"resolve-url-loader": "^4.0.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"tinymce": "^5.10.3",
"tui-calendar-hi": "^1.15.1-5",
"view-design-hi": "^4.7.0-55",
"vite": "^2.9.15",
"vite-plugin-file-copy": "^1.0.0",
"vite-plugin-require": "^1.1.10",
"vite-plugin-vue2": "^2.0.3",
"vue": "~2.6.14",
"vue-clipboard2": "^0.3.3",
"vue-jsonp": "^2.0.0",
"vue-kityminder-ggg": "^1.3.10",
"vue-loader": "^15.10.1",
"vue-resize-observer": "^2.0.16",
"vue-router": "^3.6.5",
"vue-template-compiler": "~2.6.14",
"vue-virtual-scroll-list-hi": "^2.3.5-10",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"app": [
{
"id": "com.dootask.task",
"name": "DooTask",
"url": "http://public/",
"urls": [
"https://dootask.com/",
"https://www.dootask.com/",
"https://t.hitosea.com/"
],
"publish": {
"provider": "generic",
"url": "https://www.dootask.com/desktop/publish"
}
}
],
"dependencies": {
"@micro-zoe/micro-app": "^0.8.11"
}
}