diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-01-01 21:03:20 +0100 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-01-01 21:03:20 +0100 |
commit | 113d4e53416ddf42212da6f217670bdc6f0c9dd8 (patch) | |
tree | 7e9bcd4a2a274e45da5538fe67c525dfb36680de /package-lock.json | |
parent | e34ded01904b07456a48cf28f1a5a2d2d77a0be7 (diff) | |
download | hugo-minimalist-theme-113d4e53416ddf42212da6f217670bdc6f0c9dd8.tar.gz hugo-minimalist-theme-113d4e53416ddf42212da6f217670bdc6f0c9dd8.tar.bz2 hugo-minimalist-theme-113d4e53416ddf42212da6f217670bdc6f0c9dd8.zip |
Import new minimalist design
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..9b55fce --- /dev/null +++ b/package-lock.json @@ -0,0 +1,40 @@ +{ + "name": "minimal", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "dependencies": { + "tachyons-sass": "^4.9.5" + } + }, + "node_modules/tachyons-custom": { + "version": "4.9.8", + "resolved": "https://registry.npmjs.org/tachyons-custom/-/tachyons-custom-4.9.8.tgz", + "integrity": "sha512-MVnslsN5dFswmh2+Sw+OOA4/6pQfnJrA8/wrtaf+Px347wze3MIk3lp3Q3QmbUPqrJda79s0dZtY3dgTwVHdfg==" + }, + "node_modules/tachyons-sass": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/tachyons-sass/-/tachyons-sass-4.9.5.tgz", + "integrity": "sha512-GPPUIoM+8OkaHF7Ii8+AE5AQzVekfrRnGv55oXYTspXw8BMThmiXr/HrCUmYGiuSnBG73T0862tvzqLGP8B/Mg==", + "dependencies": { + "tachyons-custom": "^4.9.5" + } + } + }, + "dependencies": { + "tachyons-custom": { + "version": "4.9.8", + "resolved": "https://registry.npmjs.org/tachyons-custom/-/tachyons-custom-4.9.8.tgz", + "integrity": "sha512-MVnslsN5dFswmh2+Sw+OOA4/6pQfnJrA8/wrtaf+Px347wze3MIk3lp3Q3QmbUPqrJda79s0dZtY3dgTwVHdfg==" + }, + "tachyons-sass": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/tachyons-sass/-/tachyons-sass-4.9.5.tgz", + "integrity": "sha512-GPPUIoM+8OkaHF7Ii8+AE5AQzVekfrRnGv55oXYTspXw8BMThmiXr/HrCUmYGiuSnBG73T0862tvzqLGP8B/Mg==", + "requires": { + "tachyons-custom": "^4.9.5" + } + } + } +} |