-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.61 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.61 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
{
"name": "@jeremy0x/personal-website",
"version": "1.1.0",
"description": "jeremy0x's personal website.",
"author": {
"name": "Jeremy",
"email": "aworetanjeremiah@gmail.com",
"url": "https://www.jeremy0x.dev"
},
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/jeremy0x/personal-website.git"
},
"private": true,
"scripts": {
"dev": "portless jeremy0x next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings=0"
},
"dependencies": {
"@tsparticles/engine": "^3.9.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"@tailwindcss/postcss": "^4.2.3",
"@types/node": "25.6.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"canvas-confetti": "^1.9.4",
"eslint": "9.38.0",
"eslint-config-next": "16.2.4",
"framer-motion": "^12.38.0",
"goey-toast": "^0.4.0",
"next": "16.2.4",
"next-themes": "^0.4.6",
"postcss": "8.5.10",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-icons": "^5.6.0",
"swiper": "^12.1.3",
"tailwindcss": "4.2.3",
"typescript": "6.0.3"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.2"
},
"pnpm": {
"overrides": {
"brace-expansion": "1.1.13",
"flatted": "3.4.2",
"tar": ">=7.5.2",
"js-yaml": ">=4.1.1"
}
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}