chore: update package-lock.json to remove unnecessary dependencies and add optional flags

- Removed `@tailwindcss/oxide-linux-x64-gnu` and `lightningcss-linux-x64-gnu` dependencies.
- Added `dev` and `optional` flags for Linux x64 binaries to enhance compatibility.
This commit is contained in:
Cody Seibert
2025-12-11 22:44:11 -05:00
parent 8b62bf9817
commit 72560cbd36

6
package-lock.json generated
View File

@@ -31,14 +31,12 @@
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/oxide-linux-x64-gnu": "^4.1.17",
"@tanstack/react-query": "^5.90.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dotenv": "^17.2.3",
"geist": "^1.5.1",
"lightningcss-linux-x64-gnu": "^1.30.2",
"lucide-react": "^0.556.0",
"next": "16.0.7",
"react": "19.2.0",
@@ -2858,7 +2856,9 @@
"cpu": [
"x64"
],
"dev": true,
"license": "MIT",
"optional": true,
"os": [
"linux"
],
@@ -12428,7 +12428,9 @@
"cpu": [
"x64"
],
"dev": true,
"license": "MPL-2.0",
"optional": true,
"os": [
"linux"
],