-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.06 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.06 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "chanhdai.com",
"version": "0.1.0",
"description": "A minimal, pixel-perfect dev portfolio, component registry, and blog.",
"homepage": "https://chanhdai.com",
"license": "MIT",
"author": {
"name": "Nguyen Chanh Dai",
"email": "dai@chanhdai.com",
"url": "https://github.com/ncdai"
},
"contributors": [
{
"name": "Nguyen Chanh Dai",
"email": "dai@chanhdai.com",
"url": "https://github.com/ncdai"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/ncdai/chanhdai.com.git"
},
"scripts": {
"dev": "next dev -p 1408",
"build": "next build",
"start": "next start",
"preview": "next build && next start -p 1408",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"check-types": "tsc --noEmit --pretty",
"format:check": "prettier --check \"**/*.{ts,tsx,md,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,md,mdx}\" --cache",
"registry:internal:build": "tsx --tsconfig ./tsconfig.scripts.json ./src/scripts/build-registry.mts",
"registry:build": "pnpm registry:internal:build && shadcn build ./src/__registry__/registry.autogenerated.json",
"capture": "tsx --tsconfig ./tsconfig.scripts.json ./src/scripts/capture.mts",
"generate-libphonenumber-metadata": "libphonenumber-metadata-generator ./src/assets/libphonenumber.metadata.json --countries VN --extended",
"upgrade:next": "npx @next/codemod@latest upgrade latest",
"upgrade:tailwind": "npx @tailwindcss/upgrade@latest",
"prepare": "husky"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@bprogress/next": "^3.2.12",
"@c15t/nextjs": "^1.8.1",
"@date-fns/tz": "^1.4.1",
"@hookform/resolvers": "^4.1.0",
"@ncdai/react-wheel-picker": "^1.1.0",
"@openpanel/web": "^1.0.7",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"fumadocs-core": "^16.0.0",
"geist": "^1.5.1",
"jotai": "^2.12.5",
"libphonenumber-js": "^1.12.4",
"lucide-react": "^0.544.0",
"motion": "^12.18.1",
"next": "16.1.6",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.6",
"nuqs": "^2.8.0",
"posthog-js": "^1.297.2",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-fast-marquee": "^1.6.5",
"react-hook-form": "^7.54.2",
"react-hotkeys-hook": "^5.2.1",
"react-markdown": "^10.1.0",
"react-medium-image-zoom": "^5.4.0",
"react-use": "^17.6.0",
"schema-dts": "^1.1.5",
"sharp": "^0.34.3",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"vcard-creator": "^0.7.2",
"zod": "^3.25.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.16",
"@toolwind/corner-shape": "0.0.8-3",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^20.14.12",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"eslint": "^9.22.0",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"gray-matter": "^4.0.3",
"husky": "^9.1.7",
"libphonenumber-metadata-generator": "^1.1.0",
"lint-staged": "^16.0.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.7.2",
"puppeteer-core": "^24.10.1",
"rehype-external-links": "^3.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.0",
"rimraf": "^6.0.1",
"shadcn": "3.6.3",
"shiki": "1.9.1",
"strip-indent": "^4.0.0",
"tailwindcss": "^4.1.18",
"tsx": "^4.20.6",
"tw-animate-css": "^1.4.0",
"typescript": "5.8.3",
"unist-builder": "3.0.0",
"unist-util-visit": "^5.0.0"
},
"resolutions": {
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3"
},
"engines": {
"node": "22.x",
"pnpm": ">=9"
},
"packageManager": "pnpm@10.23.0"
}