gamja-old/package.json
2024-09-29 11:45:42 +02:00

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