Remove jquery

pull/857/head
Realodix 1 year ago
parent 5bbe584892
commit 9ee008c589

@ -17,7 +17,6 @@
"browser-sync": "^2.27.10",
"browser-sync-webpack-plugin": "^2.3.0",
"clipboard": "^2.0.11",
"jquery": "^3.6.1",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"postcss": "^8.4.19",

@ -1,14 +1,7 @@
import _ from 'lodash';
import {$, jQuery} from 'jquery';
import Alpine from 'alpinejs';
import axios from 'axios';
/**
* jQuery
*/
window.$ = $;
window.jQuery = jQuery;
/**
* We'll load the axios HTTP library which allows us to easily issue requests

@ -3621,11 +3621,6 @@ jest-worker@^27.4.5:
merge-stream "^2.0.0"
supports-color "^8.0.0"
jquery@^3.6.1:
version "3.6.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.1.tgz#fab0408f8b45fc19f956205773b62b292c147a16"
integrity sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==
js-tokens@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"

Loading…
Cancel
Save