Compare commits

..

2 Commits

Author SHA1 Message Date
Matis MAZINGUE 5cf337fd9d Merge branch 'view_post' of https://codefirst.iut.uca.fr/git/clement.freville2/herbarium into view_post
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details
11 months ago
Matis MAZINGUE 2de31c979c Delete package
11 months ago

40
package-lock.json generated

@ -1,40 +0,0 @@
{
"name": "herbarium",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"bootstrap": "^5.3.3"
}
},
"node_modules/@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/bootstrap": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
"integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"peerDependencies": {
"@popperjs/core": "^2.11.8"
}
}
}
}

@ -1,5 +0,0 @@
{
"dependencies": {
"bootstrap": "^5.3.3"
}
}
Loading…
Cancel
Save