16 lines
383 B
JSON
16 lines
383 B
JSON
{
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.0.0",
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"topbar": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.13",
|
|
"@types/react-dom": "^19.1.9"
|
|
}
|
|
}
|