mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"repository": {},
|
|
"description": " ",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"deploy": "cd .. && mix assets.deploy && rm -f _build/esbuild"
|
|
},
|
|
"dependencies": {
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view"
|
|
},
|
|
"devDependencies": {
|
|
}
|
|
}
|