summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJfriedli2021-03-21 17:32:38 +0100
committerJfriedli2021-03-21 17:32:38 +0100
commit1a90d2689e14eaf3c196379d8192dcd184555f60 (patch)
tree63dd872d701caa4adcea05504179992a8092ee4a
parentee54e2fff482beeef3fb6fde2efa085a89b635b2 (diff)
removed unused npm libv0.6.0
-rw-r--r--package-lock.json27
-rw-r--r--package.json1
2 files changed, 0 insertions, 28 deletions
diff --git a/package-lock.json b/package-lock.json
index 9e44e9c..06ddd07 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,6 @@
9 "license": "MIT", 9 "license": "MIT",
10 "dependencies": { 10 "dependencies": {
11 "@fullhuman/postcss-purgecss": "^4.0.2", 11 "@fullhuman/postcss-purgecss": "^4.0.2",
12 "@tailwindcss/forms": "^0.2.1",
13 "autoprefixer": "^10.2.5", 12 "autoprefixer": "^10.2.5",
14 "cssnano": "^4.1.10", 13 "cssnano": "^4.1.10",
15 "postcss": "^8.2.8", 14 "postcss": "^8.2.8",
@@ -139,14 +138,6 @@
139 "node": ">= 8" 138 "node": ">= 8"
140 } 139 }
141 }, 140 },
142 "node_modules/@tailwindcss/forms": {
143 "version": "0.2.1",
144 "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.2.1.tgz",
145 "integrity": "sha512-czfvEdY+J2Ogfd6RUSr/ZSUmDxTujr34M++YLnp2cCPC3oJ4kFvFMaRXA6cEXKw7F1hJuapdjXRjsXIEXGgORg==",
146 "dependencies": {
147 "mini-svg-data-uri": "^1.2.3"
148 }
149 },
150 "node_modules/@types/parse-json": { 141 "node_modules/@types/parse-json": {
151 "version": "4.0.0", 142 "version": "4.0.0",
152 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", 143 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
@@ -2023,11 +2014,6 @@
2023 "node": ">=8" 2014 "node": ">=8"
2024 } 2015 }
2025 }, 2016 },
2026 "node_modules/mini-svg-data-uri": {
2027 "version": "1.2.3",
2028 "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.2.3.tgz",
2029 "integrity": "sha512-zd6KCAyXgmq6FV1mR10oKXYtvmA9vRoB6xPSTUJTbFApCtkefDnYueVR1gkof3KcdLZo1Y8mjF2DFmQMIxsHNQ=="
2030 },
2031 "node_modules/minimatch": { 2017 "node_modules/minimatch": {
2032 "version": "3.0.4", 2018 "version": "3.0.4",
2033 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", 2019 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
@@ -6005,14 +5991,6 @@
6005 "fastq": "^1.6.0" 5991 "fastq": "^1.6.0"
6006 } 5992 }
6007 }, 5993 },
6008 "@tailwindcss/forms": {
6009 "version": "0.2.1",
6010 "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.2.1.tgz",
6011 "integrity": "sha512-czfvEdY+J2Ogfd6RUSr/ZSUmDxTujr34M++YLnp2cCPC3oJ4kFvFMaRXA6cEXKw7F1hJuapdjXRjsXIEXGgORg==",
6012 "requires": {
6013 "mini-svg-data-uri": "^1.2.3"
6014 }
6015 },
6016 "@types/parse-json": { 5994 "@types/parse-json": {
6017 "version": "4.0.0", 5995 "version": "4.0.0",
6018 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", 5996 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
@@ -7434,11 +7412,6 @@
7434 "picomatch": "^2.0.5" 7412 "picomatch": "^2.0.5"
7435 } 7413 }
7436 }, 7414 },
7437 "mini-svg-data-uri": {
7438 "version": "1.2.3",
7439 "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.2.3.tgz",
7440 "integrity": "sha512-zd6KCAyXgmq6FV1mR10oKXYtvmA9vRoB6xPSTUJTbFApCtkefDnYueVR1gkof3KcdLZo1Y8mjF2DFmQMIxsHNQ=="
7441 },
7442 "minimatch": { 7415 "minimatch": {
7443 "version": "3.0.4", 7416 "version": "3.0.4",
7444 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", 7417 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
diff --git a/package.json b/package.json
index 61d83ab..904710e 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,6 @@
20 "license": "MIT", 20 "license": "MIT",
21 "dependencies": { 21 "dependencies": {
22 "@fullhuman/postcss-purgecss": "^4.0.2", 22 "@fullhuman/postcss-purgecss": "^4.0.2",
23 "@tailwindcss/forms": "^0.2.1",
24 "autoprefixer": "^10.2.5", 23 "autoprefixer": "^10.2.5",
25 "cssnano": "^4.1.10", 24 "cssnano": "^4.1.10",
26 "postcss": "^8.2.8", 25 "postcss": "^8.2.8",