-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.12 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.12 KB
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
{
"name": "larenta",
"version": "1.0.0",
"description": "Tu guía completa del IRPF 2025 — asistente y explorador de deducciones fiscales en España",
"type": "module",
"license": "MIT",
"author": "Pau March",
"homepage": "https://www.larenta.es",
"repository": {
"type": "git",
"url": "https://github.com/paumrch/larenta.git"
},
"bugs": {
"url": "https://github.com/paumrch/larenta/issues"
},
"keywords": [
"irpf",
"renta",
"deducciones",
"impuestos",
"spain",
"astro"
],
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^5.0.1",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/vercel": "^10.0.1",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.0.6",
"html2canvas-pro": "^2.0.2",
"jspdf": "^4.2.1",
"marked": "^17.0.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"resend": "^6.9.4",
"satori": "^0.25.0",
"tailwindcss": "^4.2.2"
},
"overrides": {
"path-to-regexp": "^6.3.0"
}
}