From 3301a6ca0da26024c631759851fcdf15689d2a65 Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Sat, 7 Dec 2024 12:52:20 -0500 Subject: [PATCH] fixing production env --- package copy.json | 69 ----------------------------------------------- package.json | 14 +++++----- 2 files changed, 7 insertions(+), 76 deletions(-) delete mode 100644 package copy.json diff --git a/package copy.json b/package copy.json deleted file mode 100644 index 0c4f574..0000000 --- a/package copy.json +++ /dev/null @@ -1,69 +0,0 @@ -{ - "name": "jeffemmett", - "version": "1.0.0", - "description": "Jeff Emmett's personal website", - "type": "module", - "scripts": { - "dev": "concurrently --kill-others --names client,worker --prefix-colors blue,red \"yarn dev:client\" \"yarn dev:worker\"", - "dev:client": "vite --host --port 5173", - "dev:worker": "wrangler dev --local --port 5172 --ip 0.0.0.0", - "build": "tsc && vite build && wrangler deploy", - "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", - "preview": "vite preview", - "deploy": "yarn build && vercel deploy --prod" - }, - "keywords": [], - "author": "Jeff Emmett", - "license": "ISC", - "dependencies": { - "@dimforge/rapier2d": "^0.11.2", - "@tldraw/assets": "^2.0.0", - "@tldraw/tldraw": "^3.4.1", - "@tldraw/sync": "^2.4.6", - "@tldraw/sync-core": "^2.4.6", - "@tldraw/tlschema": "^2.4.6", - "@types/markdown-it": "^14.1.1", - "@vercel/analytics": "^1.2.2", - "@whereby.com/browser-sdk": "^3.9.2", - "cloudflare-workers-unfurl": "^0.0.7", - "crdts": "^0.2.0", - "gray-matter": "^4.0.3", - "itty-router": "^5.0.17", - "lodash.throttle": "^4.1.1", - "markdown-it": "^14.1.0", - "markdown-it-latex2img": "^0.0.6", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-error-boundary": "^4.1.2", - "react-router-dom": "^6.22.3", - "tldraw": "^2.4.6", - "use-local-storage-state": "^19.5.0", - "vercel": "^39.1.1" - }, - "devDependencies": { - "@biomejs/biome": "1.4.1", - "@cloudflare/types": "^6.29.1", - "@cloudflare/workers-types": "^4.20240821.1", - "@types/lodash.throttle": "^4", - "@types/react": "^18.2.0", - "@types/react-dom": "^18.2.7", - "@typescript-eslint/eslint-plugin": "^5.59.0", - "@typescript-eslint/parser": "^5.59.0", - "@vitejs/plugin-react": "^4.0.3", - "@vitejs/plugin-react-swc": "^3.6.0", - "concurrently": "^8.2.2", - "eslint": "^8.38.0", - "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.3.4", - "typescript": "^5.6.3", - "vite": "^5.3.3", - "vite-plugin-static-copy": "^1.0.6", - "vite-plugin-top-level-await": "^1.3.1", - "vite-plugin-wasm": "^3.2.2", - "wrangler": "^3.88.0" - }, - "resolutions": { - "react": "^18.2.0", - "@types/react": "^18.2.0" - } -} \ No newline at end of file diff --git a/package.json b/package.json index 4c50064..208b7b6 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,11 @@ "license": "ISC", "dependencies": { "@dimforge/rapier2d": "^0.11.2", - "@tldraw/assets": "^3.5.0", - "@tldraw/sync": "^3.4.1", - "@tldraw/sync-core": "^3.4.1", - "@tldraw/tldraw": "^3.4.1", - "@tldraw/tlschema": "^3.4.1", + "@tldraw/assets": "^3.6.0", + "@tldraw/sync": "^3.6.0", + "@tldraw/sync-core": "^3.6.0", + "@tldraw/tldraw": "^3.6.0", + "@tldraw/tlschema": "^3.6.0", "@types/markdown-it": "^14.1.1", "@vercel/analytics": "^1.2.2", "cloudflare-workers-unfurl": "^0.0.7", @@ -35,7 +35,7 @@ "react-dom": "^18.2.0", "react-error-boundary": "^4.1.2", "react-router-dom": "^6.22.3", - "tldraw": "^3.4.1", + "tldraw": "^3.6.0", "use-local-storage-state": "^19.5.0", "vercel": "^39.1.1" }, @@ -61,4 +61,4 @@ "vite-plugin-wasm": "^3.2.2", "wrangler": "^3.88.0" } -} +} \ No newline at end of file