algodynamics-theme 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 618246497335249bc8f2aebfa8a940fd8a122fbc537e0c2c33a501e1e36829cc
4
- data.tar.gz: e6c468210e8e3b1696465ea1e7136002bbc5635f5449059cb6e650ccb6e54842
3
+ metadata.gz: 13d6f67456bdaa14082a680fa4b15981bede666897e66e61cff19b64223b0e09
4
+ data.tar.gz: 5d7f7bd3309cb516be22c36c5731bd1938d7546557682df57b6e097e1058da96
5
5
  SHA512:
6
- metadata.gz: 78c9da9e74938fb4d25e8f737cdbd17c51a5b8ab550d8454a8f13004621b77281f77c95914376ee7d2e962a180d3a41fda3fe47c476269d8d1b6ff1d6bc547f8
7
- data.tar.gz: decdcb667169e76dc14c11bd96a183df08f40f9d55d1a241b99e79ab03de16e09f2ccfb6d20730d6e3ea2dcc34238bcbf8d727f4ba63569ad0372e94c63288f7
6
+ metadata.gz: '08234c5215679053c845844e8297668d820ba77b237aba04551ff255a34daf861fd184abc4f24335c03d625c70a636a9263c391e5e86e82147d6eb4c2fb4f573'
7
+ data.tar.gz: d38008a60f04f112a159d74d029d64dbc409f5c98ff4419ff1124ff57e2f5404391a3f50e4033e6c71811301932deea13788f6dbfb0e4f01ff8f65145660b7ce
@@ -9,7 +9,6 @@
9
9
  rel="stylesheet"
10
10
  />
11
11
  <script src="{{ page.jsfile }}"></script>
12
- {% include google_analytics.html %}
13
12
  </head>
14
13
  <body class="flex flex-col h-screen overflow-hidden">
15
14
  <div class="bg-gray-800 text-white text-xl font-medium py-4 px-2">
@@ -35,5 +34,6 @@
35
34
  node: document.getElementById("elm-app-is-loaded-here"),
36
35
  });
37
36
  </script>
37
+ {% include cookie-consent.html %}
38
38
  </body>
39
39
  </html>
