-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.22 KB
/
Copy pathpackage.json
File metadata and controls
135 lines (135 loc) · 4.22 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
130
131
132
133
134
135
{
"name": "nsrawat.in",
"version": "1.1.0",
"description": "A minimal, pixel-perfect dev portfolio, component registry, and blog.",
"homepage": "https://nsrawat.in",
"license": "MIT",
"author": {
"name": "N S Rawat",
"email": "[email protected]",
"url": "https://github.com/iNSRawat"
},
"contributors": [
{
"name": "N S Rawat",
"email": "[email protected]",
"url": "https://github.com/iNSRawat"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/iNSRawat/nsrawat.git"
},
"scripts": {
"dev": "next dev -p 1360 --turbopack",
"build": "next build",
"start": "next start",
"preview": "next build && next start -p 1360",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"check-types": "tsc --noEmit --pretty",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"registry:internal:build": "tsx --tsconfig ./tsconfig.scripts.json ./src/scripts/build-registry.mts",
"registry:build": "bun run registry:internal:build && bunx --bun 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.4.1",
"@bprogress/next": "3.2.12",
"@c15t/nextjs": "1.8.6",
"@date-fns/tz": "1.4.1",
"@hookform/resolvers": "5.2.2",
"@ncdai/react-wheel-picker": "1.2.2",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-popover": "1.1.15",
"@supabase/supabase-js": "2.105.4",
"@vercel/analytics": "2.0.1",
"@vercel/speed-insights": "2.0.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"date-fns": "4.1.0",
"fumadocs-core": "16.8.10",
"geist": "1.7.0",
"jotai": "2.20.0",
"libphonenumber-js": "1.13.1",
"lucide-react": "1.14.0",
"motion": "12.38.0",
"next": "16.2.2",
"next-mdx-remote": "6.0.0",
"next-themes": "0.4.6",
"nuqs": "2.8.9",
"posthog-js": "1.373.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.75.0",
"react-hotkeys-hook": "5.3.2",
"react-markdown": "10.1.0",
"react-medium-image-zoom": "5.4.5",
"react-use": "17.6.0",
"recharts": "3.8.1",
"schema-dts": "2.0.0",
"sharp": "0.34.5",
"sonner": "2.0.7",
"tailwind-merge": "3.6.0",
"vcard-creator": "0.9.0",
"zod": "4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/postcss": "4.3.0",
"@tailwindcss/typography": "0.5.19",
"@toolwind/corner-shape": "0.0.8-3",
"@total-typescript/ts-reset": "0.6.1",
"@types/node": "25.7.0",
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3",
"@types/unist": "3.0.3",
"baseline-browser-mapping": "2.10.29",
"eslint": "9.39.4",
"eslint-config-next": "16.2.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-simple-import-sort": "12.1.1",
"gray-matter": "4.0.3",
"husky": "9.1.7",
"libphonenumber-metadata-generator": "2.0.6",
"lint-staged": "16.4.0",
"prettier": "3.8.3",
"prettier-plugin-tailwindcss": "0.7.4",
"puppeteer-core": "24.43.1",
"rehype-external-links": "3.0.0",
"rehype-pretty-code": "0.14.3",
"rehype-raw": "7.0.0",
"rehype-slug": "6.0.0",
"remark": "15.0.1",
"remark-gfm": "4.0.1",
"remark-mdx": "3.1.1",
"rimraf": "6.1.3",
"shadcn": "4.1.2",
"shiki": "4.0.2",
"strip-indent": "4.1.1",
"tailwindcss": "4.3.0",
"tsx": "4.21.0",
"tw-animate-css": "1.4.0",
"typescript": "6.0.2",
"unist-builder": "4.0.0",
"unist-util-visit": "5.1.0"
},
"resolutions": {
"@types/react": "19.2.8",
"@types/react-dom": "19.2.3"
},
"engines": {
"node": "24.x",
"bun": ">=1.2"
},
"packageManager": "[email protected]"
}