diff --git a/frontend/package-lock.json b/frontend/package-lock.json index bf893e8553bafd4c263adc770b1fdd9107e4e6e6..6188a133f2d6e44801cc82fc0449823dec906697 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,6 @@ "jest": "^27.4.2", "node-notifier": "^10.0.1", "parcel": "^2.4.1", - "parcel-plugin-static-files-copy": "^2.6.0", "prettier": "^2.5.1", "sass": "^1.49.9", "ts-jest": "^27.0.7", @@ -6204,28 +6203,6 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/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==", - "dev": true, - "dependencies": { - "minimatch": "3.0.4", - "path": "0.12.7" - } - }, - "node_modules/parcel-plugin-static-files-copy/node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -12088,27 +12065,6 @@ "v8-compile-cache": "^2.0.0" } }, - "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==", - "dev": true, - "requires": { - "minimatch": "3.0.4", - "path": "0.12.7" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", diff --git a/frontend/package.json b/frontend/package.json index eba0575f4992e8899d282cc42565ae896e12453f..32d5bb2ae91f26e2540762ba0fc5255dde583276 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,6 @@ "jest": "^27.4.2", "node-notifier": "^10.0.1", "parcel": "^2.4.1", - "parcel-plugin-static-files-copy": "^2.6.0", "prettier": "^2.5.1", "sass": "^1.49.9", "ts-jest": "^27.0.7", @@ -48,9 +47,5 @@ "repository": { "url": "https://gitlab.inf.unibz.it/commul/oetzi" }, - "staticFiles": { - "staticPath": "public", - "watcherGlob": "**" - }, "browserslist": "> 0.5%, last 2 versions, not dead" }