-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "braydoncoyer.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.8",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.49.1",
"clsx": "^2.1.1",
"framer-motion": "^11.3.19",
"geist": "^1.3.1",
"next": "^15.1.2",
"next-mdx-remote": "^4.4.1",
"react": "^18",
"react-dom": "^18",
"reading-duration": "^1.1.2",
"rehype-raw": "^7.0.0",
"sugar-high": "^0.6.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"usehooks-ts": "^3.1.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.7",
"tailwindcss-full-bleed": "^2.0.1",
"typescript": "^5",
"velite": "^0.1.1"
}
}