gamja-old/package.json

38 lines
773 B
JSON
Raw Normal View History

2020-06-14 08:49:52 -04:00
{
"name": "gamja",
"type": "module",
"dependencies": {
"htm": "^3.0.4",
2024-01-10 05:33:20 -05:00
"linkifyjs": "^4.1.3",
"preact": "10.17.1"
},
2020-06-14 08:49:52 -04:00
"devDependencies": {
2024-09-28 15:45:45 -04:00
"@eslint/js": "^9.11.1",
"@parcel/packager-raw-url": "^2.0.0",
"@parcel/transformer-webmanifest": "^2.0.0",
2024-09-29 05:45:42 -04:00
"@stylistic/eslint-plugin-js": "^2.8.0",
2024-09-28 15:45:45 -04:00
"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"
2020-06-14 08:49:52 -04:00
},
"scripts": {
"start": "node ./dev-server.js",
2024-09-28 15:45:45 -04:00
"build": "parcel build",
"lint": "eslint"
2020-06-23 11:33:32 -04:00
},
"private": true,
"targets": {
"default": {
"source": "index.html",
"context": "browser",
"publicUrl": "."
}
},
"engines": {
"node": ">=14.13.0"
}
2020-06-14 08:49:52 -04:00
}