diff --git a/package-lock.json b/package-lock.json index 67580db..ef5fe52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,6 @@ "prettier-plugin-organize-attributes": "^1.0.0", "prettier-plugin-organize-imports": "^3.2.4", "prettier-plugin-tailwindcss": "^0.5.11", - "sass": "^1.70.0", "tailwindcss": "^3.4.1", "typescript": "^5.3.3", "vite": "^5.0.12", @@ -4565,7 +4564,9 @@ "version": "4.3.4", "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==", - "dev": true + "dev": true, + "optional": true, + "peer": true }, "node_modules/import-fresh": { "version": "3.3.0", @@ -5769,6 +5770,8 @@ "resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz", "integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==", "dev": true, + "optional": true, + "peer": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", diff --git a/package.json b/package.json index e5f74d6..64c8d9a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "prettier-plugin-organize-attributes": "^1.0.0", "prettier-plugin-organize-imports": "^3.2.4", "prettier-plugin-tailwindcss": "^0.5.11", - "sass": "^1.70.0", "tailwindcss": "^3.4.1", "typescript": "^5.3.3", "vite": "^5.0.12",