-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.86 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
{
"name": "yandi.me",
"private": true,
"author": "Karyana Yandi <halo@yandi.me>",
"homepage": "https://yandi.me",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/karyanayandi/yandi.me"
},
"bugs": {
"url": "https://github.com/karyanayandi/yandi.me/issues"
},
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,css,md,mdx}\""
},
"dependencies": {
"@radix-ui/react-tabs": "^1.1.0",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.2.0",
"@vercel/og": "^0.6.2",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.2.13",
"next": "14.2.4",
"next-contentlayer": "^0.3.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-wrap-balancer": "^1.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"server-only": "^0.0.1",
"shiki": "^1.10.3",
"swr": "^2.2.5",
"tailwind-merge": "^2.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"autoprefixer": "^10.4.19",
"eslint": "8",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.6",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-testing-library": "^6.2.2",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"typescript": "5.5.3"
}
}