This commit is contained in:
Samandar Turgunboyev
2025-12-19 16:35:23 +05:00
parent 45e5aa3af2
commit 18b33a9e64
4 changed files with 4506 additions and 6439 deletions

12
.npmrc Normal file
View File

@@ -0,0 +1,12 @@
# pnpm configuration
# auto audit installing
audit=true
# allow running install scripts (needed for husky)
ignore-scripts=false
# turn on npm registry SSL checking
strict-ssl=true
minimum-release-age=262974

6439
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,7 @@
"prettier": "prettier src --write",
"prepare": "husky"
},
"packageManager": "pnpm@9.0.0",
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-dialog": "^1.1.15",

4493
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff