-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
78 lines (78 loc) · 2.53 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "btcmap",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin=prettier-plugin-svelte --plugin=prettier-plugin-tailwindcss --check . && npx eslint src/",
"format": "prettier --plugin=prettier-plugin-svelte --plugin=prettier-plugin-tailwindcss --write ."
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.2",
"@sveltejs/adapter-netlify": "^4.2.0",
"@sveltejs/kit": "^2.5.8",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/d3-geo": "^3.1.0",
"@types/dompurify": "^3.0.5",
"@types/geojson": "^7946.0.14",
"@types/leaflet": "^1.9.12",
"@types/leaflet.featuregroup.subgroup": "^1.0.3",
"@types/leaflet.locatecontrol": "^0.74.5",
"@types/leaflet.markercluster": "^1.5.4",
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"satori": "^0.10.13",
"satori-html": "^0.3.2",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"svelte-preprocess": "^5.1.4",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "5.4.5",
"vite": "^5.2.11"
},
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@lottiefiles/svelte-lottie-player": "^0.3.1",
"@mapbox/geojson-rewind": "^0.5.2",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/svelte-table": "^8.17.3",
"@zerodevx/svelte-toast": "^0.9.5",
"axios": "1.6.8",
"axios-retry": "^4.1.0",
"chart.js": "^4.4.2",
"d3-geo": "^3.1.1",
"date-fns": "^3.6.0",
"dompurify": "^3.1.3",
"js-confetti": "^0.12.0",
"leaflet": "^1.9.4",
"leaflet.featuregroup.subgroup": "^1.0.2",
"leaflet.locatecontrol": "^0.81.0",
"leaflet.markercluster": "^1.5.3",
"localforage": "^1.10.0",
"marked": "^12.0.2",
"qrcode": "^1.5.3",
"svelte-outclick": "^3.7.1",
"svelte-time": "^0.9.0",
"svg-captcha": "^1.4.0",
"tippy.js": "^6.3.7"
},
"description": "Easily find places to spend sats anywhere on the planet.",
"repository": "https://github.com/teambtcmap/btcmap.org",
"author": "secondl1ght <secondl1ght@protonmail.com>",
"license": "AGPL-3.0"
}