This commit is contained in:
Patrick Alvin Alcala 2025-11-21 15:34:18 +08:00
parent afb5f3a287
commit db3736b71f
16 changed files with 203 additions and 181 deletions

View file

@ -8,12 +8,10 @@
"version": "vinxi version"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.51.1",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.1.0",
"dayjs": "^1.11.19",
"dotenv": "^17.2.3",
"eciesjs": "^0.4.16",
"jsencrypt": "^3.5.4",
"nanostores": "^1.1.0",
@ -26,6 +24,7 @@
"node": ">=22"
},
"devDependencies": {
"@biomejs/biome": "^2.3.6",
"@types/node": "^24.7.2",
"sass-embedded": "^1.93.2"
}