-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
65 lines (65 loc) · 1.9 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
{
"name": "dalelarroder.com",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"serve": "next start",
"lint": "next lint --dir app",
"prepare": "husky"
},
"dependencies": {
"@fontsource/mukta": "5.1.0",
"@radix-ui/react-tooltip": "1.1.6",
"@studio-freight/react-lenis": "0.0.47",
"@vercel/analytics": "1.4.1",
"@vercel/speed-insights": "^1.0.2",
"classnames": "2.5.1",
"cmdk": "1.0.4",
"contributions": "0.8.0",
"framer-motion": "11.15.0",
"gsap": "3.12.5",
"logrocket": "9.0.0",
"next": "15.1.1",
"next-mdx-remote": "5.0.0",
"next-themes": "0.4.4",
"react": "18.2.0",
"react-activity-calendar": "^2.3.5",
"react-dom": "18.2.0",
"react-icons": "5.4.0",
"rehype-pretty-code": "^0.14.0",
"shiki": "1.25.1",
"tailwindcss-animate": "^1.0.7",
"use-breakpoint": "4.0.5",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@types/node": "22.10.4",
"@types/react": "18.2.46",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"autoprefixer": "10.4.20",
"eslint": "9.17.0",
"eslint-config-next": "15.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
"eslint --fix"
],
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
"prettier --write"
]
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}