-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.18 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
{
"name": "my-website",
"version": "0.0.0",
"private": true,
"homepage": "https://xfox111.net",
"license": "(MIT with exception)",
"description": "My personal website",
"author": {
"email": "eugene@xfox111.net",
"name": "Eugene Fox",
"url": "https://github.com/xfox111/"
},
"repository": {
"type": "git",
"url": "https://github.com/xfox111/my-website/"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@fluentui/svg-icons": "^1.1.338",
"next": "^16.3.2",
"nodemailer": "^9.0.5",
"pdf-lib": "^1.17.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-social-icons": "^6.26.0",
"react-turnstile": "^1.1.5",
"sharp": "^0.35.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^16.3.2",
"@svgr/webpack": "^8.1.0",
"@types/node": "^26.2.0",
"@types/nodemailer": "^8.0.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"eslint": "^9.39.5",
"eslint-config-next": "^16.3.2",
"sass": "^1.103.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0"
},
"allowScripts": {
"@parcel/watcher": true,
"unrs-resolver@1.12.2": true
}
}