-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.12 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.12 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
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
99
100
101
{
"name": "next-portfolio",
"version": "1.0.1",
"private": true,
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p ${PORT:-8080}",
"start:azure": "next start -p 8080",
"lint": "next lint"
},
"author": {
"name": "Aryan Jaiswal",
"email": "aryanjstar3@gmail.com",
"url": "https://github.com/Aryanjstar/Aryan_Jaiswal_Portfolio"
},
"description": "Modern & Minimalist Next.js Portfolio.",
"keywords": [
"reactjs",
"nextjs",
"vercel",
"react",
"aceternity",
"aceternity-ui",
"shadcn",
"shadcn-ui",
"radix-ui",
"cn",
"clsx",
"modern-portfolio",
"portfolio",
"3d-portfolio",
"animated-portfolio",
"nextjs-portfolio",
"react-portfolio",
"react-three-fiber",
"three.js",
"animated-website",
"framer",
"framer-motion",
"three",
"react-icons",
"lucide-react",
"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/Aryanjstar/Aryan_Jaiswal_Portfolio"
},
"homepage": "https://github.com/Aryanjstar/Aryan_Jaiswal_Portfolio#readme",
"bugs": {
"url": "https://github.com/Aryanjstar/Aryan_Jaiswal_Portfolio/issues",
"email": "aryanjstar3@gmail.com"
},
"dependencies": {
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.16.6",
"clsx": "^2.1.1",
"framer-motion": "^11.2.6",
"lottie-react": "^2.4.1",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.2.10",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.178.0",
"three-globe": "^2.31.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-plugin-unused-imports": "^3.2.0",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}