This commit is contained in:
Rahim
2025-09-23 00:57:47 +10:00
parent 3065115cf9
commit 68666d0901
28 changed files with 4713 additions and 7180 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@vjs-10/html": "*"
"@vjs-10/html": "workspace:*"
},
"devDependencies": {
"typescript": "^5.9.2",
+4 -3
View File
@@ -10,12 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"@vjs-10/react": "*",
"@vjs-10/react": "workspace:*",
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.13",
"@tailwindcss/vite": "^4.1.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",