mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
21 lines
340 B
JSON
21 lines
340 B
JSON
{
|
|
"name": "gamja",
|
|
"dependencies": {
|
|
"htm": "^3.0.4",
|
|
"linkifyjs": "^3.0.2",
|
|
"preact": "^10.5.9"
|
|
},
|
|
"devDependencies": {
|
|
"http-server": "^14.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "http-server ."
|
|
},
|
|
"private": true,
|
|
"targets": {
|
|
"default": {
|
|
"source": "index.html",
|
|
"publicUrl": "."
|
|
}
|
|
}
|
|
}
|