-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 814 Bytes
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
{
"name": "zone-engine-site",
"version": "1.0.0",
"private": true,
"description": "Marketing site for the Zone Engine heart-rate zone training app",
"author": "Daniel J Breen",
"license": "ISC",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/dapperdandev/zone-engine-site.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "vite build && wrangler deploy"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.5",
"@fontsource-variable/space-grotesk": "^5.2.5",
"bootstrap": "^5.3.6",
"bootstrap-icons": "^1.13.1"
},
"devDependencies": {
"vite": "^6.3.5",
"wrangler": "^4.20.0"
}
}