Files
shadcn-ui/templates/react-router-app/package.json
shadcn 55ea86f252 chore: update templates (#10786)
* chore: update templates

* fix(cli): parse pnpm workspace packages

* chore(changeset): add shadcn patch

* chore(changeset): update description

* ci(templates): validate bun and npx init

* ci(templates): expand package manager validation

* ci(templates): parallelize validation

* ci(templates): allow yarn template lockfiles

* fix(cli): allow yarn template installs in ci
2026-05-27 21:08:26 +04:00

33 lines
819 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.15.1",
"@react-router/serve": "7.15.1",
"isbot": "^5",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router": "7.15.1"
},
"devDependencies": {
"@react-router/dev": "7.15.1",
"@tailwindcss/vite": "^4",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4",
"typescript": "^6",
"vite": "^8"
}
}