-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
93 lines (93 loc) · 2.72 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "jan-mueller",
"type": "module",
"version": "3.50.0",
"private": true,
"packageManager": "[email protected]",
"description": "Personal website of Jan Müller, a passionate software engineer.",
"scripts": {
"build": "astro build",
"check:astro": "astro check",
"check:tsc": "tsc --noEmit",
"check:vue": "vue-tsc --noEmit",
"ci": "pnpm turbo build check lint",
"dev": "astro dev",
"fix": "pnpm lint --fix ",
"lint": "yeger-lint",
"prepare": "is-ci || husky",
"preview": "astro preview",
"sync": "astro sync",
"test:e2e": "cypress open",
"test:e2e:run": "cypress run",
"turbo": "FORCE_COLOR=1 turbo"
},
"dependencies": {
"@changey/react-leaflet-markercluster": "4.0.0-rc1",
"@iconify-json/akar-icons": "1.2.1",
"@iconify-json/carbon": "1.2.4",
"@iconify-json/fa-brands": "1.2.0",
"@iconify-json/ic": "1.2.1",
"@iconify-json/mdi": "1.2.1",
"@iconify-json/radix-icons": "1.2.1",
"@yeger/vue-masonry-wall": "5.0.16",
"baklavajs": "2.6.0",
"leaflet": "1.9.4",
"react-leaflet": "4.2.1",
"tailwindcss": "3.4.14",
"vecti": "3.0.11",
"vue-marmoset-viewer": "4.0.12"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "3.1.9",
"@astrojs/preact": "3.5.3",
"@astrojs/prefetch": "0.4.1",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"@astrojs/vue": "4.5.2",
"@babel/core": "7",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@preact/preset-vite": "2.9.1",
"@tailwindcss/typography": "0.5.15",
"@types/html-escaper": "3.0.2",
"@types/leaflet": "1.9.14",
"@types/node": "22.9.0",
"@yeger/eslint-config": "2.5.1",
"astro": "4.16.10",
"astro-critters": "2.2.0",
"astro-icon": "1.1.2",
"astro-robots-txt": "1.0.0",
"astro-seo-schema": "4.0.2",
"cypress": "13.15.2",
"eslint": "9.14.0",
"hast-util-to-string": "3.0.1",
"hastscript": "9.0.0",
"html-escaper": "3.0.3",
"husky": "9.1.6",
"is-ci": "3.0.1",
"lint-staged": "15.2.10",
"mdast-util-to-string": "4.0.0",
"moment": "2.30.1",
"preact": "10.24.3",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"reading-time": "1.5.0",
"rehype-autolink-headings": "7.1.0",
"rehype-external-links": "3.0.0",
"rehype-slug": "6.0.0",
"rollup": "4.24.4",
"sharp": "0.33.5",
"ts-node": "10.9.2",
"turbo": "2.2.3",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-lib": "2.1.3",
"vue": "3.5.12",
"vue-tsc": "2.1.10"
},
"lint-staged": {
"*.{astro,cjs,html,js,jsx,json,md,mjs,mts,svelte,ts,tsx,vue,yaml,yml}": "eslint --fix"
}
}