-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.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
{
"name": "arshsaxenadotin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"export": "next export",
"format": "prettier --write ."
},
"dependencies": {
"@fontsource/geist-sans": "^5.2.5",
"@radix-ui/react-label": "^2.1.7",
"@tabler/icons-react": "^3.33.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.4.2",
"lucide-react": "^0.511.0",
"motion": "^12.12.2",
"next": "15.5.9",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"postcss": "^8.4.47",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-gradient-animation": "^1.0.7",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"eslint": "^9",
"eslint-config-next": "15.5.9",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11"
}
}