added form

This commit is contained in:
Vyacheslav K
2025-04-30 12:46:28 +03:00
parent 577a2d0ab9
commit 2ea5523365
10 changed files with 242 additions and 57 deletions

14
package-lock.json generated
View File

@@ -16,6 +16,10 @@
"react-dom": "^19.1.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"daisyui": "^5.0.30",
"tailwindcss": "^3.4.17"
}
},
"node_modules/@adobe/css-tools": {
@@ -6365,6 +6369,16 @@
"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
"license": "MIT"
},
"node_modules/daisyui": {
"version": "5.0.30",
"resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.0.30.tgz",
"integrity": "sha512-eLQsjeYC3qDTjapQa30BP/qhdZ9y1II4ZXOEzJ9j0UKJePP3Rnh79rwZkMefkfozW2dgcx65cXTyzAUHLNoCYg==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/saadeghi/daisyui?sponsor=1"
}
},
"node_modules/damerau-levenshtein": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz",