-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 2.21 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "space-portfolio",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": {
"name": "Sanidhya Kumar Verma",
"email": "[email protected]",
"url": "https://github.com/sanidhyy"
},
"description": "Welcome to my full stack Next.js 14 space portfolio.",
"keywords": [
"reactjs",
"nextjs",
"vercel",
"react",
"space-portfolio",
"portfolio",
"react-icons",
"cn",
"clsx",
"3d-portfolio",
"3d-website",
"sonner",
"framer-motion",
"motion",
"animation",
"heroicons",
"next-themes",
"postcss",
"prettier",
"react-dom",
"tailwindcss",
"tailwindcss-animate",
"ui/ux",
"js",
"javascript",
"typescript",
"eslint",
"html",
"css"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sanidhyy/space-portfolioit"
},
"homepage": "https://github.com/sanidhyy/space-portfolio#readme",
"bugs": {
"url": "https://github.com/sanidhyy/space-portfolio/issues",
"email": "[email protected]"
},
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/sanidhy"
},
{
"type": "Buy me a coffee",
"url": "https://www.buymeacoffee.com/sanidhy"
}
],
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@heroicons/react": "^2.1.1",
"@react-three/drei": "^9.93.0",
"@react-three/fiber": "^8.15.13",
"@types/react-vertical-timeline-component": "^3.3.6",
"clsx": "^2.1.0",
"emailjs": "^4.0.3",
"framer-motion": "^10.17.12",
"next": "14.1.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.5.3",
"react-vertical-timeline-component": "^3.6.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.2.0",
"three": "^0.160.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}