public
imalexnord
read
Slot
Calendar-first scheduling powered by Cloudflare Workers and Google Calendar.
Languages
Repository composition by tracked source files.
TypeScript
79%
CSS
19%
SQL
2%
HTML
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/user/imalexnord/slot.git
ssh://[email protected]:2222/user/imalexnord/slot.git
Trace
package.json
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
{
2
"name": "slot",
3
"version": "0.2.0",
4
"private": true,
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
8
"build": "vite build",
9
"preview": "vite preview",
10
"deploy": "vite build && wrangler deploy",
11
"setup": "node scripts/setup.mjs",
12
"setup:stripe": "node scripts/setup-stripe.mjs",
13
"db:migrate:local": "wrangler d1 migrations apply DB --local",
14
"db:migrate:remote": "wrangler d1 migrations apply DB --remote",
15
"typecheck": "tsc --noEmit"
16
},
17
"dependencies": {
18
"lucide-react": "1.26.0",
19
"react": "19.2.8",
20
"react-dom": "19.2.8"
21
},
22
"devDependencies": {
23
"@cloudflare/vite-plugin": "^1.47.0",
24
"@cloudflare/workers-types": "5.20260724.1",
25
"@types/react": "19.2.17",
26
"@types/react-dom": "19.2.3",
27
"@vitejs/plugin-react": "6.0.3",
28
"typescript": "6.0.3",
29
"vite": "8.1.5",
30
"wrangler": "4.114.0"
31
},
32
"engines": {
33
"node": ">=22.12.0"
34
}
35
}