Files
viberoom-web/package.json

38 lines
988 B
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"local": "cross-env NEXT_PUBLIC_API_BASE_URL=http://localhost:8080 next dev",
"session:recover": "bash scripts/session/recover-context.sh"
},
"dependencies": {
"@react-oauth/google": "^0.13.4",
"js-cookie": "^3.0.5",
"next": "16.1.6",
"react": "19.2.3",
"react-apple-signin-auth": "^1.1.2",
"react-dom": "19.2.3",
"react-facebook-login": "^4.1.1",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-facebook-login": "^4.1.11",
"cross-env": "^10.1.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}