diff --git a/package-lock.json b/package-lock.json index 91cf3d5d..8095e15a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,6 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.30.2", "@types/stream-to-array": "^2.3.0", - "@types/tailwindcss": "^3.0.9", "@types/uuid": "^8.3.1", "@types/ws": "^7.4.7" }, @@ -1272,16 +1271,6 @@ "@types/node": "*" } }, - "node_modules/@types/tailwindcss": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-3.1.0.tgz", - "integrity": "sha512-JxPzrm609hzvF4nmOI3StLjbBEP3WWQxDDJESqR1nh94h7gyyy3XSl0hn5RBMJ9mPudlLjtaXs5YEBtLw7CnPA==", - "deprecated": "This is a stub types definition. tailwindcss provides its own type definitions, so you do not need this installed.", - "dev": true, - "dependencies": { - "tailwindcss": "*" - } - }, "node_modules/@types/uuid": { "version": "8.3.4", "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", diff --git a/package.json b/package.json index 3d9c73c9..457eaf0a 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,6 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.30.2", "@types/stream-to-array": "^2.3.0", - "@types/tailwindcss": "^3.0.9", "@types/uuid": "^8.3.1", "@types/ws": "^7.4.7" }