diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-10-23 00:20:35 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-10-23 00:20:35 +0200 |
| commit | bb8ef2203469e949700499499e101354dfb1fe1f (patch) | |
| tree | a9f68f89fd84a6ce6a5c04e558cc962d520604b6 /client/package.json | |
| parent | 2d7b7c84cd843b75ca7131549f99d0671dfe3268 (diff) | |
client: Add very basic client
Diffstat (limited to 'client/package.json')
| -rw-r--r-- | client/package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json new file mode 100644 index 0000000..a67e988 --- /dev/null +++ b/client/package.json @@ -0,0 +1,13 @@ +{ + "devDependencies": { + "@eslint/css": "^0.13.0", + "@eslint/js": "^9.38.0", + "eslint": "^9.38.0", + "globals": "^16.4.0", + "prettier": "3.6.2" + }, + "scripts": { + "format": "prettier -w *.js *.mjs *.json", + "lint": "eslint --fix *.js *.css" + } +} |
