-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.57 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.57 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
57
58
59
60
61
62
{
"name": "LiftShift",
"version": "1.0.0",
"description": "A comprehensive workout visualizer that transforms Hevy app CSV exports into powerful insights with analytics, personal records tracking, and training performance analysis.",
"author": "Areeb <mohammadar336@gmail.com>",
"license": "AGPL-3.0-only",
"homepage": "https://github.com/aree6/LiftShift",
"repository": {
"type": "git",
"url": "https://github.com/aree6/LiftShift.git"
},
"keywords": [
"fitness",
"workout",
"analytics",
"hevy",
"training",
"visualization",
"personal-records",
"react",
"typescript"
],
"engines": {
"node": ">=20.19.0"
},
"type": "module",
"scripts": {
"dev": "vike dev",
"build": "vike build",
"preview": "vike preview"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.17.10",
"@tailwindcss/vite": "^4.1.18",
"date-fns": "^4.1.0",
"gsap": "^3.14.2",
"lucide-react": "^0.563.0",
"lz-string": "^1.5.0",
"motion": "^12.31.0",
"ogl": "^1.0.11",
"papaparse": "^5.4.1",
"posthog-js": "^1.342.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.1.3",
"recharts": "^3.7.0",
"styled-components": "^6.3.8",
"tailwindcss": "^4.1.18",
"vike": "^0.4.253",
"vike-react": "^0.6.18"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.0.0",
"svgpath": "^2.6.0",
"terser": "^5.31.0",
"typescript": "~5.9.3",
"vite": "^7.3.1"
}
}