summaryrefslogtreecommitdiff
path: root/gui/package.json
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 10:13:39 +0700
committerpolwex <polwex@sortug.com>2025-10-06 10:13:39 +0700
commit8751ba26ebf7b7761b9e237f2bf3453623dd1018 (patch)
treedc37f12b3fd9b1a1e7a1b54a51c80697f37a04e8 /gui/package.json
parent6704650dcfccf609ccc203308df9004e0b511bb6 (diff)
added frontend WS connection for demonstration purposes
Diffstat (limited to 'gui/package.json')
-rw-r--r--gui/package.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/gui/package.json b/gui/package.json
new file mode 100644
index 0000000..4ddb8b3
--- /dev/null
+++ b/gui/package.json
@@ -0,0 +1,39 @@
+{
+ "name": "front",
+ "private": true,
+ "version": "0.0.0",
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "tsc -b && vite build",
+ "lint": "eslint .",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "@tailwindcss/vite": "^4.1.14",
+ "@tanstack/react-query": "^5.85.9",
+ "any-ascii": "^0.3.3",
+ "react": "^19.1.1",
+ "react-dom": "^19.1.1",
+ "react-hot-toast": "^2.6.0",
+ "tailwindcss": "^4.1.14",
+ "urbit-api": "file:../../../urbit/bun/http-api",
+ "urbit-ob": "file:../../../urbit/bun/urbit-ob",
+ "urbit-sigils": "file:../../../urbit/bun/sigil-ts",
+ "wouter": "^3.7.1",
+ "zustand": "^5.0.8"
+ },
+ "devDependencies": {
+ "@eslint/js": "^9.33.0",
+ "@types/react": "^19.1.10",
+ "@types/react-dom": "^19.1.7",
+ "@vitejs/plugin-react": "^5.0.0",
+ "eslint": "^9.33.0",
+ "eslint-plugin-react-hooks": "^5.2.0",
+ "eslint-plugin-react-refresh": "^0.4.20",
+ "globals": "^16.3.0",
+ "typescript": "~5.8.3",
+ "typescript-eslint": "^8.39.1",
+ "vite": "^7.1.2"
+ }
+}