-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.93 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
{
"name": "mcdev",
"version": "0.3.0",
"private": true,
"description": "Personal website of Martin Collado. Built with Astro. Thanks to Konrad Szwarc for the Zenith theme.",
"homepage": "https://github.com/martincolladodev/martincollado.dev#readme",
"bugs": "https://github.com/martincolladodev/martincollado.dev/issues",
"repository": {
"type": "git",
"url": "https://github.com/martincolladodev/martincollado.dev.git"
},
"license": "MIT",
"author": "Martin Collado <[email protected]> based on (https://github.com/KonradSzwarc/zenith)",
"type": "module",
"scripts": {
"postinstall": "pnpm run generate:favicons",
"dev": "astro dev",
"build": "tsx cli build",
"build-cloud": "astro build",
"preview": "astro preview",
"check": "concurrently \"eslint .\" \"astro check\" \"prettier --check .\" -n eslint,astro,prettier -c magenta,red,yellow",
"format": "prettier --write .",
"generate": "tsx cli generate",
"generate:pdf": "tsx cli pdf",
"generate:pdf:watch": "nodemon --exec \"tsx cli pdf\"",
"generate:og": "tsx cli og",
"generate:og:watch": "nodemon --exec \"tsx cli og\"",
"generate:favicons": "tsx cli favicons",
"update:colors": "tsx cli colors"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.5",
"@astrojs/node": "9.0.0",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.4",
"@astrojs/vercel": "8.0.1",
"@floating-ui/dom": "1.6.13",
"@fontsource-variable/inter": "5.1.1",
"@playform/compress": "0.1.7",
"@sentry/astro": "8.48.0",
"@sentry/vite-plugin": "2.23.0",
"astro": "5.1.5",
"astro-icon": "1.1.5",
"astro-meta-tags": "0.3.1",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"i18next": "24.2.1",
"iconify-icon": "2.3.0",
"marked": "15.0.6",
"mime": "4.0.6",
"nanoid": "5.0.9",
"polished": "4.3.1",
"sharp": "0.33.5",
"tailwind-merge": "2.6.0",
"throttle-debounce": "5.0.2",
"type-fest": "4.32.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.4",
"@eslint/js": "9.18.0",
"@spotlightjs/astro": "2.3.0",
"@tailwindcss/typography": "0.5.16",
"@total-typescript/ts-reset": "0.6.1",
"@types/throttle-debounce": "5.0.2",
"chalk": "5.4.1",
"commander": "13.0.0",
"concurrently": "9.1.2",
"cross-env": "7.0.3",
"dotenv": "16.4.7",
"eslint": "9.18.0",
"eslint-config-flat-gitignore": "1.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tailwindcss": "3.17.5",
"execa": "9.5.2",
"favicons": "7.2.0",
"nodemon": "3.1.9",
"playwright": "1.49.1",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"start-server-and-test": "2.0.9",
"tailwindcss": "3.4.17",
"tsx": "4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "8.19.1"
},
"packageManager": "[email protected]"
}