forked from irsyadadl/justd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.14 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
{
"name": "d.irsyad.co",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"b": "bun run scripts/create-pr-content.ts",
"preview": "bun run build && bun run start"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.1.6",
"framer-motion": "^11.3.3",
"input-otp": "^1.2.4",
"lucide-react": "^0.408.0",
"next": "^14.2.5",
"next-themes": "^0.2.1",
"next-view-transitions": "^0.3.0",
"react": "^18.3.1",
"react-aria-components": "^1.2.1",
"react-dom": "^18.3.1",
"recharts": "^2.13.0-alpha.4",
"rehype-pretty-code": "^0.13.2",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"shiki": "^1.10.3",
"sonner": "^1.5.0",
"tailwind-merge": "^2.4.0",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.3",
"title": "^3.5.3",
"unist-builder": "^4.0.0",
"usemods": "^1.6.1"
},
"devDependencies": {
"@shikijs/rehype": "^1.10.3",
"@tailwindcss/typography": "^0.5.13",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/title": "^3.4.3",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"html-color-names": "^0.3.2",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.5",
"typescript": "^5.5.3",
"velite": "0.1.0-beta.11"
}
}