-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.27 KB
/
package.json
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
{
"name": "codenut-homepage",
"description": "Kain's Blog and Portfolio Website",
"website_name": "Codenut Blog",
"version": "6.3.0",
"private": true,
"latest_compile": "09-2024",
"url": "https://codenut-dev.vercel.app",
"author": {
"name": "Kain Nhantumbo",
"email": "nhantumbok@gmail.com",
"url": "https://codenut-dev.vercel.app"
},
"license": "Apache License Version 2.0",
"repository": {
"type": "git",
"url": "https://github.com/KainNhantumbo/portifolio.dev.git"
},
"scripts": {
"dev": "next dev -p 3200",
"build": "next build",
"start": "next start",
"es:lint": "next lint",
"ts:lint": "tsc --noEmit -p ./tsconfig.json",
"format": "npx prettier --write \"**/*.{js,mjs,cjs,ts,mts,cts,jsx,tsx,json}\""
},
"dependencies": {
"@emailjs/browser": "^3.12.1",
"@hookform/resolvers": "^3.9.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"devicons-react": "^1.3.0",
"feed": "^4.2.2",
"framer-motion": "^10.18.0",
"granim": "^2.0.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.293.0",
"marked": "^9.1.6",
"next": "^14.2.22",
"next-international": "^1.2.4",
"next-themes": "^0.2.1",
"react": "^18.3.1",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.53.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-text-gradients-and-animations": "^1.1.7",
"reading-time-estimator": "^1.11.0",
"tailwind-merge": "^2.5.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/granim": "^2.0.4",
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"eslint": "8.53.0",
"eslint-config-next": "14.0.3",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.47",
"postcss-nesting": "^12.1.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}