create-shiny-react-app
Version:
CLI tool to create new shiny-react applications
25 lines (24 loc) • 592 B
JSON
{
"private": true,
"name": "shiny-react-template-basic",
"version": "0.1.0",
"type": "module",
"description": "Basic shiny-react template web app",
"scripts": {
"dev": "concurrently -c auto \"npm run watch\" \"npm run shinyapp\""
},
"author": "Winston Chang",
"license": "MIT",
"devDependencies": {
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"concurrently": "^9.0.1",
"esbuild": "^0.25.9",
"typescript": "^5.9.2"
},
"dependencies": {
"@posit/shiny-react": "^0.0.14",
"react": "^19.1.1",
"react-dom": "^19.1.1"
}
}