gamja/package.json

22 lines
340 B
JSON
Raw Normal View History

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