This commit is contained in:
juyoungk09 2025-09-10 17:31:47 +09:00
commit afe581ec34
69 changed files with 12702 additions and 25 deletions

View file

@ -26,16 +26,25 @@
"@builder.io/qwik": "^1.15.0",
"@builder.io/qwik-city": "^1.15.0",
"@eslint/js": "latest",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "20.14.11",
"autoprefixer": "^10.4.21",
"eslint": "9.25.1",
"eslint-plugin-qwik": "^1.15.0",
"globals": "16.0.0",
"postcss": "^8.5.6",
"prettier": "3.3.3",
"tailwindcss": "^3.4.17",
"typescript": "5.4.5",
"typescript-eslint": "8.26.1",
"typescript-plugin-css-modules": "latest",
"undici": "*",
"vite": "5.3.5",
"vite-tsconfig-paths": "^4.2.1"
},
"dependencies": {
"axios": "^1.11.0",
"bootstrap-icons": "^1.13.1",
"jsonwebtoken": "^9.0.2"
}
}