-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 1.59 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 1.59 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
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
{
"name": "@fjrodafo/portfolio",
"version": "1.0.0",
"description": "My professional minimalist portfolio!",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tarball": "npm pack --dry-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FJrodafo/Portfolio.git"
},
"keywords": [
"fjrodafo",
"website",
"portfolio",
"cv",
"curriculum",
"vitae",
"linkedin",
"github",
"docker",
"dockerhub",
"node",
"nodejs",
"npm",
"npmjs",
"git",
"html",
"css",
"javascript",
"typescript",
"react",
"next",
"nextjs",
"vercel",
"home",
"about",
"skills",
"services",
"qualification",
"projects",
"testimonials",
"contact",
"translation",
"english",
"spanish",
"japanese",
"light",
"theme",
"dark",
"mode"
],
"author": "FJrodafo - Francisco José Rodríguez Afonso",
"license": "CC0-1.0",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/FJrodafo"
},
"bugs": {
"url": "https://github.com/FJrodafo/Portfolio/issues"
},
"homepage": "https://github.com/FJrodafo/Portfolio#readme",
"dependencies": {
"next": "^16.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resend": "^6.6.0"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 2 Safari versions",
"not dead"
]
}