2020-06-14 14:49:52 +02:00
|
|
|
{
|
|
|
|
"name": "gamja",
|
2021-12-01 10:34:41 +01:00
|
|
|
"type": "module",
|
2020-06-18 14:23:08 +02:00
|
|
|
"dependencies": {
|
|
|
|
"htm": "^3.0.4",
|
2024-01-10 11:33:20 +01:00
|
|
|
"linkifyjs": "^4.1.3",
|
2024-07-12 09:07:02 +02:00
|
|
|
"preact": "10.17.1"
|
2020-06-18 14:23:08 +02:00
|
|
|
},
|
2020-06-14 14:49:52 +02:00
|
|
|
"devDependencies": {
|
2024-09-28 21:45:45 +02:00
|
|
|
"@eslint/js": "^9.11.1",
|
2021-11-04 12:21:21 +01:00
|
|
|
"@parcel/packager-raw-url": "^2.0.0",
|
|
|
|
"@parcel/transformer-webmanifest": "^2.0.0",
|
2024-09-29 11:45:42 +02:00
|
|
|
"@stylistic/eslint-plugin-js": "^2.8.0",
|
2024-09-28 21:45:45 +02:00
|
|
|
"eslint": "^9.11.1",
|
|
|
|
"globals": "^15.9.0",
|
2021-12-01 10:34:41 +01:00
|
|
|
"node-static": "^0.7.11",
|
|
|
|
"parcel": "^2.0.0",
|
|
|
|
"split": "^1.0.1",
|
|
|
|
"ws": "^8.3.0"
|
2020-06-14 14:49:52 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-12-01 10:34:41 +01:00
|
|
|
"start": "node ./dev-server.js",
|
2024-09-28 21:45:45 +02:00
|
|
|
"build": "parcel build",
|
|
|
|
"lint": "eslint"
|
2020-06-23 17:33:32 +02:00
|
|
|
},
|
2021-10-19 00:50:02 +02:00
|
|
|
"private": true,
|
|
|
|
"targets": {
|
|
|
|
"default": {
|
|
|
|
"source": "index.html",
|
2023-10-21 12:51:06 +02:00
|
|
|
"context": "browser",
|
2021-10-19 00:50:02 +02:00
|
|
|
"publicUrl": "."
|
|
|
|
}
|
2022-02-10 14:46:42 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14.13.0"
|
2021-10-19 00:50:02 +02:00
|
|
|
}
|
2020-06-14 14:49:52 +02:00
|
|
|
}
|