-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"name": "my-portfolio",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"emailjs-com": "^3.2.0",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"xp.css": "^0.2.6"
},
"devDependencies": {
"eslint": "latest",
"eslint-config-next": "latest",
"typescript": "^5.7.3"
},
"description": "Jun Lee's Windows XP-inspired personal website built with Next.js and deployed to GitHub Pages.",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/junjslee/junjslee.github.io.git"
},
"keywords": [],
"author": "Junseong Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/junjslee/junjslee.github.io/issues"
},
"homepage": "https://junjslee.github.io"
}