This repository was archived by the owner on May 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.8 KB
/
package.json
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": "pestoverse",
"description": "The official pesto community website for events",
"version": "0.2.0",
"private": true,
"author": {
"email": "me@tougrel.dev",
"name": "Lampros \"Tougrel\" Sagris",
"url": "https://github.com/Tougrel"
},
"contributors": [],
"scripts": {
"refresh": "nuxt cleanup && yarn run postinstall",
"build": "nuxt build",
"pages:build": "cross-env NITRO_PRESET=cloudflare_pages nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"pages:preview": "wrangler pages dev dist/ --kv=KV_CACHE",
"postinstall": "nuxt prepare",
"pretty": "prettier --write \"./**/*.{ts,vue}\"",
"updateimages": "node scripts/update_image_sizes.mjs",
"wrangler": "wrangler"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240524.0",
"@iconify-json/line-md": "^1.1.37",
"@iconify-json/mdi": "^1.1.66",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "^1.3.2",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.16.0",
"@types/canvas-confetti": "^1.6.4",
"@types/haversine": "^1.1.8",
"@types/node": "^20.12.12",
"buffer-image-size": "^0.6.4",
"canvas-confetti": "^1.9.3",
"cross-env": "^7.0.3",
"haversine": "^1.1.1",
"js-yaml": "^4.1.0",
"maplibre-gl": "^4.3.2",
"nuxt": "^3.11.2",
"nuxt-icon": "^0.6.10",
"pmtiles": "^3.0.5",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"sync-request": "^6.1.0",
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"vue-flip": "^3.0.2",
"wrangler": "^3.57.1"
}
}