Refactor code structure for improved readability and maintainability
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ pack-dist
|
|||||||
.env*
|
.env*
|
||||||
|
|
||||||
!.env.example
|
!.env.example
|
||||||
|
.pnpm-lock.yaml
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
"@kevisual/api": "^0.0.60",
|
"@kevisual/api": "^0.0.60",
|
||||||
"@kevisual/context": "^0.0.8",
|
"@kevisual/context": "^0.0.8",
|
||||||
"@kevisual/router": "0.0.84",
|
"@kevisual/router": "0.0.84",
|
||||||
"@tanstack/react-router": "^1.163.2",
|
"@tanstack/react-router": "^1.163.3",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"cmdk": "^1.1.1",
|
"cmdk": "^1.1.1",
|
||||||
@@ -45,9 +45,9 @@
|
|||||||
"@kevisual/query": "0.0.52",
|
"@kevisual/query": "0.0.52",
|
||||||
"@kevisual/types": "^0.0.12",
|
"@kevisual/types": "^0.0.12",
|
||||||
"@tailwindcss/vite": "^4.2.1",
|
"@tailwindcss/vite": "^4.2.1",
|
||||||
"@tanstack/react-router-devtools": "^1.163.2",
|
"@tanstack/react-router-devtools": "^1.163.3",
|
||||||
"@tanstack/router-plugin": "^1.163.2",
|
"@tanstack/router-plugin": "^1.163.3",
|
||||||
"@types/node": "^25.3.0",
|
"@types/node": "^25.3.2",
|
||||||
"@types/react": "^19.2.14",
|
"@types/react": "^19.2.14",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@types/react-dom": "^19.2.3",
|
||||||
"@vitejs/plugin-react": "^5.1.4",
|
"@vitejs/plugin-react": "^5.1.4",
|
||||||
|
|||||||
2811
pnpm-lock.yaml
generated
Normal file
2811
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user