generated from github/codespaces-blank
-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
72 lines (72 loc) · 1.65 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
{
"name": "modern-portfolio",
"version": "1.0.1",
"private": true,
"author": {
"name": "Sanidhya Kumar Verma",
"email": "[email protected]",
"url": "https://github.com/sanidhyy"
},
"description": "Ethan Smith is a Full-stack web developer with 10+ years of experience.",
"keywords": [
"react",
"next",
"nextjs",
"html",
"css",
"javascript",
"js",
"modern-ui",
"modern-ux",
"portfolio",
"framer-motion",
"3d-website",
"particle-effect"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sanidhyy/modern-portfolio.git"
},
"homepage": "https://github.com/sanidhyy/modern-portfolio#readme",
"bugs": {
"url": "https://github.com/sanidhyy/modern-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"
}
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.4.4",
"framer-motion": "^10.12.16",
"next": "14.1.1",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-tsparticles": "^2.9.3",
"swiper": "^9.4.0",
"tailwind-scrollbar": "^3.0.4",
"tsparticles": "^2.9.3"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}