data/package-lock.json ADDED
@@ -0,0 +1,819 @@
1
+ {
2
+ "name": "algodynamics-theme",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 1,
5
+ "requires": true,
6
+ "dependencies": {
7
+ "@fullhuman/postcss-purgecss": {
8
+ "version": "4.1.3",
9
+ "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-4.1.3.tgz",
10
+ "integrity": "sha512-jqcsyfvq09VOsMXxJMPLRF6Fhg/NNltzWKnC9qtzva+QKTxerCO4esG6je7hbnmkpZtaDyPTwMBj9bzfWorsrw==",
11
+ "requires": {
12
+ "purgecss": "^4.1.3"
13
+ }
14
+ },
15
+ "@tailwindcss/typography": {
16
+ "version": "0.5.1",
17
+ "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.1.tgz",
18
+ "integrity": "sha512-AmSzZSgLhHKlILKduU+PKBTHL6c+al82syZlRid1xgmlWwXagLigO+O++B4C0scpMfzW//f/3YCRcwwEHWoU3w==",
19
+ "requires": {
20
+ "lodash.castarray": "^4.4.0",
21
+ "lodash.isplainobject": "^4.0.6",
22
+ "lodash.merge": "^4.6.2"
23
+ }
24
+ },
25
+ "acorn": {
26
+ "version": "7.4.1",
27
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
28
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
29
+ },
30
+ "acorn-node": {
31
+ "version": "1.8.2",
32
+ "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
33
+ "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
34
+ "requires": {
35
+ "acorn": "^7.0.0",
36
+ "acorn-walk": "^7.0.0",
37
+ "xtend": "^4.0.2"
38
+ }
39
+ },
40
+ "acorn-walk": {
41
+ "version": "7.2.0",
42
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
43
+ "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="
44
+ },
45
+ "ansi-styles": {
46
+ "version": "3.2.1",
47
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
48
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
49
+ "requires": {
50
+ "color-convert": "^1.9.0"
51
+ }
52
+ },
53
+ "autoprefixer": {
54
+ "version": "10.4.2",
55
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.2.tgz",
56
+ "integrity": "sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==",
57
+ "requires": {
58
+ "browserslist": "^4.19.1",
59
+ "caniuse-lite": "^1.0.30001297",
60
+ "fraction.js": "^4.1.2",
61
+ "normalize-range": "^0.1.2",
62
+ "picocolors": "^1.0.0",
63
+ "postcss-value-parser": "^4.2.0"
64
+ },
65
+ "dependencies": {
66
+ "picocolors": {
67
+ "version": "1.0.0",
68
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
69
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
70
+ }
71
+ }
72
+ },
73
+ "balanced-match": {
74
+ "version": "1.0.2",
75
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
76
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
77
+ },
78
+ "brace-expansion": {
79
+ "version": "1.1.11",
80
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
81
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
82
+ "requires": {
83
+ "balanced-match": "^1.0.0",
84
+ "concat-map": "0.0.1"
85
+ }
86
+ },
87
+ "browserslist": {
88
+ "version": "4.19.1",
89
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
90
+ "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==",
91
+ "requires": {
92
+ "caniuse-lite": "^1.0.30001286",
93
+ "electron-to-chromium": "^1.4.17",
94
+ "escalade": "^3.1.1",
95
+ "node-releases": "^2.0.1",
96
+ "picocolors": "^1.0.0"
97
+ },
98
+ "dependencies": {
99
+ "picocolors": {
100
+ "version": "1.0.0",
101
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
102
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
103
+ }
104
+ }
105
+ },
106
+ "bytes": {
107
+ "version": "3.1.2",
108
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
109
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg=="
110
+ },
111
+ "camelcase-css": {
112
+ "version": "2.0.1",
113
+ "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
114
+ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA=="
115
+ },
116
+ "caniuse-lite": {
117
+ "version": "1.0.30001308",
118
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001308.tgz",
119
+ "integrity": "sha512-cUXbmSTlfG54vdGeA7guriSSAmzyxMWoHNN/DzQWbaLkDlcxrTu0Ox+dA4f8J8/SDXes00oC6iTx+watQYoVfA=="
120
+ },
121
+ "chalk": {
122
+ "version": "4.1.2",
123
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
124
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
125
+ "requires": {
126
+ "ansi-styles": "^4.1.0",
127
+ "supports-color": "^7.1.0"
128
+ },
129
+ "dependencies": {
130
+ "ansi-styles": {
131
+ "version": "4.3.0",
132
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
133
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
134
+ "requires": {
135
+ "color-convert": "^2.0.1"
136
+ }
137
+ },
138
+ "color-convert": {
139
+ "version": "2.0.1",
140
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
141
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
142
+ "requires": {
143
+ "color-name": "~1.1.4"
144
+ }
145
+ },
146
+ "color-name": {
147
+ "version": "1.1.4",
148
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
149
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
150
+ },
151
+ "has-flag": {
152
+ "version": "4.0.0",
153
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
154
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
155
+ },
156
+ "supports-color": {
157
+ "version": "7.2.0",
158
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
159
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
160
+ "requires": {
161
+ "has-flag": "^4.0.0"
162
+ }
163
+ }
164
+ }
165
+ },
166
+ "color": {
167
+ "version": "3.2.1",
168
+ "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
169
+ "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
170
+ "requires": {
171
+ "color-convert": "^1.9.3",
172
+ "color-string": "^1.6.0"
173
+ }
174
+ },
175
+ "color-convert": {
176
+ "version": "1.9.3",
177
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
178
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
179
+ "requires": {
180
+ "color-name": "1.1.3"
181
+ }
182
+ },
183
+ "color-name": {
184
+ "version": "1.1.3",
185
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
186
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
187
+ },
188
+ "color-string": {
189
+ "version": "1.9.0",
190
+ "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.0.tgz",
191
+ "integrity": "sha512-9Mrz2AQLefkH1UvASKj6v6hj/7eWgjnT/cVsR8CumieLoT+g900exWeNogqtweI8dxloXN9BDQTYro1oWu/5CQ==",
192
+ "requires": {
193
+ "color-name": "^1.0.0",
194
+ "simple-swizzle": "^0.2.2"
195
+ }
196
+ },
197
+ "commander": {
198
+ "version": "8.3.0",
199
+ "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
200
+ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
201
+ },
202
+ "concat-map": {
203
+ "version": "0.0.1",
204
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
205
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
206
+ },
207
+ "css-unit-converter": {
208
+ "version": "1.1.2",
209
+ "resolved": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.2.tgz",
210
+ "integrity": "sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA=="
211
+ },
212
+ "cssesc": {
213
+ "version": "3.0.0",
214
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
215
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg=="
216
+ },
217
+ "defined": {
218
+ "version": "1.0.0",
219
+ "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
220
+ "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM="
221
+ },
222
+ "detective": {
223
+ "version": "5.2.0",
224
+ "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz",
225
+ "integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==",
226
+ "requires": {
227
+ "acorn-node": "^1.6.1",
228
+ "defined": "^1.0.0",
229
+ "minimist": "^1.1.1"
230
+ }
231
+ },
232
+ "electron-to-chromium": {
233
+ "version": "1.4.65",
234
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.65.tgz",
235
+ "integrity": "sha512-0/d8Skk8sW3FxXP0Dd6MnBlrwx7Qo9cqQec3BlIAlvKnrmS3pHsIbaroEi+nd0kZkGpQ6apMEre7xndzjlEnLw=="
236
+ },
237
+ "escalade": {
238
+ "version": "3.1.1",
239
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
240
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
241
+ },
242
+ "escape-string-regexp": {
243
+ "version": "1.0.5",
244
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
245
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
246
+ },
247
+ "fraction.js": {
248
+ "version": "4.1.2",
249
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.2.tgz",
250
+ "integrity": "sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA=="
251
+ },
252
+ "fs-extra": {
253
+ "version": "8.1.0",
254
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
255
+ "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
256
+ "requires": {
257
+ "graceful-fs": "^4.2.0",
258
+ "jsonfile": "^4.0.0",
259
+ "universalify": "^0.1.0"
260
+ }
261
+ },
262
+ "fs.realpath": {
263
+ "version": "1.0.0",
264
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
265
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
266
+ },
267
+ "function-bind": {
268
+ "version": "1.1.1",
269
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
270
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
271
+ },
272
+ "glob": {
273
+ "version": "7.2.0",
274
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
275
+ "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
276
+ "requires": {
277
+ "fs.realpath": "^1.0.0",
278
+ "inflight": "^1.0.4",
279
+ "inherits": "2",
280
+ "minimatch": "^3.0.4",
281
+ "once": "^1.3.0",
282
+ "path-is-absolute": "^1.0.0"
283
+ }
284
+ },
285
+ "graceful-fs": {
286
+ "version": "4.2.9",
287
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
288
+ "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ=="
289
+ },
290
+ "has": {
291
+ "version": "1.0.3",
292
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
293
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
294
+ "requires": {
295
+ "function-bind": "^1.1.1"
296
+ }
297
+ },
298
+ "has-flag": {
299
+ "version": "3.0.0",
300
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
301
+ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
302
+ },
303
+ "html-tags": {
304
+ "version": "3.1.0",
305
+ "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz",
306
+ "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg=="
307
+ },
308
+ "inflight": {
309
+ "version": "1.0.6",
310
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
311
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
312
+ "requires": {
313
+ "once": "^1.3.0",
314
+ "wrappy": "1"
315
+ }
316
+ },
317
+ "inherits": {
318
+ "version": "2.0.4",
319
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
320
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
321
+ },
322
+ "is-arrayish": {
323
+ "version": "0.3.2",
324
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
325
+ "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ=="
326
+ },
327
+ "is-core-module": {
328
+ "version": "2.8.1",
329
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
330
+ "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
331
+ "requires": {
332
+ "has": "^1.0.3"
333
+ }
334
+ },
335
+ "jsonfile": {
336
+ "version": "4.0.0",
337
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
338
+ "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
339
+ "requires": {
340
+ "graceful-fs": "^4.1.6"
341
+ }
342
+ },
343
+ "lodash": {
344
+ "version": "4.17.21",
345
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
346
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
347
+ },
348
+ "lodash.castarray": {
349
+ "version": "4.4.0",
350
+ "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz",
351
+ "integrity": "sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU="
352
+ },
353
+ "lodash.isplainobject": {
354
+ "version": "4.0.6",
355
+ "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
356
+ "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs="
357
+ },
358
+ "lodash.merge": {
359
+ "version": "4.6.2",
360
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
361
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
362
+ },
363
+ "minimatch": {
364
+ "version": "3.0.5",
365
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
366
+ "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==",
367
+ "requires": {
368
+ "brace-expansion": "^1.1.7"
369
+ }
370
+ },
371
+ "minimist": {
372
+ "version": "1.2.5",
373
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
374
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
375
+ },
376
+ "nanoid": {
377
+ "version": "3.2.0",
378
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.2.0.tgz",
379
+ "integrity": "sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA=="
380
+ },
381
+ "node-emoji": {
382
+ "version": "1.11.0",
383
+ "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz",
384
+ "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==",
385
+ "requires": {
386
+ "lodash": "^4.17.21"
387
+ }
388
+ },
389
+ "node-releases": {
390
+ "version": "2.0.1",
391
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
392
+ "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA=="
393
+ },
394
+ "normalize-range": {
395
+ "version": "0.1.2",
396
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
397
+ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI="
398
+ },
399
+ "normalize.css": {
400
+ "version": "8.0.1",
401
+ "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz",
402
+ "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg=="
403
+ },
404
+ "num2fraction": {
405
+ "version": "1.2.2",
406
+ "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
407
+ "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4="
408
+ },
409
+ "object-assign": {
410
+ "version": "4.1.1",
411
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
412
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
413
+ },
414
+ "object-hash": {
415
+ "version": "2.2.0",
416
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
417
+ "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw=="
418
+ },
419
+ "once": {
420
+ "version": "1.4.0",
421
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
422
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
423
+ "requires": {
424
+ "wrappy": "1"
425
+ }
426
+ },
427
+ "path-is-absolute": {
428
+ "version": "1.0.1",
429
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
430
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
431
+ },
432
+ "path-parse": {
433
+ "version": "1.0.7",
434
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
435
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
436
+ },
437
+ "picocolors": {
438
+ "version": "0.2.1",
439
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
440
+ "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
441
+ },
442
+ "pify": {
443
+ "version": "2.3.0",
444
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
445
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
446
+ },
447
+ "postcss": {
448
+ "version": "8.4.6",
449
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.6.tgz",
450
+ "integrity": "sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==",
451
+ "requires": {
452
+ "nanoid": "^3.2.0",
453
+ "picocolors": "^1.0.0",
454
+ "source-map-js": "^1.0.2"
455
+ },
456
+ "dependencies": {
457
+ "picocolors": {
458
+ "version": "1.0.0",
459
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
460
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
461
+ }
462
+ }
463
+ },
464
+ "postcss-functions": {
465
+ "version": "3.0.0",
466
+ "resolved": "https://registry.npmjs.org/postcss-functions/-/postcss-functions-3.0.0.tgz",
467
+ "integrity": "sha1-DpTQFERwCkgd4g3k1V+yZAVkJQ4=",
468
+ "requires": {
469
+ "glob": "^7.1.2",
470
+ "object-assign": "^4.1.1",
471
+ "postcss": "^6.0.9",
472
+ "postcss-value-parser": "^3.3.0"
473
+ },
474
+ "dependencies": {
475
+ "chalk": {
476
+ "version": "2.4.2",
477
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
478
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
479
+ "requires": {
480
+ "ansi-styles": "^3.2.1",
481
+ "escape-string-regexp": "^1.0.5",
482
+ "supports-color": "^5.3.0"
483
+ }
484
+ },
485
+ "postcss": {
486
+ "version": "6.0.23",
487
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
488
+ "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
489
+ "requires": {
490
+ "chalk": "^2.4.1",
491
+ "source-map": "^0.6.1",
492
+ "supports-color": "^5.4.0"
493
+ }
494
+ },
495
+ "postcss-value-parser": {
496
+ "version": "3.3.1",
497
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
498
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
499
+ },
500
+ "supports-color": {
501
+ "version": "5.5.0",
502
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
503
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
504
+ "requires": {
505
+ "has-flag": "^3.0.0"
506
+ }
507
+ }
508
+ }
509
+ },
510
+ "postcss-import": {
511
+ "version": "14.0.2",
512
+ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.2.tgz",
513
+ "integrity": "sha512-BJ2pVK4KhUyMcqjuKs9RijV5tatNzNa73e/32aBVE/ejYPe37iH+6vAu9WvqUkB5OAYgLHzbSvzHnorybJCm9g==",
514
+ "requires": {
515
+ "postcss-value-parser": "^4.0.0",
516
+ "read-cache": "^1.0.0",
517
+ "resolve": "^1.1.7"
518
+ }
519
+ },
520
+ "postcss-js": {
521
+ "version": "2.0.3",
522
+ "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-2.0.3.tgz",
523
+ "integrity": "sha512-zS59pAk3deu6dVHyrGqmC3oDXBdNdajk4k1RyxeVXCrcEDBUBHoIhE4QTsmhxgzXxsaqFDAkUZfmMa5f/N/79w==",
524
+ "requires": {
525
+ "camelcase-css": "^2.0.1",
526
+ "postcss": "^7.0.18"
527
+ },
528
+ "dependencies": {
529
+ "postcss": {
530
+ "version": "7.0.39",
531
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
532
+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
533
+ "requires": {
534
+ "picocolors": "^0.2.1",
535
+ "source-map": "^0.6.1"
536
+ }
537
+ }
538
+ }
539
+ },
540
+ "postcss-nested": {
541
+ "version": "4.2.3",
542
+ "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-4.2.3.tgz",
543
+ "integrity": "sha512-rOv0W1HquRCamWy2kFl3QazJMMe1ku6rCFoAAH+9AcxdbpDeBr6k968MLWuLjvjMcGEip01ak09hKOEgpK9hvw==",
544
+ "requires": {
545
+ "postcss": "^7.0.32",
546
+ "postcss-selector-parser": "^6.0.2"
547
+ },
548
+ "dependencies": {
549
+ "postcss": {
550
+ "version": "7.0.39",
551
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
552
+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
553
+ "requires": {
554
+ "picocolors": "^0.2.1",
555
+ "source-map": "^0.6.1"
556
+ }
557
+ }
558
+ }
559
+ },
560
+ "postcss-selector-parser": {
561
+ "version": "6.0.9",
562
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz",
563
+ "integrity": "sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==",
564
+ "requires": {
565
+ "cssesc": "^3.0.0",
566
+ "util-deprecate": "^1.0.2"
567
+ }
568
+ },
569
+ "postcss-value-parser": {
570
+ "version": "4.2.0",
571
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
572
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
573
+ },
574
+ "pretty-hrtime": {
575
+ "version": "1.0.3",
576
+ "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
577
+ "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE="
578
+ },
579
+ "purgecss": {
580
+ "version": "4.1.3",
581
+ "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-4.1.3.tgz",
582
+ "integrity": "sha512-99cKy4s+VZoXnPxaoM23e5ABcP851nC2y2GROkkjS8eJaJtlciGavd7iYAw2V84WeBqggZ12l8ef44G99HmTaw==",
583
+ "requires": {
584
+ "commander": "^8.0.0",
585
+ "glob": "^7.1.7",
586
+ "postcss": "^8.3.5",
587
+ "postcss-selector-parser": "^6.0.6"
588
+ }
589
+ },
590
+ "read-cache": {
591
+ "version": "1.0.0",
592
+ "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
593
+ "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=",
594
+ "requires": {
595
+ "pify": "^2.3.0"
596
+ }
597
+ },
598
+ "reduce-css-calc": {
599
+ "version": "2.1.8",
600
+ "resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-2.1.8.tgz",
601
+ "integrity": "sha512-8liAVezDmUcH+tdzoEGrhfbGcP7nOV4NkGE3a74+qqvE7nt9i4sKLGBuZNOnpI4WiGksiNPklZxva80061QiPg==",
602
+ "requires": {
603
+ "css-unit-converter": "^1.1.1",
604
+ "postcss-value-parser": "^3.3.0"
605
+ },
606
+ "dependencies": {
607
+ "postcss-value-parser": {
608
+ "version": "3.3.1",
609
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
610
+ "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
611
+ }
612
+ }
613
+ },
614
+ "resolve": {
615
+ "version": "1.22.0",
616
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
617
+ "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
618
+ "requires": {
619
+ "is-core-module": "^2.8.1",
620
+ "path-parse": "^1.0.7",
621
+ "supports-preserve-symlinks-flag": "^1.0.0"
622
+ }
623
+ },
624
+ "simple-swizzle": {
625
+ "version": "0.2.2",
626
+ "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
627
+ "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=",
628
+ "requires": {
629
+ "is-arrayish": "^0.3.1"
630
+ }
631
+ },
632
+ "source-map": {
633
+ "version": "0.6.1",
634
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
635
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
636
+ },
637
+ "source-map-js": {
638
+ "version": "1.0.2",
639
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
640
+ "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw=="
641
+ },
642
+ "supports-color": {
643
+ "version": "6.1.0",
644
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
645
+ "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
646
+ "requires": {
647
+ "has-flag": "^3.0.0"
648
+ }
649
+ },
650
+ "supports-preserve-symlinks-flag": {
651
+ "version": "1.0.0",
652
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
653
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
654
+ },
655
+ "tailwindcss": {
656
+ "version": "1.9.6",
657
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.9.6.tgz",
658
+ "integrity": "sha512-nY8WYM/RLPqGsPEGEV2z63riyQPcHYZUJpAwdyBzVpxQHOHqHE+F/fvbCeXhdF1+TA5l72vSkZrtYCB9hRcwkQ==",
659
+ "requires": {
660
+ "@fullhuman/postcss-purgecss": "^2.1.2",
661
+ "autoprefixer": "^9.4.5",
662
+ "browserslist": "^4.12.0",
663
+ "bytes": "^3.0.0",
664
+ "chalk": "^3.0.0 || ^4.0.0",
665
+ "color": "^3.1.2",
666
+ "detective": "^5.2.0",
667
+ "fs-extra": "^8.0.0",
668
+ "html-tags": "^3.1.0",
669
+ "lodash": "^4.17.20",
670
+ "node-emoji": "^1.8.1",
671
+ "normalize.css": "^8.0.1",
672
+ "object-hash": "^2.0.3",
673
+ "postcss": "^7.0.11",
674
+ "postcss-functions": "^3.0.0",
675
+ "postcss-js": "^2.0.0",
676
+ "postcss-nested": "^4.1.1",
677
+ "postcss-selector-parser": "^6.0.0",
678
+ "postcss-value-parser": "^4.1.0",
679
+ "pretty-hrtime": "^1.0.3",
680
+ "reduce-css-calc": "^2.1.6",
681
+ "resolve": "^1.14.2"
682
+ },
683
+ "dependencies": {
684
+ "@fullhuman/postcss-purgecss": {
685
+ "version": "2.3.0",
686
+ "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-2.3.0.tgz",
687
+ "integrity": "sha512-qnKm5dIOyPGJ70kPZ5jiz0I9foVOic0j+cOzNDoo8KoCf6HjicIZ99UfO2OmE7vCYSKAAepEwJtNzpiiZAh9xw==",
688
+ "requires": {
689
+ "postcss": "7.0.32",
690
+ "purgecss": "^2.3.0"
691
+ },
692
+ "dependencies": {
693
+ "chalk": {
694
+ "version": "2.4.2",
695
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
696
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
697
+ "requires": {
698
+ "ansi-styles": "^3.2.1",
699
+ "escape-string-regexp": "^1.0.5",
700
+ "supports-color": "^5.3.0"
701
+ },
702
+ "dependencies": {
703
+ "supports-color": {
704
+ "version": "5.5.0",
705
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
706
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
707
+ "requires": {
708
+ "has-flag": "^3.0.0"
709
+ }
710
+ }
711
+ }
712
+ },
713
+ "postcss": {
714
+ "version": "7.0.32",
715
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz",
716
+ "integrity": "sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==",
717
+ "requires": {
718
+ "chalk": "^2.4.2",
719
+ "source-map": "^0.6.1",
720
+ "supports-color": "^6.1.0"
721
+ }
722
+ }
723
+ }
724
+ },
725
+ "autoprefixer": {
726
+ "version": "9.8.8",
727
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.8.tgz",
728
+ "integrity": "sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==",
729
+ "requires": {
730
+ "browserslist": "^4.12.0",
731
+ "caniuse-lite": "^1.0.30001109",
732
+ "normalize-range": "^0.1.2",
733
+ "num2fraction": "^1.2.2",
734
+ "picocolors": "^0.2.1",
735
+ "postcss": "^7.0.32",
736
+ "postcss-value-parser": "^4.1.0"
737
+ }
738
+ },
739
+ "commander": {
740
+ "version": "5.1.0",
741
+ "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz",
742
+ "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg=="
743
+ },
744
+ "postcss": {
745
+ "version": "7.0.39",
746
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
747
+ "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
748
+ "requires": {
749
+ "picocolors": "^0.2.1",
750
+ "source-map": "^0.6.1"
751
+ }
752
+ },
753
+ "purgecss": {
754
+ "version": "2.3.0",
755
+ "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-2.3.0.tgz",
756
+ "integrity": "sha512-BE5CROfVGsx2XIhxGuZAT7rTH9lLeQx/6M0P7DTXQH4IUc3BBzs9JUzt4yzGf3JrH9enkeq6YJBe9CTtkm1WmQ==",
757
+ "requires": {
758
+ "commander": "^5.0.0",
759
+ "glob": "^7.0.0",
760
+ "postcss": "7.0.32",
761
+ "postcss-selector-parser": "^6.0.2"
762
+ },
763
+ "dependencies": {
764
+ "chalk": {
765
+ "version": "2.4.2",
766
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
767
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
768
+ "requires": {
769
+ "ansi-styles": "^3.2.1",
770
+ "escape-string-regexp": "^1.0.5",
771
+ "supports-color": "^5.3.0"
772
+ },
773
+ "dependencies": {
774
+ "supports-color": {
775
+ "version": "5.5.0",
776
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
777
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
778
+ "requires": {
779
+ "has-flag": "^3.0.0"
780
+ }
781
+ }
782
+ }
783
+ },
784
+ "postcss": {
785
+ "version": "7.0.32",
786
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz",
787
+ "integrity": "sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==",
788
+ "requires": {
789
+ "chalk": "^2.4.2",
790
+ "source-map": "^0.6.1",
791
+ "supports-color": "^6.1.0"
792
+ }
793
+ }
794
+ }
795
+ }
796
+ }
797
+ },
798
+ "universalify": {
799
+ "version": "0.1.2",
800
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
801
+ "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
802
+ },
803
+ "util-deprecate": {
804
+ "version": "1.0.2",
805
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
806
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
807
+ },
808
+ "wrappy": {
809
+ "version": "1.0.2",
810
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
811
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
812
+ },
813
+ "xtend": {
814
+ "version": "4.0.2",
815
+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
816
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
817
+ }
818
+ }
819
+ }
data/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "algodynamics-theme",
3
+ "version": "1.0.0",
4
+ "description": "Default themes for algodynamics",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/princevarshney05/algodynamics-theme.git"
12
+ },
13
+ "author": "",
14
+ "license": "ISC",
15
+ "bugs": {
16
+ "url": "https://github.com/princevarshney05/algodynamics-theme/issues"
17
+ },
18
+ "homepage": "https://github.com/princevarshney05/algodynamics-theme#readme",
19
+ "dependencies": {
20
+ "@fullhuman/postcss-purgecss": "^4.1.3",
21
+ "@tailwindcss/typography": "^0.5.1",
22
+ "autoprefixer": "^10.4.2",
23
+ "postcss": "^8.4.6",
24
+ "postcss-import": "^14.0.2",
25
+ "purgecss": "^4.1.3",
26
+ "tailwindcss": "^1.9.6"
27
+ }
28
+ }
data/postcss.config.js ADDED
@@ -0,0 +1,14 @@
1
+ module.exports = {
2
+ plugins: [
3
+ require("postcss-import"),
4
+ require("tailwindcss")("./tailwind.config.js"),
5
+ require("autoprefixer"),
6
+ require("@fullhuman/postcss-purgecss")({
7
+ content: ["./_layouts/*.html", "./_includes/*.html", "./*.md"],
8
+ safelist: {
9
+ deep: [/\.prose$/],
10
+ },
11
+ defaultExtractor: (content) => content.match(/[A-Za-z0-9-_:/]+/g) || [],
12
+ }),
13
+ ],
14
+ };
@@ -0,0 +1,11 @@
1
+ module.exports = {
2
+ purge: false,
3
+ darkMode: false, // or 'media' or 'class'
4
+ theme: {
5
+ extend: {},
6
+ },
7
+ variants: {
8
+ extend: {},
9
+ },
10
+ plugins: [require("@tailwindcss/typography")],
11
+ };
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: algodynamics-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - princevarshney05
@@ -53,6 +53,10 @@ files:
53
53
  - _layouts/lab-experiment.html
54
54
  - _layouts/lab-home.html
55
55
  - assets/css/main.css
56
+ - package-lock.json
57
+ - package.json
58
+ - postcss.config.js
59
+ - tailwind.config.js
56
60
  homepage: https://github.com/princevarshney05/algodynamics-theme
57
61
  licenses:
58
62
  - MIT
@@ -72,7 +76,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
76
  - !ruby/object:Gem::Version
73
77
  version: '0'
74
78
  requirements: []
75
- rubygems_version: 3.1.2
79
+ rubyforge_project:
80
+ rubygems_version: 2.7.6
76
81
  signing_key:
77
82
  specification_version: 4
78
83
  summary: This theme provide templates for algodynamics experiments