diff --git a/client/package.json b/client/package.json index 8c839e7..904a1d8 100644 --- a/client/package.json +++ b/client/package.json @@ -18,9 +18,10 @@ "react": "^19.0.4", "react-dom": "^19.0.4", "three": "^0.173.0", - "zustand": "^5.0.3" + "zustand": "^5.0.12" }, "devDependencies": { + "@tailwindcss/vite": "^4.0.6", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@types/three": "^0.173.0", @@ -28,7 +29,6 @@ "autoprefixer": "^10.4.20", "postcss": "^8.5.1", "tailwindcss": "^4.0.6", - "@tailwindcss/vite": "^4.0.6", "typescript": "^5.7.3", "vite": "^6.1.0", "vitest": "^3.0.5" diff --git a/package-lock.json b/package-lock.json index c52f706..b414214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,27 @@ { "name": "stellacode", - "version": "0.1.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "stellacode", - "version": "0.1.0", + "version": "1.3.0", "license": "MIT", "workspaces": [ "server", "client" ], + "dependencies": { + "chokidar": "^4.0.3", + "cors": "^2.8.5", + "dotenv": "^16.4.7", + "express": "^5.0.1", + "ws": "^8.18.0" + }, + "bin": { + "stellacode": "bin/stellacode.js" + }, "devDependencies": { "concurrently": "^9.1.2", "playwright": "^1.58.2", @@ -29,10 +39,10 @@ "@react-three/fiber": "^9.0.4", "@react-three/postprocessing": "^3.0.4", "postprocessing": "^6.36.8", - "react": "^19.0.0", - "react-dom": "^19.0.0", + "react": "^19.0.4", + "react-dom": "^19.0.4", "three": "^0.173.0", - "zustand": "^5.0.3" + "zustand": "^5.0.12" }, "devDependencies": { "@tailwindcss/vite": "^4.0.6", @@ -44,7 +54,8 @@ "postcss": "^8.5.1", "tailwindcss": "^4.0.6", "typescript": "^5.7.3", - "vite": "^6.1.0" + "vite": "^6.1.0", + "vitest": "^3.0.5" } }, "node_modules/@babel/code-frame": { @@ -309,7 +320,6 @@ "os": [ "win32" ], - "peer": true, "engines": { "node": ">=18" } @@ -2912,7 +2922,6 @@ "os": [ "darwin" ], - "peer": true, "engines": { "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } @@ -3384,7 +3393,9 @@ } }, "node_modules/zustand": { - "version": "5.0.11", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz", + "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==", "license": "MIT", "engines": { "node": ">=12.20.0"