mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: implement user authentication with GitHub OAuth, create database schema, and enhance navigation
This commit is contained in:
parent
d773473eb0
commit
98ffbec764
12 changed files with 167 additions and 7 deletions
|
@ -8,7 +8,8 @@
|
|||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"prettier": "prettier --write ."
|
||||
"prettier": "prettier --write .",
|
||||
"createdb": "bun run createDatabase.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/noto-sans-tc": "^5.2.5",
|
||||
|
@ -26,6 +27,7 @@
|
|||
"bootstrap-icons": "^1.12.1",
|
||||
"gsap": "^3.13.0",
|
||||
"nuxt": "^3.17.2",
|
||||
"passport-github2": "^0.1.12",
|
||||
"prettier": "^3.5.3",
|
||||
"tailwindcss": "3",
|
||||
"tailwindcss-animatecss": "^3.0.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue