gamja-old/package.json
2021-10-29 16:25:58 +02:00

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": "."
}
}
}