diff --git a/bun.lockb b/bun.lockb index 5aee951..7fdb3e5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index a361367..33dea78 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "app", + "name": "bugwork", "private": true, "version": "0.0.0", "type": "module", @@ -16,8 +16,11 @@ "@tauri-apps/api": ">=2.0.0-beta.0", "@tauri-apps/plugin-shell": ">=2.0.0-beta.0", "chroma-js": "^2.4.2", + "csstype": "^3.1.3", "dayjs": "^1.11.11", + "events": "^3.3.0", "normalize.css": "^8.0.1", + "ramda": "^0.30.1", "react": "canary", "react-dom": "canary", "react-router-dom": "^6.24.1", @@ -26,6 +29,8 @@ "devDependencies": { "@tauri-apps/cli": ">=2.0.0-beta.0", "@types/chroma-js": "^2.4.4", + "@types/events": "^3.0.3", + "@types/ramda": "^0.30.1", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.2.1", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4be0c70..8622bfe 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "productName": "bugwork.app", "version": "0.1.0", - "identifier": "net.archgrid.app", + "identifier": "net.archgrid.app.bugwork", "build": { "beforeDevCommand": "bun run dev", "devUrl": "http://localhost:1420",