-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"name": "gh-link",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@types/node": "18.16.3",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.1",
"@vercel/analytics": "^1.0.1",
"@vercel/og": "^0.5.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"eslint": "8.35.0",
"eslint-config-next": "^14.0.2",
"framer-motion": "^10.12.7",
"geist": "^1.1.0",
"lucide-react": "^0.321.0",
"next": "^14.0.2",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-parallax-tilt": "^1.7.209",
"react-syntax-highlighter": "^15.5.0",
"sonner": "^0.3.5",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-syntax-highlighter": "^15.5.6",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.2"
}
}