-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.14 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
39
40
41
42
{
"name": "time-tracker",
"version": "1.0.0",
"description": "A fully featured time tracking plugin for Obsidian",
"main": "main.ts",
"scripts": {
"dev": "vite build --mode development --watch",
"build": "vite build --mode production",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "eslint . --fix",
"lint": "eslint . --fix"
},
"keywords": [],
"author": "Lu-Wai Wong",
"authorUrl": "https://github.com/luwaiwong",
"fundingUrl": "https://ko-fi.com/luwai",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^20.19.0",
"@typescript-eslint/parser": "^8.53.0",
"eslint": "^9.39.2",
"eslint-plugin-obsidianmd": "^0.1.9",
"obsidian": "^1.10.3",
"tslib": "2.4.0"
},
"dependencies": {
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/timegrid": "^6.1.19",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/vite": "^4.1.17",
"@tsconfig/svelte": "^5.0.6",
"chart.js": "^4.5.1",
"ical.js": "^2.2.1",
"svelte": "^5.45.6",
"svelte-check": "^4.3.4",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^4.1.17",
"typescript": "~5.0.0",
"vite": "^7.2.6"
}
}