[add] code

This commit is contained in:
2025-07-21 17:01:43 +01:00
parent d564cf2cd1
commit 5b584a90a5
10 changed files with 215 additions and 698 deletions

10
package-lock.json generated
View File

@@ -23,7 +23,8 @@
"devDependencies": {
"@types/eslint-scope": "^8.3.0",
"@types/estree": "^1.0.8",
"@types/node": "^24.0.0"
"@types/node": "^24.0.0",
"classnames": "^2.5.1"
}
},
"node_modules/@jridgewell/gen-mapping": {
@@ -424,6 +425,13 @@
"node": ">=6.0"
}
},
"node_modules/classnames": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
"dev": true,
"license": "MIT"
},
"node_modules/cli-table": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.0.2.tgz",