-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
88 lines (88 loc) · 2.58 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "dalelarroder.com",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "contentlayer2 dev & next dev",
"build": "next build",
"serve": "next start",
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
"prepare": "husky install"
},
"dependencies": {
"@dlarroder/playground": "1.10.0",
"@fontsource/mukta": "5.0.18",
"@radix-ui/react-tooltip": "^1.1.2",
"@studio-freight/react-lenis": "0.0.36",
"@vercel/analytics": "1.1.1",
"@vercel/speed-insights": "^1.0.2",
"classnames": "2.3.2",
"cmdk": "0.2.0",
"contentlayer2": "^0.4.6",
"contributions": "^0.8.0",
"esbuild": "0.16.12",
"framer-motion": "10.16.4",
"github-slugger": "1.5.0",
"gsap": "3.12.2",
"logrocket": "6.0.2",
"mdx-bundler": "9.2.1",
"next": "15.0.3",
"next-contentlayer2": "^0.4.6",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-activity-calendar": "^2.3.5",
"react-dom": "18.2.0",
"react-icons": "5.3.0",
"reading-time": "1.5.0",
"rehype-autolink-headings": "7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-prism-plus": "2.0.0",
"rehype-slug": "6.0.0",
"remark": "15.0.0",
"shiki": "^1.24.0",
"tailwindcss-animate": "^1.0.7",
"use-breakpoint": "4.0.1"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@types/github-slugger": "1.3.0",
"@types/node": "20.8.10",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.46",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"autoprefixer": "10.4.16",
"cross-env": "7.0.3",
"dedent": "1.5.1",
"eslint": "8.56.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.0.1",
"file-loader": "6.2.0",
"globby": "11.1.0",
"husky": "8.0.3",
"inquirer": "9.1.4",
"lint-staged": "15.0.2",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"tailwind-scrollbar": "3.0.5",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx)": [
"eslint --fix"
],
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
"prettier --write"
]
},
"resolutions": {
"strip-ansi": "6.0.1"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}