gamja-old/package.json

22 lines
340 B
JSON
Raw Normal View History

2020-06-14 08:49:52 -04:00
{
"name": "gamja",
"dependencies": {
"htm": "^3.0.4",
2021-10-13 09:33:41 -04:00
"linkifyjs": "^3.0.2",
2021-01-12 10:04:49 -05:00
"preact": "^10.5.9"
},
2020-06-14 08:49:52 -04:00
"devDependencies": {
2021-10-29 10:25:58 -04:00
"http-server": "^14.0.0"
2020-06-14 08:49:52 -04:00
},
"scripts": {
"start": "http-server ."
2020-06-23 11:33:32 -04:00
},
"private": true,
"targets": {
"default": {
"source": "index.html",
"publicUrl": "."
}
}
2020-06-14 08:49:52 -04:00
}