summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorJfriedli2021-03-18 10:38:18 +0100
committerJfriedli2021-03-18 10:38:18 +0100
commit7f253f71866a35a4c681a9ac37109d0ea4ab3d0e (patch)
tree8f3dd049d4d75db00832017403cd7a0fc78f7616 /package-lock.json
parent170d77b3ecb2d0c5c35263a2f5598002af599a43 (diff)
started restyling
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index c2f7457..ceea4cd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,6 +9,7 @@
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",
12 "autoprefixer": "^10.2.5", 13 "autoprefixer": "^10.2.5",
13 "postcss": "^8.2.8", 14 "postcss": "^8.2.8",
14 "postcss-cli": "^8.3.1", 15 "postcss-cli": "^8.3.1",
@@ -137,6 +138,14 @@
137 "node": ">= 8" 138 "node": ">= 8"
138 } 139 }
139 }, 140 },
141 "node_modules/@tailwindcss/forms": {
142 "version": "0.2.1",
143 "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.2.1.tgz",
144 "integrity": "sha512-czfvEdY+J2Ogfd6RUSr/ZSUmDxTujr34M++YLnp2cCPC3oJ4kFvFMaRXA6cEXKw7F1hJuapdjXRjsXIEXGgORg==",
145 "dependencies": {
146 "mini-svg-data-uri": "^1.2.3"
147 }
148 },
140 "node_modules/@types/parse-json": { 149 "node_modules/@types/parse-json": {
141 "version": "4.0.0", 150 "version": "4.0.0",
142 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", 151 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
@@ -946,6 +955,11 @@
946 "node": ">=8" 955 "node": ">=8"
947 } 956 }
948 }, 957 },
958 "node_modules/mini-svg-data-uri": {
959 "version": "1.2.3",
960 "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.2.3.tgz",
961 "integrity": "sha512-zd6KCAyXgmq6FV1mR10oKXYtvmA9vRoB6xPSTUJTbFApCtkefDnYueVR1gkof3KcdLZo1Y8mjF2DFmQMIxsHNQ=="
962 },
949 "node_modules/minimatch": { 963 "node_modules/minimatch": {
950 "version": "3.0.4", 964 "version": "3.0.4",
951 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", 965 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
@@ -1785,6 +1799,14 @@
1785 "fastq": "^1.6.0" 1799 "fastq": "^1.6.0"
1786 } 1800 }
1787 }, 1801 },
1802 "@tailwindcss/forms": {
1803 "version": "0.2.1",
1804 "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.2.1.tgz",
1805 "integrity": "sha512-czfvEdY+J2Ogfd6RUSr/ZSUmDxTujr34M++YLnp2cCPC3oJ4kFvFMaRXA6cEXKw7F1hJuapdjXRjsXIEXGgORg==",
1806 "requires": {
1807 "mini-svg-data-uri": "^1.2.3"
1808 }
1809 },
1788 "@types/parse-json": { 1810 "@types/parse-json": {
1789 "version": "4.0.0", 1811 "version": "4.0.0",
1790 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", 1812 "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
@@ -2393,6 +2415,11 @@
2393 "picomatch": "^2.0.5" 2415 "picomatch": "^2.0.5"
2394 } 2416 }
2395 }, 2417 },
2418 "mini-svg-data-uri": {
2419 "version": "1.2.3",
2420 "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.2.3.tgz",
2421 "integrity": "sha512-zd6KCAyXgmq6FV1mR10oKXYtvmA9vRoB6xPSTUJTbFApCtkefDnYueVR1gkof3KcdLZo1Y8mjF2DFmQMIxsHNQ=="
2422 },
2396 "minimatch": { 2423 "minimatch": {
2397 "version": "3.0.4", 2424 "version": "3.0.4",
2398 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", 2425 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",