-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.59 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.59 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
{
"name": "linkinbio-nextjs",
"version": "0.2.1",
"description": "Modern Link in Bio portfolio built with Next.js, featuring glassmorphism design and smooth animations",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"format": "prettier --write \"**/*.{tsx,ts,js,css}\"",
"format:check": "prettier --check \"**/*.{tsx,ts,js,css}\""
},
"dependencies": {
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.12",
"framer-motion": "^10.16.0",
"lucide-react": "^0.575.0",
"next": "^16.1.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sharp": "^0.34.3"
},
"devDependencies": {
"@types/node": "^20.19.33",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.3",
"eslint-config-next": "^16.1.6",
"eslint-plugin-react-hooks": "^7.0.1",
"postcss": "^8.5.8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0"
},
"keywords": [
"nextjs",
"portfolio",
"link-in-bio",
"glassmorphism",
"responsive",
"modern-ui",
"typescript",
"tailwindcss"
],
"author": {
"name": "nayandas69",
"email": "nayanchandradas@hotmail.com",
"url": "https://github.com/nayandas69"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/nayandas69/linkinbio-nextjs.git"
},
"engines": {
"node": "24.x"
}
}