summaryrefslogtreecommitdiff
path: root/makima/frontend/package.json
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2025-12-22 04:50:25 +0000
committersoryu <soryu@soryu.co>2025-12-23 14:47:18 +0000
commit0741a8b8e9a2099c82bff6d6b9ebbce9c07cad53 (patch)
tree88cbd5fecb9ca72a04aa07f1a6db4e1a751b1fd7 /makima/frontend/package.json
parentaee2e4e784afd6d115fb5f7b40284c4efd2da966 (diff)
downloadsoryu-0741a8b8e9a2099c82bff6d6b9ebbce9c07cad53.tar.gz
soryu-0741a8b8e9a2099c82bff6d6b9ebbce9c07cad53.zip
Update makima FE to add initial listening system
Diffstat (limited to 'makima/frontend/package.json')
-rw-r--r--makima/frontend/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/makima/frontend/package.json b/makima/frontend/package.json
new file mode 100644
index 0000000..5327089
--- /dev/null
+++ b/makima/frontend/package.json
@@ -0,0 +1,27 @@
+{
+ "name": "makima-frontend",
+ "private": true,
+ "version": "0.1.0",
+ "type": "module",
+ "scripts": {
+ "dev": "vite",
+ "build": "tsc -b && vite build",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
+ "react-router": "^7.1.0"
+ },
+ "devDependencies": {
+ "@react-router/dev": "^7.1.0",
+ "@react-router/fs-routes": "^7.1.0",
+ "@tailwindcss/vite": "^4.0.0",
+ "@types/react": "^19.0.1",
+ "@types/react-dom": "^19.0.1",
+ "@vitejs/plugin-react": "^4.3.4",
+ "tailwindcss": "^4.0.0",
+ "typescript": "^5.7.2",
+ "vite": "^6.0.5"
+ }
+}