-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.41 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
55
56
{
"name": "inweeks",
"version": "1.0.0",
"description": "Visualize your entire life as a grid of weeks. See how many you've lived, how many remain, and color them by life chapters.",
"homepage": "https://inweeks.org",
"repository": {
"type": "git",
"url": "https://github.com/zeck00/inweeks.git"
},
"bugs": {
"url": "https://github.com/zeck00/inweeks/issues"
},
"author": "Ziad <https://ziad.us>",
"license": "MIT",
"keywords": [
"life-in-weeks",
"life-visualization",
"week-grid",
"tim-urban",
"wait-but-why",
"life-calendar",
"react",
"typescript",
"vite"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"generate:og": "node scripts/generate-og.mjs"
},
"dependencies": {
"html-to-image": "^1.11.13",
"lucide-react": "^1.8.0",
"motion": "^12.38.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"puppeteer": "^24.40.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.4"
}
}