diff --git a/package-lock.json b/package-lock.json index 0d7dd4d..ebc5f02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7700,6 +7700,15 @@ } } }, + "parcel-plugin-static-files-copy": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/parcel-plugin-static-files-copy/-/parcel-plugin-static-files-copy-2.6.0.tgz", + "integrity": "sha512-k3YxdnEQWo1aMfCeBfxgUNJWuUE0O730EGiGBcmWEUOto7f1jM/8oxBKXkVZsXDCO1o00dw5X7CsT+yF0JY4qA==", + "requires": { + "minimatch": "3.0.4", + "path": "0.12.7" + } + }, "parse-asn1": { "version": "5.1.6", "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", @@ -7744,6 +7753,30 @@ "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" }, + "path": { + "version": "0.12.7", + "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", + "integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=", + "requires": { + "process": "^0.11.1", + "util": "^0.10.3" + }, + "dependencies": { + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "util": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "requires": { + "inherits": "2.0.3" + } + } + } + }, "path-browserify": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", diff --git a/package.json b/package.json index 2a1aa75..1a6028d 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "hsluv": "^0.1.0", "jest": "^26.6.3", "parcel-bundler": "^1.12.4", + "parcel-plugin-static-files-copy": "^2.6.0", "prettier": "^2.2.1", "react": "^17.0.1", "react-dom": "^17.0.1", diff --git a/static/CNAME b/static/CNAME new file mode 100644 index 0000000..88838b6 --- /dev/null +++ b/static/CNAME @@ -0,0 +1 @@ +www.mysticsymbolic.art \ No newline at end of file