-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.91 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
{
"name": "uddhav-bhople-portfolio",
"version": "0.1.0",
"private": true,
"license": "CC-BY-NC-ND-4.0",
"scripts": {
"build": "next build",
"dev": "next dev --webpack",
"lint": "eslint .",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --coverage --silent",
"type-check": "tsc --noEmit",
"start": "next start"
},
"dependencies": {
"@sentry/nextjs": "^10.29.0",
"@tailwindcss/typography": "^0.5.19",
"@upstash/redis": "^1.35.4",
"@vercel/analytics": "^1.5.0",
"@vercel/kv": "^3.0.0",
"@vercel/speed-insights": "^2.0.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.29.0",
"geist": "^1.3.1",
"gray-matter": "^4.0.3",
"lucide-react": "^0.454.0",
"next": "^16.0.7",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"react": "^19.0.0-rc.1",
"react-dom": "^19.0.0-rc.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"redis": "^5.8.2",
"remark-gfm": "^4.0.1",
"sonner": "^1.7.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@tailwindcss/postcss": "^4.1.9",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.36.0",
"eslint-config-next": "^16.0.6",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.5",
"tailwindcss": "^4.1.9",
"ts-morph": "^28.0.0",
"ts-node": "^10.9.2",
"tw-animate-css": "1.3.3",
"typescript": "^5",
"typescript-eslint": "^8.54.0"
},
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
}
}