mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
b449ace4b4
Under the hood, preact is used to reduce dependency size. We still don't have a build stage, so htm is used instead of JSX.
14 lines
217 B
JSON
14 lines
217 B
JSON
{
|
|
"name": "gamja",
|
|
"dependencies": {
|
|
"htm": "^3.0.4",
|
|
"preact": "^10.4.4"
|
|
},
|
|
"devDependencies": {
|
|
"http-server": "^0.12.3"
|
|
},
|
|
"scripts": {
|
|
"start": "http-server ."
|
|
},
|
|
"private": true
|
|
}
|