-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.63 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
{
"name": "0xp47-portfolio",
"version": "1.0.0",
"type": "module",
"description": "Developer portfolio of Jay Patrick Cano (0xp47) - Full-Stack Engineer & Entrepreneur",
"keywords": [
"portfolio",
"nextjs",
"react",
"tailwindcss",
"typescript",
"full-stack",
"developer",
"entrepreneur",
"groundzero"
],
"homepage": "https://jaypatrickcano.dev",
"bugs": {
"url": "https://github.com/0xp47/0xp47.github.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0xp47/0xp47.github.io.git"
},
"license": "MIT",
"author": "Jay Patrick Cano <hello@jaypatrickcano.dev> (https://github.com/0xp47)",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node scripts/fetch-repos.js && next build",
"start": "npx serve@latest out",
"lint": "eslint",
"fetch-repos": "node scripts/fetch-repos.js"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.42.0",
"lenis": "^1.3.25",
"lucide-react": "^1.22.0",
"marked": "^18.0.5",
"next": "16.2.9",
"radix-ui": "^1.6.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-icons": "^5.7.0",
"shadcn": "^4.12.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@emnapi/core": "1.11.2",
"@emnapi/runtime": "1.11.2",
"@tailwindcss/postcss": "^4.3.2",
"@types/node": "^20.19.43",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4.3.2",
"typescript": "^5.9.3"
}
}