mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-16 04:11:34 +00:00
* fix: Update import path for Button component in react-router-app template * chore(templates): bump minor dependencies Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Aboubakary Cissé <58236609+Aboubakary833@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
886 B
JSON
34 lines
886 B
JSON
{
|
|
"name": "rr-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "react-router build",
|
|
"dev": "react-router dev",
|
|
"start": "react-router-serve ./build/server/index.js",
|
|
"typecheck": "react-router typegen && tsc",
|
|
"format": "prettier --write \"**/*.{ts,tsx}\""
|
|
},
|
|
"dependencies": {
|
|
"@react-router/node": "7.13.1",
|
|
"@react-router/serve": "7.13.1",
|
|
"isbot": "^5.1.36",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-router": "7.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@react-router/dev": "7.13.1",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@types/node": "^22",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"tailwindcss": "^4.2.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|