forked from kuaifan/dootask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.18 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
{
"name": "DooTask",
"version": "0.5.17",
"description": "DooTask is task management system.",
"scripts": {
"start": "./cmd dev",
"build": "./cmd prod",
"version": "node ./version.js"
},
"app": {
"id": "com.dootask.task",
"sites": [
{
"name": "DooTask",
"id": "com.dootask.task",
"url": "https://www.dootask.com/"
},
{
"name": "HitoseaTask",
"id": "com.hitosea.task",
"url": "https://t.hitosea.com/"
}
]
},
"author": {
"name": "KuaiFan",
"email": "aipaw@live.cn",
"url": "https://github.com/kuaifan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuaifan/dootask.git"
},
"devDependencies": {
"axios": "^0.24.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"echarts": "^5.2.2",
"electron": "^16.0.5",
"element-ui": "^2.15.6",
"file-loader": "^6.2.0",
"inquirer": "^8.2.0",
"internal-ip": "^6.2.0",
"jquery": "^3.6.0",
"jspdf": "^2.5.0",
"laravel-mix": "^6.0.39",
"le5le-store": "^1.0.7",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-sass": "^4.11.0",
"notification-koro1": "^1.1.1",
"postcss": "^8.4.5",
"resolve-url-loader": "^4.0.0",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"stylus": "^0.56.0",
"stylus-loader": "^6.2.0",
"tinymce": "^5.10.2",
"tui-calendar-hi": "^1.15.1-1",
"view-design-hi": "^4.7.0-5",
"vue": "^2.6.14",
"vue-clipboard2": "^0.3.3",
"vue-emoji-picker": "^1.0.3",
"vue-kityminder-gg": "^1.3.6",
"vue-loader": "^15.9.8",
"vue-resize-observer": "^2.0.16",
"vue-router": "^3.5.3",
"vue-template-compiler": "^2.6.14",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"xlsx": "^0.17.4"
}
}