feat: add command (#337)

This commit is contained in:
Aman Varshney
2025-06-22 03:20:05 +05:30
committed by GitHub
parent 198d0e7434
commit 9c7a0f0110
29 changed files with 1015 additions and 255 deletions

View File

@@ -8,7 +8,8 @@
"start": "next start",
"check": "biome check --write .",
"postinstall": "fumadocs-mdx",
"generate-analytics": "bun scripts/generate-analytics.ts"
"generate-analytics": "bun scripts/generate-analytics.ts",
"generate-schema": "bun scripts/generate-schema.ts"
},
"dependencies": {
"babel-plugin-react-compiler": "^19.1.0-rc.2",
@@ -19,7 +20,7 @@
"fumadocs-mdx": "11.6.7",
"fumadocs-ui": "15.5.1",
"lucide-react": "^0.513.0",
"motion": "^12.16.0",
"motion": "^12.18.1",
"next": "15.3.3",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
@@ -28,21 +29,21 @@
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-tweet": "^3.2.2",
"recharts": "^2.15.3",
"recharts": "^2.15.4",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0"
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@types/papaparse": "^5.3.16",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/postcss": "^4.1.10",
"@types/mdx": "^2.0.13",
"@types/node": "24.0.0",
"@types/react": "^19.1.7",
"@types/papaparse": "^5.3.16",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.28.0",
"eslint": "^9.29.0",
"eslint-config-next": "15.3.3",
"postcss": "^8.5.4",
"tailwindcss": "^4.1.8",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.10",
"tw-animate-css": "^1.3.4",
"typescript": "^5.8.3"
}