mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 11:15:13 -05:00
37 lines
773 B
JSON
37 lines
773 B
JSON
{
|
|
"name": "gamja",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"htm": "^3.0.4",
|
|
"linkifyjs": "^4.1.3",
|
|
"preact": "10.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.11.1",
|
|
"@parcel/packager-raw-url": "^2.0.0",
|
|
"@parcel/transformer-webmanifest": "^2.0.0",
|
|
"@stylistic/eslint-plugin-js": "^2.8.0",
|
|
"eslint": "^9.11.1",
|
|
"globals": "^15.9.0",
|
|
"node-static": "^0.7.11",
|
|
"parcel": "^2.0.0",
|
|
"split": "^1.0.1",
|
|
"ws": "^8.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./dev-server.js",
|
|
"build": "parcel build",
|
|
"lint": "eslint"
|
|
},
|
|
"private": true,
|
|
"targets": {
|
|
"default": {
|
|
"source": "index.html",
|
|
"context": "browser",
|
|
"publicUrl": "."
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=14.13.0"
|
|
}
|
|
}
|