Add jquery

This commit is contained in:
ItsDrike 2021-08-25 19:36:37 +02:00
parent 4548c18688
commit 2ab2765363
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
5 changed files with 25 additions and 2 deletions

13
package-lock.json generated
View file

@ -6,7 +6,8 @@
"": {
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^5.1.0"
"bootstrap": "^5.1.0",
"jquery": "^3.6.0"
}
},
"node_modules/@fortawesome/fontawesome-free": {
@ -39,6 +40,11 @@
"peerDependencies": {
"@popperjs/core": "^2.9.3"
}
},
"node_modules/jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
}
},
"dependencies": {
@ -58,6 +64,11 @@
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.0.tgz",
"integrity": "sha512-bs74WNI9BgBo3cEovmdMHikSKoXnDgA6VQjJ7TyTotU6L7d41ZyCEEelPwkYEzsG/Zjv3ie9IE3EMAje0W9Xew==",
"requires": {}
},
"jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
}
}
}