generated from siyuan-note/plugin-sample
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.55 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
{
"name": "sy-tomato-plugin",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "vite build"
},
"keywords": [
"TomatoClock",
"Time management",
"Productivity",
"Pomodoro technique",
"Timer plugin",
"Task scheduling",
"Focus sessions",
"Work intervals",
"Breaks",
"Time tracking",
"Timeboxing",
"Time optimization",
"Efficiency",
"Work-life balance",
"Distraction management",
"Task prioritization",
"Time blocking",
"Time visualization",
"Progress tracking",
"Goal setting"
],
"author": "IAliceBobI",
"license": "MIT",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "^4.0.1",
"@types/elliptic": "^6.4.18",
"@types/fabric": "^5.3.7",
"@types/node": "^20.12.7",
"fast-glob": "^3.2.12",
"glob": "^11.0.0",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.75.0",
"siyuan": "*",
"svelte": "^4.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5",
"vite": "^5.0.0",
"vite-plugin-static-copy": "^1.0.2",
"vite-plugin-zip-pack": "^1.2.3"
},
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@types/uuid": "^9.0.8",
"@xyflow/svelte": "^0.1.23",
"elliptic": "^6.5.7",
"fabric": "^5.4.0",
"html2canvas": "^1.4.1",
"moment-timezone": "^0.5.45",
"openai": "^4.49.1",
"pinyin-pro": "^3.20.3",
"terser": "^5.31.6",
"ts-md5": "^1.3.1",
"uuid": "^9.0.1"
}
}