-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.49 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": "seanislegend.com",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@tailwindcss/postcss": "^4.0.0-beta.6",
"@tailwindcss/typography": "^0.5.10",
"@vercel/analytics": "^1.1.1",
"@vercel/og": "^0.6.1",
"@vercel/speed-insights": "^1.0.2",
"babel-plugin-react-compiler": "^19.0.0-beta-37ed2a7-20241206",
"clsx": "^1.2.1",
"geist": "^1.3.1",
"jotai": "^2.10.0",
"next": "15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^8.0.5",
"react-use-keypress": "^1.3.1",
"remove-markdown": "^0.5.0",
"server-only": "^0.0.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "18.11.17",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/remove-markdown": "^0.3.1",
"autoprefixer": "^10.4.13",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.20",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^4.0.0-beta.6",
"tailwindcss-animate": "^1.0.7",
"typescript": "latest"
}
}