-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·54 lines (54 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.36 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "always-on-clock",
"private": true,
"version": "1.0.0",
"description": "A lightweight, customizable desktop clock overlay that stays always-on-top",
"type": "module",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/emmsixx/always-on-clock"
},
"keywords": [
"clock",
"desktop",
"overlay",
"tauri",
"always-on-top"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
"@tauri-apps/plugin-opener": "~2.2.7",
"@tauri-apps/plugin-positioner": "~2.2.1",
"@tauri-apps/plugin-store": "^2.4.1",
"lucide-react": "^0.561.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"pnpm": {
"ignoredBuiltDependencies": ["esbuild"]
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.2.17",
"@tauri-apps/cli": "^2.9.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"jiti": "^2.6.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"vite": "^7.3.0"
}
}