Ajout du choix des utilisateurs sur un événement. Ajout de fichiers dans un événement. (dropzone cassée)

This commit is contained in:
2025-05-26 22:10:40 +02:00
parent 82d77e2b8d
commit 49dffff1bf
1100 changed files with 157519 additions and 113 deletions

25
em2rp/node_modules/stubs/package.json generated vendored Normal file
View File

@ -0,0 +1,25 @@
{
"name": "stubs",
"version": "3.0.0",
"description": "Easy method stubber.",
"main": "index.js",
"scripts": {
"test": "node ./test"
},
"repository": {
"type": "git",
"url": "https://github.com/stephenplusplus/stubs"
},
"keywords": [
"stubs"
],
"author": "Stephen Sawchuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephenplusplus/stubs/issues"
},
"homepage": "https://github.com/stephenplusplus/stubs",
"devDependencies": {
"tess": "^1.0.0"
}
}