forked from stoatchat/for-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 685 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "stoat-for-web",
"version": "0.2.1",
"version-date": "2025-10-10",
"description": "Stoat for Web: frontend software for Stoat",
"devDependencies": {
"@eslint/js": "^9.39.1",
"eslint": "^9.26.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-solid": "^0.14.5",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"typescript-eslint": "^8.54.0"
},
"keywords": [],
"engines": {
"node": ">=16",
"pnpm": ">=6"
},
"private": true,
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}